From 4fc59fb7fc5254f91330a44ff0067c30d4b4f75c Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Fri, 24 Oct 2025 14:42:39 +0800
Subject: [PATCH] feat:tab栏底部

---
 src/App.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index 3eb684d..68615f8 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -42,6 +42,8 @@
   .uni-tabbar__bd {
     .uni-tabbar__icon {
       width: 60px !important;
+      height: 60px !important;
+      margin-top: -20px;
     }
   }
 }

--
Gitblit v1.9.3