Browse Source

tweak sorter icon position

pull/12574/head
afc163 6 years ago
parent
commit
9e58e56e76
  1. 4
      components/table/style/index.less

4
components/table/style/index.less

@ -71,8 +71,8 @@
right: 6px;
top: 50%;
width: 14px;
height: @font-size-lg;
margin-top: -@font-size-lg / 2;
height: @font-size-lg + 1px;
margin-top: -(@font-size-lg + 1px) / 2;
text-align: center;
color: @table-header-icon-color;
transition: all .3s;

Loading…
Cancel
Save