From a89821e6b92f717822443f8d240fe08c7bc57c46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E5=87=A4=E5=90=89?= Date: Tue, 1 Jul 2025 21:18:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BD=8E=E6=88=90=E6=9C=AC=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E9=97=B4=E8=B7=9D=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/home/HomeSetting.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/home/HomeSetting.vue b/src/components/home/HomeSetting.vue index 04aa3cf..7b703df 100644 --- a/src/components/home/HomeSetting.vue +++ b/src/components/home/HomeSetting.vue @@ -216,7 +216,7 @@ const onClose = () => { const settingWidth = computed(() => { if (deviceStore.isLowCost) { - return '13rem' + return '12rem' } return '7.5rem' })