From f2424a41d4a84ca9fa336efd25fecd6d9243d114 Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Sat, 19 Apr 2025 18:09:30 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BF=AE=E5=A4=8D=E7=A9=BA=E6=A0=BC?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E5=B9=B6=E4=BC=98=E5=8C=96=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复了 `uv-grid-item` 标签与 `@click` 事件之间的空格问题,并优化了页面样式,包括调整布局、添加阴影效果和动画,提升用户体验。 --- pages/index/center.vue | 4 +- pages/index/index.vue | 810 +++++++++++++++++++++++++++---------------------- 2 files changed, 452 insertions(+), 362 deletions(-) diff --git a/pages/index/center.vue b/pages/index/center.vue index 3677522..1b332a3 100644 --- a/pages/index/center.vue +++ b/pages/index/center.vue @@ -93,12 +93,12 @@ 邀请好友 - + 系统设置 - + 帮助与反馈 diff --git a/pages/index/index.vue b/pages/index/index.vue index dcca45f..e126cdc 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,368 +1,458 @@