From 36c045a4f518f6506eab91e48ee48ce7d1aaa21d Mon Sep 17 00:00:00 2001
From: tengsx <tengsx1009@163.com>
Date: Fri, 07 Apr 2023 09:29:18 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/hbwri/bigScreen
---
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