
.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; /* 与第一行留点间隔 */
}
.clickable-cell {
  color: #409eff; /* 类似超链接的蓝色 */
  cursor: pointer; /* 鼠标经过变小手 */
  text-decoration: underline; /* 或者加下划线 */
}
.el-table__body tr {
  height: 30px; /* 调整表格行高 */
}
.el-table__body td {
  padding: 4px 0; /* 缩减内边距进一步缩小行高 */
}
.info-header-table {
  font-weight: bold;
  color: #333;
}

