Browse Source

(*) 样式优化

master
liujiangyong 10 months ago
parent
commit
7c935156d5
  1. 7
      web/client/src/sections/bigScreen/components/electrity/realTimeStatus.less
  2. 9
      web/client/src/sections/bigScreen/containers/style.less

7
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;

9
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;
}
}
}
Loading…
Cancel
Save