mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 03:16:44 +08:00
弹框顶部背景色
This commit is contained in:
@@ -734,10 +734,25 @@ export default {
|
||||
:deep(.ant-table) {
|
||||
flex: 1;
|
||||
|
||||
//.ant-table-thead > tr > th {
|
||||
// background-color: #eff4fc;
|
||||
// text-align: center !important;
|
||||
// white-space: nowrap;
|
||||
//}
|
||||
// 关联课程弹框表格标题样式 - 蓝色背景
|
||||
.ant-table-thead > tr > th {
|
||||
background-color: #eff4fc;
|
||||
text-align: center !important;
|
||||
white-space: nowrap;
|
||||
background-color: #4ea6ff !important;
|
||||
color: #fff !important;
|
||||
font-weight: 600;
|
||||
border-bottom: 1px solid #f0f0f0;
|
||||
|
||||
&:first-child {
|
||||
border-radius: 8px 0 0 0;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
border-radius: 0 8px 0 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user