fix: issue with checkbox alignment in sub-table (#5735)

This commit is contained in:
Katherine 2024-11-26 20:26:21 +08:00 committed by GitHub
parent de7c86a1e5
commit de17339833
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,9 +52,6 @@ export const InternalSubTable = observer(
border: none !important; border: none !important;
background: none; background: none;
} }
.ant-checkbox-wrapper {
margin-left: 8px;
}
.ant-table { .ant-table {
margin: 0px !important; margin: 0px !important;
} }