UI界面变更-开发工具-表头字体背景颜色

This commit is contained in:
刘彦泽
2022-12-29 18:25:55 +08:00
parent 1043e32d94
commit 61760acdba
8 changed files with 71 additions and 46 deletions
+8
View File
@@ -178,4 +178,12 @@
line-height: 38px !important;
height: 38px !important;
}
.ant-table-column-title{
font-weight: bold!important;
}
.ant-table-thead > tr > th {
background: #f3f6f6!important;
}
</style>