From 9b05fd361106e034f296ce7137826f8df5990c97 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Fri, 4 Aug 2023 17:48:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/apartment/seachModule.vue | 2 +- src/components/edit/how-pop.vue | 3 ++- src/views/edit.vue | 12 +++++++++--- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/src/components/apartment/seachModule.vue b/src/components/apartment/seachModule.vue index 7712a65..f6aa7cc 100644 --- a/src/components/apartment/seachModule.vue +++ b/src/components/apartment/seachModule.vue @@ -19,7 +19,7 @@
diff --git a/src/components/edit/how-pop.vue b/src/components/edit/how-pop.vue index a875884..f35ff47 100644 --- a/src/components/edit/how-pop.vue +++ b/src/components/edit/how-pop.vue @@ -50,8 +50,9 @@ export default { } .how-img { - width: 550px; + // width: 550px; height: 584px; + max-height: 65vh; } } diff --git a/src/views/edit.vue b/src/views/edit.vue index 279983c..ca01d65 100644 --- a/src/views/edit.vue +++ b/src/views/edit.vue @@ -1,5 +1,6 @@