From d5ff9af6bb6b1974f6e50c3330ea7d8e5ad9fa76 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Thu, 11 Sep 2025 18:32:00 +0800
Subject: [PATCH] 9.11

---
 src/views/optional/Search.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/optional/Search.vue b/src/views/optional/Search.vue
index cb3334e..92ed67a 100644
--- a/src/views/optional/Search.vue
+++ b/src/views/optional/Search.vue
@@ -265,7 +265,7 @@
 }
 
 .pb-fix{
-  background-color: $mainbgWhiteColor;
+  // background-color: $mainbgWhiteColor;
 }
 
 .search-container {
@@ -280,6 +280,7 @@
     display: flex;
     align-items: center;
     width: 100%;
+    background-color: $main_background;
   }
 
   .header {

--
Gitblit v1.9.3