From dc70c68ad5ff7d05ec324d5a961a7e003ee31387 Mon Sep 17 00:00:00 2001 From: duanliang <540489889@qq.com> Date: Tue, 27 Jan 2026 11:11:15 +0800 Subject: [PATCH] =?UTF-8?q?fix=20bug=20=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/components/box-2.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/home/components/box-2.vue b/src/views/home/components/box-2.vue index 3927298..948ba47 100644 --- a/src/views/home/components/box-2.vue +++ b/src/views/home/components/box-2.vue @@ -906,10 +906,11 @@ // width: vw(840); margin-top: vh(20); flex: 1; - margin-left:vw(20); + margin-left:vw(50); } .right { - flex: 1; + // flex: 1; + width:vw(700); display: flex; margin-top: vh(20); justify-content: center;