Explorar o código

vue-awesome图标颜色不生效原因排查

刘洋 %!s(int64=2) %!d(string=hai) anos
pai
achega
b86b5cab9e
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      src/styles/global.css

+ 6 - 0
src/styles/global.css

@@ -140,4 +140,10 @@ body {
   background-color:#fff;
   border-radius:6px;
   padding:15px !important;
+}
+
+.fa-icon {
+  display: inline-block;
+  fill: currentColor;
+  overflow: visible;
 }