From 5217da3357a0054abb975928100c8fc9112b3702 Mon Sep 17 00:00:00 2001 From: unanmed <1319491857@qq.com> Date: Mon, 4 Mar 2024 20:06:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=AE=BE=E7=BD=AE=E8=AF=B4=E6=98=8E?= =?UTF-8?q?=E6=9C=80=E5=A4=A7=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ui/settings.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/settings.vue b/src/ui/settings.vue index bf74828..8bb9a73 100644 --- a/src/ui/settings.vue +++ b/src/ui/settings.vue @@ -307,6 +307,7 @@ onUnmounted(() => { .info-text { font-size: 85%; min-height: 30%; + max-height: 50%; } }