From 80501686a22bef80b38d8855707db593e97ab29c Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Wed, 22 Oct 2025 18:56:02 +0800
Subject: [PATCH] feat:更新代码
---
src/App.vue | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index c142132..3eb684d 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -38,4 +38,11 @@
/* 每个页面公共css */
@import "uview-plus/index.scss";
@import "@/static/styles/common.scss";
+.uni-tabbar__item:nth-child(4) {
+ .uni-tabbar__bd {
+ .uni-tabbar__icon {
+ width: 60px !important;
+ }
+ }
+}
</style>
--
Gitblit v1.9.3