Browse Source

fix: expand icon row-indentation issue (#38823)

pull/38850/head
Sheralijon 2 years ago
committed by GitHub
parent
commit
870080bfd0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      components/table/style/expand.tsx

1
components/table/style/expand.tsx

@ -48,6 +48,7 @@ const genExpandStyle: GenerateStyle<TableToken, CSSObject> = (token) => {
[`${componentCls}-row-indent`]: {
height: 1,
float: 'left',
},
[`${componentCls}-row-expand-icon`]: {

Loading…
Cancel
Save