
.bold-header-table ::v-deep .el-table__header-wrapper th .cell {
  font-weight: bold;
  color: #333 !important;
}
.header-input {
  margin-top: 10px;
}
.software-entry-item + .software-entry-item {
  margin-top: 10px;
}
.software-entry-label {
  margin-bottom: 4px;
  font-size: 12px;
  color: #909399;
}
.requirement-cell-list {
  padding: 2px 0;
}
.requirement-cell-item {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  word-break: break-all;
}
.requirement-cell-item + .requirement-cell-item {
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px dashed #ebeef5;
}
.requirement-cell-index {
  flex: none;
  min-width: 16px;
  height: 16px;
  margin-right: 6px;
  margin-top: 1px;
  border-radius: 50%;
  background: #ecf5ff;
  color: #409eff;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
}
.requirement-cell-link {
  flex: 1;
}
.header-input-placeholder {
  min-height: 28px;
}
.header-select {
  margin-top: 10px;
  width: 100%;
}
.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;
}

