From 7fd21f77f0ef3bcb8c38e8a3b9c318a603d008b8 Mon Sep 17 00:00:00 2001 From: wuqun Date: Thu, 9 Mar 2023 15:32:29 +0800 Subject: [PATCH] =?UTF-8?q?(*)=E7=82=B9=E4=BD=8D=E5=B8=83=E8=AE=BE=20?= =?UTF-8?q?=E7=82=B9=E4=BD=8D=E7=AD=9B=E9=80=89=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../containers/pointDeploy/deploy-style.less | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) 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 {