Browse Source

(*)点位布设 点位筛选优化

master
wuqun 2 years ago
parent
commit
7fd21f77f0
  1. 32
      web/client/src/sections/projectRegime/containers/pointDeploy/deploy-style.less

32
web/client/src/sections/projectRegime/containers/pointDeploy/deploy-style.less

@ -1,19 +1,3 @@
.search-panel {
text-align: center;
.btn-spots-filter {
//选中的
background-color: #3198F7;
border-color: #3198F7;
color: #fff;
}
}
.search-panel input {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.spots-opr-content { .spots-opr-content {
padding: 0; padding: 0;
margin: 0; margin: 0;
@ -61,6 +45,22 @@
.ant-input:focus { .ant-input:focus {
border-color: #fff; border-color: #fff;
} }
.search-panel {
text-align: center;
.btn-spots-filter {
//选中的
background-color: #3198F7;
border-color: #3198F7;
color: #fff;
}
}
.search-panel input {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
} }
.equip-tree { .equip-tree {

Loading…
Cancel
Save