From 5795372b636fa46db225e79d174cd55f0c424afb Mon Sep 17 00:00:00 2001 From: AIGC Developer Date: Wed, 22 Oct 2025 09:30:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=BE=E5=A4=A7=E5=AF=BC=E8=88=AA=E6=A0=8F?= =?UTF-8?q?=E6=8C=89=E9=92=AE=20-=20=E5=A2=9E=E5=8A=A0=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E5=B0=BA=E5=AF=B8=E3=80=81=E5=9B=BE=E6=A0=87=E5=A4=A7=E5=B0=8F?= =?UTF-8?q?=E5=92=8C=E6=96=87=E5=AD=97=E5=A4=A7=E5=B0=8F=EF=BC=8C=E6=8F=90?= =?UTF-8?q?=E5=8D=87=E7=94=A8=E6=88=B7=E4=BD=93=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demo/frontend/src/views/Home.vue | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/demo/frontend/src/views/Home.vue b/demo/frontend/src/views/Home.vue index 215a1aa..33602e5 100644 --- a/demo/frontend/src/views/Home.vue +++ b/demo/frontend/src/views/Home.vue @@ -322,18 +322,19 @@ onMounted(() => { .nav-menu { flex: 1; - padding: 0 20px; + padding: 0 24px; } .nav-item { display: flex; align-items: center; - padding: 14px 20px; - margin-bottom: 4px; - border-radius: 8px; + padding: 18px 24px; + margin-bottom: 6px; + border-radius: 10px; cursor: pointer; transition: all 0.2s ease; color: #64748b; + font-size: 16px; } .nav-item:hover { @@ -347,12 +348,12 @@ onMounted(() => { } .nav-item .el-icon { - margin-right: 12px; - font-size: 18px; + margin-right: 16px; + font-size: 22px; } .nav-item span { - font-size: 14px; + font-size: 16px; font-weight: 500; }