Browse Source

fix: Table sorter icon should has margin (#32172)

close #32165
pull/32157/head
afc163 3 years ago
committed by GitHub
parent
commit
4ef0ef5bc5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      components/table/style/index.less

1
components/table/style/index.less

@ -272,6 +272,7 @@
}
&-column-sorter {
margin-left: 4px;
color: @table-header-icon-color;
font-size: 0;
transition: color 0.3s;

Loading…
Cancel
Save