Skip to content

Commit 74f37e5

Browse files
XiaoHeitusendya
authored andcommitted
fix(server): 修复编译异常 #1364
1 parent bfdf6ee commit 74f37e5

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

src/components/NumberInfo/index.less

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,14 @@
4242
font-size: 12px;
4343
transform: scale(.82);
4444
}
45-
46-
:global {
47-
.anticon-caret-up {
48-
color: @red-6;
49-
}
50-
51-
.anticon-caret-down {
52-
color: @green-6;
53-
}
45+
46+
.anticon-caret-up {
47+
color: @red-6;
5448
}
49+
50+
.anticon-caret-down {
51+
color: @green-6;
52+
}
5553
}
5654
}
5755
}

0 commit comments

Comments
 (0)