
































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































/* 每一行的容器 */
.dynamic-row {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  width: 100%; /* 确保不超出父级 */
}

/* 输入框组合容器 */
.input-group {
  display: flex;
  flex: 1; /* 占据剩余全部空间 */
  margin-right: 8px; /* 与按钮组的间距 */
}

/* 4:6 比例实现 */
.select-box {
  flex: 4;
  margin-right: 3px;
}
.input-box {
  flex: 7;
}

/* 按钮组固定宽度，防止被压缩或溢出 */
.button-group {
  display: flex;
  align-items: center;
  flex-shrink: 0; /* 禁止缩小 */
  width: 70px; /* 根据两个按钮的宽度设定 */
  justify-content: space-between;
}
.bold-header-table ::v-deep .el-table__header-wrapper th .cell {
  font-weight: bold;
  color: #333 !important;
}
.header-input {
  margin-top: 10px;
}
.two-row-header {
  gap: 1px;
  display: flex;
  flex-direction: column;
  align-items: center; /* 水平居中 */
}
.two-row-header .header-title {
  min-height: 24px; /* 根据你其它列表头标题行的高度来调整 */
}
.two-row-header .header-input-row {
  margin-top: 4px; /* 与第一行留点间隔 */
}
.bold-header-table ::v-deep .el-table__body tr {
  height: auto;
  min-height: 40px;
}
.bold-header-table ::v-deep .el-table__body td {
  padding: 6px 0;
}
.header-select .two-row-header .header-input-row {
  margin-top: 4px; /* 与第一行留点间隔 */
}
.remark-form {
  padding-top: 6px;
}
.remark-plan-name {
  min-height: 36px;
  padding: 8px 12px;
  background: #f5f7fa;
  border: 1px solid #e4e7ed;
  border-radius: 6px;
  color: #606266;
  line-height: 1.4;
  word-break: break-all;
}
.remark-footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.remark-textarea ::v-deep .el-textarea__inner {
  border-radius: 8px;
  line-height: 1.6;
  padding: 10px 12px;
}
.plan-id-cell {
  width: 100%;
  text-align: center;
  color: #606266;
  font-weight: 500;
}
.plan-id-header .header-title,
.plan-id-header .header-input-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.plan-id-header .plan-id-sort-row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  margin-top: 4px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
}
.plan-id-sort-label {
  font-weight: bold;
  color: #333;
  line-height: 1;
}
.plan-id-caret-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  height: 14px;
  width: 12px;
  position: relative;
  flex-shrink: 0;
}
.plan-id-caret-wrapper .sort-caret {
  width: 0;
  height: 0;
  border: 4px solid transparent;
  position: absolute;
  left: 2px;
}
.plan-id-caret-wrapper .sort-caret.ascending {
  border-bottom-color: #c0c4cc;
  top: -2px;
}
.plan-id-caret-wrapper .sort-caret.descending {
  border-top-color: #c0c4cc;
  bottom: -2px;
}
.plan-id-caret-wrapper .sort-caret.ascending.active {
  border-bottom-color: #409eff;
}
.plan-id-caret-wrapper .sort-caret.descending.active {
  border-top-color: #409eff;
}
.text-muted {
  color: #c0c4cc;
}
.cell-link {
  color: #409eff;
  text-decoration: none;
  cursor: pointer;
}
.cell-link:hover {
  text-decoration: underline;
}
.cell-ellipsis {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cell-ellipsis.cell-link {
  display: inline-block;
  max-width: 120px;
  vertical-align: middle;
}
.cell-clickable {
  cursor: pointer;
  margin: 0 auto;
}
.popover-content {
  white-space: pre-wrap;
  font-size: 14px;
  line-height: 1.5;
  word-break: break-all;
}
.tag-list {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 4px;
  max-width: 100%;
  overflow: hidden;
}
.action-cell {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 4px;
  white-space: nowrap;
}
.bold-header-table ::v-deep th.action-column .cell,
.bold-header-table ::v-deep td.action-column .cell {
  overflow: visible;
  padding-left: 8px;
  padding-right: 8px;
}
.bold-header-table ::v-deep .el-table__fixed-right .action-column .cell {
  overflow: visible;
}
.table-pagination {
  margin-top: 16px;
  text-align: right;
}
.bold-header-table ::v-deep .el-tag--mini {
  height: 22px;
  line-height: 20px;
  padding: 0 6px;
}
.legacy-require-hint {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.5;
  word-break: break-all;
}

