From 05e37b3abe199a38464faecae1b59a1dc87e9ca4 Mon Sep 17 00:00:00 2001 From: Agent Date: Sat, 28 Mar 2026 13:10:53 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8D=A1=E7=89=87=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E7=BA=AF=E7=99=BD=E5=BA=95=EF=BC=8C=E5=9B=BE=E6=A0=87=E5=92=8C?= =?UTF-8?q?=E6=96=87=E5=AD=97=E6=94=B9=E4=B8=BA=E6=B7=B1=E8=89=B2=EF=BC=8C?= =?UTF-8?q?=E7=AE=80=E6=B4=81=E7=BE=8E=E8=A7=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/index.vue | 41 ++++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index a477bb2..31e090e 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -7,7 +7,7 @@ {{ userInfo.username || '用户' }} - + {{ roleText }} @@ -56,37 +56,37 @@ @@ -98,44 +98,44 @@ @@ -167,7 +167,7 @@ @@ -424,7 +424,7 @@ export default { .menu-card { width: 18%; aspect-ratio: 1; - background: linear-gradient(135deg, #e0e5ec 0%, #ffffff 100%); + background: #ffffff; border-radius: 12rpx; margin: 8rpx; display: flex; @@ -432,7 +432,7 @@ export default { align-items: center; justify-content: center; padding: 6rpx; - box-shadow: 0 4rpx 12rpx rgba(0, 0, 0, 0.08); + box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.06); } .menu-card:active { @@ -441,7 +441,7 @@ export default { .menu-card-title { font-size: 20rpx; - color: #fff; + color: #333; font-weight: bold; margin-top: 6rpx; } @@ -488,6 +488,7 @@ export default { } .menu-card-title { + color: #333; font-size: 28rpx; font-weight: bold; color: #333;