From 789f0f1804bcd3840f96c287a723da486544a566 Mon Sep 17 00:00:00 2001 From: dzl <786316265@qq.com> Date: Tue, 9 Sep 2025 10:56:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Settings.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/Settings.vue b/src/views/Settings.vue index c50a9d7..c0b5f0d 100644 --- a/src/views/Settings.vue +++ b/src/views/Settings.vue @@ -474,7 +474,9 @@ onMounted(() => { } .feature-settings { - space-y: 20px; + display: flex; + flex-direction: column; + gap: 20px; } .feature-item {