mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 09:26:06 +08:00
tweak table sort icon size
This commit is contained in:
parent
a3ce6678cb
commit
a9f7a2d38d
@ -71,15 +71,15 @@
|
||||
right: 6px;
|
||||
top: 50%;
|
||||
width: 14px;
|
||||
height: @font-size-base;
|
||||
margin-top: -@font-size-base / 2;
|
||||
height: @font-size-lg;
|
||||
margin-top: -@font-size-lg / 2;
|
||||
text-align: center;
|
||||
color: @table-header-icon-color;
|
||||
transition: all .3s;
|
||||
|
||||
&-up,
|
||||
&-down {
|
||||
.iconfont-size-under-12px(8px);
|
||||
.iconfont-size-under-12px(11px);
|
||||
line-height: 4px;
|
||||
height: 4px;
|
||||
transition: all .3s;
|
||||
@ -90,7 +90,7 @@
|
||||
}
|
||||
|
||||
&-down {
|
||||
margin-top: 2px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -39,7 +39,7 @@
|
||||
"react-dom": ">=16.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ant-design/icons": "~1.1.5",
|
||||
"@ant-design/icons": "~1.1.15",
|
||||
"@ant-design/icons-react": "~1.1.1",
|
||||
"array-tree-filter": "^2.0.0",
|
||||
"babel-runtime": "6.x",
|
||||
|
Loading…
Reference in New Issue
Block a user