Browse Source

tweak menu icon size

pull/12021/head
afc163 6 years ago
parent
commit
4c1ca1b3cd
  1. 1
      components/menu/style/index.less

1
components/menu/style/index.less

@ -157,6 +157,7 @@
.@{iconfont-css-prefix} {
min-width: 14px;
margin-right: 10px;
font-size: @font-size-base + 2px;
transition: font-size .15s @ease-out, margin .3s @ease-in-out;
+ span {
transition: opacity .3s @ease-in-out, width .3s @ease-in-out;

Loading…
Cancel
Save