From 6e26102f3fbc3302d68754b6864963eb5cba88a5 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 22 Oct 2025 19:41:51 +0800
Subject: [PATCH] Merge branch 'master' of http://139.196.74.78:10010/r/drone/drone-app

---
 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