From afe21c0cf68c400ee6a6a98f232a6b86a5c75f0d Mon Sep 17 00:00:00 2001 From: Astrian Zheng Date: Wed, 25 Jun 2025 13:11:34 +1000 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20Windows=20=E5=92=8C?= =?UTF-8?q?=E5=85=B6=E4=BB=96=E7=B3=BB=E7=BB=9F=E4=B8=AD=E5=81=8F=E5=A5=BD?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E9=9D=A2=E6=9D=BF=E6=BB=9A=E5=8A=A8=E6=9D=A1?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将 overflow-scroll 更改为 overflow-y-auto 以确保在不同操作系统中 滚动条的一致性显示,避免在 Windows 等系统中出现横向滚动条。 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- src/components/PreferencePanel.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PreferencePanel.vue b/src/components/PreferencePanel.vue index 6198741..699bdd6 100644 --- a/src/components/PreferencePanel.vue +++ b/src/components/PreferencePanel.vue @@ -31,7 +31,7 @@ const version = computed(() => { class="bg-black/30 w-screen h-screen absolute top-0 left-0 z-30 flex justify-center items-center select-none" @click="$emit('dismiss')">