系统表头与表格内容高度
This commit is contained in:
@@ -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>
|
||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user