From 2a992b12056e37c3dd29ce8c5b552f6988fea08a Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Wed, 29 Oct 2025 17:24:48 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

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

diff --git a/src/App.vue b/src/App.vue
index aa89cf2..bb5c52a 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -30,7 +30,7 @@
 @import "uview-plus/index.scss";
 @import "@/static/styles/common.scss";
 page {
-  background-image: url('~@/static/images/user/allBg.svg');
+  background-image: url('~@/static/images/user/bg.png');
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
@@ -46,6 +46,9 @@
     }
   }
 }
+.uni-tabbar-border{
+  background-color: #f6f6f6 !important;
+}
 .uni-page-head__title {
  font-family: Source Han Sans CN, Source Han Sans CN !important;
  font-weight: 400 !important;

--
Gitblit v1.9.3