From 0a45b06fd51397ecf21fea906aa5a9f55108755e Mon Sep 17 00:00:00 2001 From: duanliang <540489889@qq.com> Date: Tue, 13 Jan 2026 19:24:37 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/scenic/components/box-1.vue | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/src/views/scenic/components/box-1.vue b/src/views/scenic/components/box-1.vue index 379994f..08508fd 100644 --- a/src/views/scenic/components/box-1.vue +++ b/src/views/scenic/components/box-1.vue @@ -32,7 +32,7 @@
-
+
img { - width: vw(150); - height: auto; + // width: vw(150); + height: vh(100); } } &__left-item { @@ -356,7 +363,7 @@ import pubSub from 'pubsub-js' position: absolute; top: vh(-10); font-weight: 400; - font-size: font-vw(18); + font-size: font-vw(16); color: #ffffff; left:vw(0) } @@ -393,7 +400,7 @@ import pubSub from 'pubsub-js' } .main { width: 100%; - height: vh(700); + height: vh(720); overflow-x: auto; overflow-y: hidden; position:relative;