Commit 5c57a1dda13975c13e65511a39e7483e4a5d3999

Authored by Vben
1 parent c2635f35

fix(icon): ensure the menu icon style is correct, fix #425

src/components/Icon/src/SvgIcon.vue
... ... @@ -47,6 +47,7 @@
47 47 @prefix-cls: ~'@{namespace}-svg-icon';
48 48  
49 49 .@{prefix-cls} {
  50 + display: inline-block;
50 51 overflow: hidden;
51 52 vertical-align: -0.15em;
52 53 fill: currentColor;
... ...