From 450dc8a1e4e0d643817ffd0eee04b938cc84af74 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Fri, 07 Nov 2025 15:23:09 +0800
Subject: [PATCH] feat:修改密码成功清除记住密码

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

diff --git a/src/App.vue b/src/App.vue
index cfc003d..bb5c52a 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -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;
@@ -53,6 +56,6 @@
  color: #222324 !important;
 }
 .uni-page-head {
-	background-image: url(/drone-app/src/static/images/user/allBg.svg) !important;
+  background: transparent !important;
 }
 </style>

--
Gitblit v1.9.3