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,6 +47,7 @@
47 @prefix-cls: ~'@{namespace}-svg-icon'; 47 @prefix-cls: ~'@{namespace}-svg-icon';
48 48
49 .@{prefix-cls} { 49 .@{prefix-cls} {
  50 + display: inline-block;
50 overflow: hidden; 51 overflow: hidden;
51 vertical-align: -0.15em; 52 vertical-align: -0.15em;
52 fill: currentColor; 53 fill: currentColor;