style: 表格size=small边距6px/拖拽mask穿透导致滚动失效

This commit is contained in:
TsMask
2023-11-30 16:49:15 +08:00
parent 805785ccb7
commit 8a7698b58f
3 changed files with 15 additions and 7 deletions

View File

@@ -86,4 +86,10 @@ body .ant-pro-basicLayout {
opacity: 0;
transform: translate(-2em, 0);
}
/**强制改表格边距 */
.ant-table.ant-table-small .ant-table-tbody > tr > td,
.ant-table.ant-table-small .ant-table-thead > tr > th {
padding: 6px !important;
}
</style>