From dfd013c14c40e18331478634a76214ba735869e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Wed, 15 Oct 2025 15:49:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E5=90=8C=E5=AE=BD=E5=BA=A6=E8=AE=BE?= =?UTF-8?q?=E5=A4=87=E4=B8=8Blog=E9=9D=A0=E4=B8=8B=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/DeepNineModel.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/DeepNineModel.vue b/src/views/DeepNineModel.vue index d087d6a..3852b68 100644 --- a/src/views/DeepNineModel.vue +++ b/src/views/DeepNineModel.vue @@ -316,10 +316,13 @@ const closeNoPermissionDialog = () => { /* margin-top: 20px; */ } } -@media screen and (min-width: 375px) and (max-width: 400px) { +@media screen and (min-width: 365px) and (max-width: 400px) { .top-icon { margin-top: -2%; width: 80%; } + .bottom-icon{ + gap: 1rem; + } }