UI界面变更-表头字体加粗

This commit is contained in:
刘彦泽
2022-12-28 13:36:55 +08:00
parent 59b8cb2d5d
commit 8bbfb2eca2
+4
View File
@@ -121,4 +121,8 @@
.nio-drag-handler:focus{
cursor: col-resize!important;
border: 1px solid #0bd9d9!important;
}
.ant-table-column-title{
font-weight: bold!important;
}