From 7fc6bfe900790ec7c92bce85d5b20a95fbc06e65 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Wed, 15 Oct 2025 10:29:30 +0800
Subject: [PATCH] 其他人改的版本

---
 src/assets/theme/white/index.scss |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/assets/theme/white/index.scss b/src/assets/theme/white/index.scss
index 7ab3c1f..477f355 100644
--- a/src/assets/theme/white/index.scss
+++ b/src/assets/theme/white/index.scss
@@ -2,7 +2,7 @@
 $text_color:#333;
 $text_color1:#868C9A;
 $text_color2:#B7BDD1;
-$text_color3: #000000; // 
+$text_color3: #000000; //
 $tab_background:#F5F5F5;
 $active_line:#1194F7;
 $footer_background:#fff;
@@ -29,7 +29,7 @@
 $c2c_tip_background:#eff7ff;
 
 .mainBackground{
-    // background: $main_background;
+    background: $main_background;
 }
 .textColor{color:$text_color}
 .textColor1{color:$text_color1}
@@ -110,4 +110,4 @@
 }
 .c2cTipBackground {
     background: $c2c_tip_background;
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3