diff --git a/web/client/src/sections/projectRegime/containers/pointDeploy/deploy-style.less b/web/client/src/sections/projectRegime/containers/pointDeploy/deploy-style.less index 5b1d402..2894275 100644 --- a/web/client/src/sections/projectRegime/containers/pointDeploy/deploy-style.less +++ b/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 { padding: 0; margin: 0; @@ -61,6 +45,22 @@ .ant-input:focus { 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 {