From 17dc88c2f8ca98373d1b1a2e3a46249fad49291f Mon Sep 17 00:00:00 2001 From: no99 <17663930442@163.com> Date: Thu, 16 Oct 2025 14:44:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=90=AF=E8=B4=A2=E8=BF=90=E9=A1=B5?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/DeepNineModel.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/DeepNineModel.vue b/src/views/DeepNineModel.vue index c1e33e9..bd4caf8 100644 --- a/src/views/DeepNineModel.vue +++ b/src/views/DeepNineModel.vue @@ -319,11 +319,11 @@ const closeNoPermissionDialog = () => { @media screen and (max-width: 400px){ .top-icon { margin-top: -2%; - width: 80%; + width: 90%; } .bottom-icon{ gap: 1rem; - bottom: 5vh; + bottom: 8vh; } }