From b83051e621f0b4e96e96cc1d796fd7c3abb8fe86 Mon Sep 17 00:00:00 2001
From: tengsx <tengsx1009@163.com>
Date: Thu, 06 Apr 2023 19:42:58 +0800
Subject: [PATCH] 还原布局
---
src/styles/base/index.scss | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/styles/base/index.scss b/src/styles/base/index.scss
index 6f8fe30..0ba5ebf 100644
--- a/src/styles/base/index.scss
+++ b/src/styles/base/index.scss
@@ -14,8 +14,8 @@
font-size: 16px;
overflow-x: hidden;
overflow-y: auto;
- background: $bg-one-color;
-
+ // background: $bg-one-color;
+ background-color: #050E23;
// scrollbar-width: none;
// -ms-overflow-style: none;
}
--
Gitblit v1.9.3