.label-item__wrapper[data-v-53b206ba] {
  position: relative;
  display: flex;
  width: 100%;
  color: #999;
  font-size: 12px;
  padding-top: 6px;
  padding-bottom: 20px;
  margin-bottom: 2px;
}
.label-item__wrapper[data-v-53b206ba]:first-child {
  margin-top: 20px;
}
.label-item__wrapper.error[data-v-53b206ba] .n-input .n-input-word-count {
  color: #fff;
}
.label-item__wrapper .label-item__text[data-v-53b206ba] {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 10px;
  transform: translateY(-90%);
  content: attr(data-label);
  font-style: normal;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}
.label-item__wrapper .label-item__text .label-item__required[data-v-53b206ba] {
  color: #f63232;
}
.label-item__wrapper .status-icon[data-v-53b206ba] {
  position: absolute;
  top: 18px;
  right: 10px;
  display: inline-block;
  width: 14px;
  height: 14px;
}
.label-item__wrapper .label-item__tips[data-v-53b206ba] {
  display: flex;
  align-items: center;
  color: #f63232;
  line-height: 20px;
}
.label-item__wrapper .tips-strong[data-v-53b206ba] {
  display: inline-block;
  position: absolute;
  right: -196px;
  top: 5px;
  width: 193px;
  height: 44px;
  background-size: cover;
  filter: drop-shadow(0 0 3px rgba(102, 102, 102, 0.3));
}
.label-item__wrapper .tips-strong.weak[data-v-53b206ba] {
  background: url('/img/tips/weak.svg') no-repeat center center;
}
.label-item__wrapper .tips-strong.normal[data-v-53b206ba] {
  background: url('/img/tips/normal.svg') no-repeat center center;
}
.label-item__wrapper .tips-strong.strong[data-v-53b206ba] {
  background: url('/img/tips/strong.svg') no-repeat center center;
}

.overflow-drawer.n-drawer .n-drawer-content .n-drawer-body,
.overflow-drawer.n-drawer.n-drawer--native-scrollbar .n-drawer-content-wrapper,
.overflow-drawer.n-drawer .n-drawer-content.n-drawer-content--native-scrollbar .n-drawer-body-content-wrapper {
  overflow: unset;
}

.table-filter[data-v-56f125a0] {
  display: flex;
  align-items: center;
}
.table-filter .table-filter__title[data-v-56f125a0] {
  margin-right: 6px;
}
.table-filter .filter-trigger[data-v-56f125a0] {
  cursor: pointer;
  transform: translateY(1px);
}
.table-filter__list[data-v-56f125a0] {
  background: #fff;
}
.table-filter__list .table-filter__item[data-v-56f125a0] {
  padding: 6px 8px;
  cursor: pointer;
  font-size: 12px;
  text-align: left;
  height: 32px;
  box-sizing: border-box;
}
.table-filter__list .table-filter__item[data-v-56f125a0]:hover {
  background: #feefd7;
}
.table-filter__list .table-filter__item.selected[data-v-56f125a0] {
  background: #e4e4e4;
}

