From 0ae301c728086d81859da34203e62b75480fc888 Mon Sep 17 00:00:00 2001 From: kbz <377109575@qq.com> Date: Thu, 12 Jan 2023 06:32:49 +0000 Subject: [PATCH] update frontend/src/components/NumberInfo/index.less. Signed-off-by: kbz <377109575@qq.com> --- frontend/src/components/NumberInfo/index.less | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/frontend/src/components/NumberInfo/index.less b/frontend/src/components/NumberInfo/index.less index 719113d..3031c64 100644 --- a/frontend/src/components/NumberInfo/index.less +++ b/frontend/src/components/NumberInfo/index.less @@ -42,14 +42,16 @@ transform: scale(0.82); margin-left: 4px; } - :global { - .anticon-caret-up { - color: @red-6; - } - .anticon-caret-down { - color: @green-6; - } - } + + //此样式在antd中已不存在,需注释 + // :global { + // .anticon-caret-up { + // color: @red-6; + // } + // .anticon-caret-down { + // color: @green-6; + // } + // } } } } \ No newline at end of file -- Gitee