.cardLimit .el-form-item[data-v-0da8b5d3] {
  margin-bottom: 10px !important;
}

.el-table_1_column_10 {
  text-align: center !important;
}
.el-tag {
  cursor: pointer !important;
}
.notice .el-dialog__body {
  padding: 40px !important;
}
.notice .notice_title {
  font-size: 20px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 24px;
}
.notice .notice_msg {
  margin-bottom: 40px;
}
.notice .notice_msg p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
}

.detail .cell div[data-v-93eac48e] {
  display: flex;
}
.dataform .tr .cell[data-v-93eac48e] {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
}
.el-table .danger_txt .cell div[data-v-93eac48e] {
  font-weight: bold !important;
  color: red !important;
}
.issue_icon[data-v-93eac48e] {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #000000ad;
  color: #fff;
  text-align: center;
  line-height: 16px;
  border-radius: 50%;
  margin-left: 12px;
  font-size: 12px;
}
.el-tag[data-v-93eac48e] {
  min-height: 32px;
  white-space: pre-wrap;
  height: auto;
}
.el-button[data-v-93eac48e] {
  margin-bottom: 5px;
}
.container[data-v-93eac48e] {
  display: flex;
  justify-content: center;
}
.press-animation[data-v-93eac48e] {
  transition: transform 0.2s;
}
.press-animation[data-v-93eac48e]:active {
  transform: translateY(4px);
}
.el-icon-refresh-right[data-v-93eac48e] {
  color: #44c006;
  margin-left: 4px;
  cursor: pointer;
  transition: transform 0.3s;
}
.el-icon-refresh-right[data-v-93eac48e]:hover {
  cursor: pointer;
}
.el-icon-refresh-right[data-v-93eac48e]:active {
  transform: translateY(5px);
}
[data-v-93eac48e] .el-table .red-background {
  background: #f56c6c !important;
}
.el-dropdown-link[data-v-93eac48e] {
  cursor: pointer;
  padding: 10px 30px 10px 30px;
}
.ellipsis-text[data-v-93eac48e] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.disabled-span[data-v-93eac48e] {
  pointer-events: none;
  /* 禁用鼠标事件 */
  opacity: 0.3;
  /* 降低透明度表示禁用状态 */
  /* 其他禁用样式 */
}

