fix: virtual table text align (#44786)

* fix: virtual table text align

* chore: adjust style
This commit is contained in:
二货爱吃白萝卜 2023-09-12 17:33:59 +08:00 committed by GitHub
parent c59a85a23c
commit 29035523e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,8 @@ const genSelectionStyle: GenerateStyle<TableToken, CSSObject> = (token) => {
[`
table tr th${componentCls}-selection-column,
table tr td${componentCls}-selection-column
table tr td${componentCls}-selection-column,
${componentCls}-selection-column
`]: {
paddingInlineEnd: token.paddingXS,
paddingInlineStart: token.paddingXS,