mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 11:08:45 +08:00
fix: virtual table text align (#44786)
* fix: virtual table text align * chore: adjust style
This commit is contained in:
parent
c59a85a23c
commit
29035523e2
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user