弹框顶部背景色

This commit is contained in:
670788339
2025-11-01 13:12:33 +08:00
parent e553fdbf9e
commit b1edf8c460

View File

@@ -734,10 +734,25 @@ export default {
:deep(.ant-table) { :deep(.ant-table) {
flex: 1; flex: 1;
//.ant-table-thead > tr > th {
// background-color: #eff4fc;
// text-align: center !important;
// white-space: nowrap;
//}
// 关联课程弹框表格标题样式 - 蓝色背景
.ant-table-thead > tr > th { .ant-table-thead > tr > th {
background-color: #eff4fc; background-color: #4ea6ff !important;
text-align: center !important; color: #fff !important;
white-space: nowrap; font-weight: 600;
border-bottom: 1px solid #f0f0f0;
&:first-child {
border-radius: 8px 0 0 0;
}
&:last-child {
border-radius: 0 8px 0 0;
}
} }
} }
} }