Browse Source

fix(server): 修复编译异常 #1364

小黑兔 2 years ago
parent
commit
74f37e5c8f
1 changed files with 7 additions and 9 deletions
  1. 7 9
      src/components/NumberInfo/index.less

+ 7 - 9
src/components/NumberInfo/index.less

@@ -42,16 +42,14 @@
         font-size: 12px;
         transform: scale(.82);
       }
-
-      :global {
-        .anticon-caret-up {
-          color: @red-6;
-        }
-
-        .anticon-caret-down {
-          color: @green-6;
-        }
+      
+      .anticon-caret-up {
+        color: @red-6;
       }
+
+      .anticon-caret-down {
+        color: @green-6;
+      }      
     }
   }
 }