mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-08 01:53:34 +08:00
tweak table sort icon size
This commit is contained in:
parent
a3ce6678cb
commit
a9f7a2d38d
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user