From ca2d77cd4ecc27ccfe610d024cbaa70aaa0548bb Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 22 Dec 2021 18:23:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A5=E6=88=BF=E6=89=BE=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppBuilding/components/searchMap.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/apps/AppBuilding/components/searchMap.vue b/src/apps/AppBuilding/components/searchMap.vue index 08b475e8..9c857dd7 100644 --- a/src/apps/AppBuilding/components/searchMap.vue +++ b/src/apps/AppBuilding/components/searchMap.vue @@ -3,7 +3,7 @@
- +
@@ -313,7 +313,7 @@ export default { height: 100vh; .grid-input { - width: 720px; + width: calc(100% - 64px); height: 88px; background: #FFF; box-shadow: 0 4px 8px 0 rgba(192, 185, 185, 0.5); @@ -336,7 +336,7 @@ export default { padding: 8px 0; height: 32px; line-height: 32px; - width: 460px; + width: calc(100% - 220px); font-size: 28px; font-family: MicrosoftYaHei; color: #666;