diff --git a/web/client/src/sections/bigScreen/components/electrity/realTimeStatus.less b/web/client/src/sections/bigScreen/components/electrity/realTimeStatus.less index 10a522c..4a3200c 100644 --- a/web/client/src/sections/bigScreen/components/electrity/realTimeStatus.less +++ b/web/client/src/sections/bigScreen/components/electrity/realTimeStatus.less @@ -16,6 +16,8 @@ height: 42px !important; line-height: 30px !important; text-align: right; + background: transparent !important; + border: 0 !important; } .ant-select-selection-search { @@ -26,11 +28,6 @@ color: #fff; } - .ant-select-selection-item { - background: transparent; - border: 0; - } - .ant-select-multiple, .ant-select-selection-item-remove { color: #fff; diff --git a/web/client/src/sections/bigScreen/containers/style.less b/web/client/src/sections/bigScreen/containers/style.less index 198880e..9976e6c 100644 --- a/web/client/src/sections/bigScreen/containers/style.less +++ b/web/client/src/sections/bigScreen/containers/style.less @@ -46,6 +46,8 @@ height: 16px !important; line-height: 10px !important; text-align: right; + background: transparent !important; + border: 0 !important; } .ant-select-selection-search { @@ -55,12 +57,9 @@ .ant-select-arrow { color: #fff; } - .ant-select-selection-item { - background: transparent; - border: 0; - } + .ant-select-multiple, .ant-select-selection-item-remove { color: #fff; } -} +} \ No newline at end of file