Selaa lähdekoodia

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

Vben 4 vuotta sitten
vanhempi
commit
5c57a1dda1
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      src/components/Icon/src/SvgIcon.vue

+ 1 - 0
src/components/Icon/src/SvgIcon.vue

@@ -47,6 +47,7 @@
   @prefix-cls: ~'@{namespace}-svg-icon';
 
   .@{prefix-cls} {
+    display: inline-block;
     overflow: hidden;
     vertical-align: -0.15em;
     fill: currentColor;