From 014d268a0e128fb4d08c6d1150b562537755a81c Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Sat, 13 Dec 2025 19:28:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E9=95=BF=E5=BA=A6?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/HomePage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/HomePage.vue b/src/views/HomePage.vue index af0f498..401bfca 100644 --- a/src/views/HomePage.vue +++ b/src/views/HomePage.vue @@ -331,7 +331,7 @@ export default { // 尺寸变量 @header-height: 76px; -@card-width: 240px; +@card-width: 250px; @icon-size: 60px; @border-radius-lg: 12px; @border-radius-md: 10px;