diff --git a/frontend/src/components/NumberInfo/index.less b/frontend/src/components/NumberInfo/index.less index 719113da96d6ab711ebf15ad66115c4634d55318..3031c64ee7d064da930d980e56e1718203e15e26 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