From 222f354a1f6a0c6478061b4a3b6c3efb240ec0ed Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Tue, 28 Oct 2025 22:01:16 +0800
Subject: [PATCH] feat: 背景调整

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

diff --git a/src/App.vue b/src/App.vue
index 03c4ebb..aa89cf2 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -53,6 +53,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