From 9a9d832dbd364557e070abcd9a7779a2c6c07ffb Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Tue, 20 Jan 2026 17:35:13 +0800
Subject: [PATCH] 1
---
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