From 8c71045175b98febc21f5dac2f1b17cf78c2a27f Mon Sep 17 00:00:00 2001 From: Agent Date: Sat, 28 Mar 2026 14:54:55 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8D=A1=E7=89=87=E5=9B=BE=E6=A0=87?= =?UTF-8?q?=E7=BB=A7=E7=BB=AD=E6=94=BE=E5=A4=A7=E5=88=B0130rpx?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 84108d4..43fa3ab 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -233,13 +233,13 @@ export default { } .menu-icon-box { - width: 110rpx; - height: 110rpx; - border-radius: 24rpx; + width: 130rpx; + height: 130rpx; + border-radius: 28rpx; display: flex; align-items: center; justify-content: center; - margin-bottom: 16rpx; + margin-bottom: 20rpx; } .menu-icon-box.blue { background: #e8f4ff; } @@ -251,7 +251,7 @@ export default { .menu-icon-box.cyan { background: #e6f7ff; } .icon-text { - font-size: 44rpx; + font-size: 52rpx; font-weight: bold; }