系统表格高度

This commit is contained in:
刘彦泽
2023-01-09 17:32:51 +08:00
parent f091e8224a
commit a857f218ea
2 changed files with 13 additions and 2 deletions
+6 -1
View File
@@ -179,11 +179,16 @@
height: 38px !important;
}
.ant-table-column-title{
.ant-table-column-title {
font-weight: bold!important;
}
.ant-table-thead > tr > th {
background: #f3f6f6!important;
padding: 12px 8px!important;
}
.ant-table-tbody > tr > td {
padding: 12px 8px!important;
}
</style>
+7 -1
View File
@@ -123,13 +123,19 @@
border: 1px solid #0bd9d9!important;
}
.ant-table-column-title{
.ant-table-column-title {
font-weight: bold!important;
}
.ant-table-thead > tr > th {
background: #f3f6f6!important;
padding: 12px 8px!important;
}
.ant-table-tbody > tr > td {
padding: 12px 8px!important;
}
.ant-tooltip-inner {
color: #333;
background-color: #fff!important;