From ae20e58e9ca06f75a94120c9d88923376f7df647 Mon Sep 17 00:00:00 2001
From: tengsx <tengsx1009@163.com>
Date: Thu, 06 Apr 2023 10:03:26 +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