From 42a9fae10553528acaed7a8faf657e958b099207 Mon Sep 17 00:00:00 2001 From: mengyxu Date: Wed, 21 May 2025 17:34:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E7=95=8C=E9=9D=A2=E9=80=82?= =?UTF-8?q?=E9=85=8D=E7=A7=BB=E5=8A=A8=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/setting.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/setting.vue b/src/views/setting.vue index f0c7a4f..27e97d1 100644 --- a/src/views/setting.vue +++ b/src/views/setting.vue @@ -101,13 +101,13 @@ onBeforeUnmount(() => { .label { float: left; - width: 20%; + width: 25%; text-align: right; } .options { float: right; - width: 78%; + width: 73%; text-align: left; } @@ -124,6 +124,7 @@ onBeforeUnmount(() => { .setting { width: 23.5rem; margin-top: 0.5rem; + font-size: 0.8rem; .footer { margin-top: 0.5rem;