From d3e5388d5fa2b1f283fcd97059b7bb24c2faa214 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=86=E5=85=89LG?= Date: Mon, 18 Aug 2025 17:18:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dwindows=E7=BD=91?= =?UTF-8?q?=E7=BB=9C=E8=AE=BE=E7=BD=AE=E5=87=BA=E9=A2=98=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E9=AB=98=E5=BA=A6=E8=BF=87=E9=95=BF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Setting/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Setting/index.vue b/src/components/Setting/index.vue index 995e5cf..5ad0871 100644 --- a/src/components/Setting/index.vue +++ b/src/components/Setting/index.vue @@ -274,7 +274,7 @@ const goBack = () => { } .right-contents { flex: 1; - height: 100%; + height: 720px; overflow-y: auto; } }