From 1bab8bb580d0bcd9a176946621a4ea7a8a286f6c Mon Sep 17 00:00:00 2001 From: no99 <17663930442@163.com> Date: Thu, 16 Oct 2025 11:09:45 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=89=8B=E6=9C=BA=E6=B7=B1=E5=BA=A6?= =?UTF-8?q?=E4=B9=9D=E5=A4=A7=E6=A8=A1=E5=9E=8B=E5=BC=80=E5=90=AF=E8=B4=A2?= =?UTF-8?q?=E8=BF=90=E9=A1=B5=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= 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 3852b68..52055fe 100644 --- a/src/views/DeepNineModel.vue +++ b/src/views/DeepNineModel.vue @@ -296,6 +296,7 @@ const closeNoPermissionDialog = () => { } .sub-title { + max-width: 400px; width: 80%; margin-top: 25%; } @@ -316,12 +317,14 @@ const closeNoPermissionDialog = () => { /* margin-top: 20px; */ } } -@media screen and (min-width: 365px) and (max-width: 400px) { +/* @media screen and (min-width: 365px) and (max-width: 400px){ */ +@media screen and (max-width: 768px) { .top-icon { margin-top: -2%; width: 80%; } .bottom-icon{ + bottom: 2vh; gap: 1rem; } } From 7b925a41776c43b11636c6f43f920207aae4acb3 Mon Sep 17 00:00:00 2001 From: no99 <17663930442@163.com> Date: Thu, 16 Oct 2025 11:44:54 +0800 Subject: [PATCH 2/2] =?UTF-8?q?token=E5=85=91=E6=8D=A2=E9=A1=B5=E5=BE=AE?= =?UTF-8?q?=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/homePage.vue | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/src/views/homePage.vue b/src/views/homePage.vue index f14b901..32d2715 100644 --- a/src/views/homePage.vue +++ b/src/views/homePage.vue @@ -2744,7 +2744,7 @@ body { .changeLevelItems { display: flex; background-color: #f8f8f8; - width: calc(20% - 12px); + width: 20%; min-width: 70px; max-width: 150px; justify-content: center; @@ -3117,10 +3117,17 @@ body { } .changeLevelItems { - flex: 0 0 calc(33% - 20px); + flex: 0 0 calc(33% - 30px); /* margin-right: auto; */ + font-size: 0.7rem; + min-width: 0px; } + /* .changeLevelItems { + + + } */ + .changeLevelTitle { align-items: center; display: flex; @@ -3147,10 +3154,7 @@ body { font-size: 0.5rem; } */ - .changeLevelItems { - font-size: 0.7rem; - min-width: 0px; - } + .changeLevelItemToken { white-space: nowrap;