系统表头与表格内容高度

This commit is contained in:
刘彦泽
2023-01-11 14:49:43 +08:00
parent 7df3c1b2ed
commit 0d0d474de8
2 changed files with 8 additions and 4 deletions
+4 -2
View File
@@ -185,10 +185,12 @@
.ant-table-thead > tr > th { .ant-table-thead > tr > th {
background: #f3f6f6!important; background: #f3f6f6!important;
padding: 12px 8px!important; padding-top: 12px!important;
padding-bottom: 12px!important;
} }
.ant-table-tbody > tr > td { .ant-table-tbody > tr > td {
padding: 12px 8px!important; padding-top: 12px!important;
padding-bottom: 12px!important;
} }
</style> </style>
+4 -2
View File
@@ -129,11 +129,13 @@
.ant-table-thead > tr > th { .ant-table-thead > tr > th {
background: #f3f6f6!important; background: #f3f6f6!important;
padding: 12px 8px!important; padding-top: 12px!important;
padding-bottom: 12px!important;
} }
.ant-table-tbody > tr > td { .ant-table-tbody > tr > td {
padding: 12px 8px!important; padding-top: 12px!important;
padding-bottom: 12px!important;
} }
.ant-tooltip-inner { .ant-tooltip-inner {