tweak table sort icon size

This commit is contained in:
Wei Zhu 2018-10-02 00:48:27 +08:00
parent a3ce6678cb
commit a9f7a2d38d
2 changed files with 5 additions and 5 deletions

View File

@ -71,15 +71,15 @@
right: 6px; right: 6px;
top: 50%; top: 50%;
width: 14px; width: 14px;
height: @font-size-base; height: @font-size-lg;
margin-top: -@font-size-base / 2; margin-top: -@font-size-lg / 2;
text-align: center; text-align: center;
color: @table-header-icon-color; color: @table-header-icon-color;
transition: all .3s; transition: all .3s;
&-up, &-up,
&-down { &-down {
.iconfont-size-under-12px(8px); .iconfont-size-under-12px(11px);
line-height: 4px; line-height: 4px;
height: 4px; height: 4px;
transition: all .3s; transition: all .3s;
@ -90,7 +90,7 @@
} }
&-down { &-down {
margin-top: 2px; margin-top: 4px;
} }
} }

View File

@ -39,7 +39,7 @@
"react-dom": ">=16.0.0" "react-dom": ">=16.0.0"
}, },
"dependencies": { "dependencies": {
"@ant-design/icons": "~1.1.5", "@ant-design/icons": "~1.1.15",
"@ant-design/icons-react": "~1.1.1", "@ant-design/icons-react": "~1.1.1",
"array-tree-filter": "^2.0.0", "array-tree-filter": "^2.0.0",
"babel-runtime": "6.x", "babel-runtime": "6.x",