From c785fd76074e24f2223390e1c265d3c36cf4effd Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 31 Oct 2024 18:37:28 +0800
Subject: [PATCH] 依赖更新,静态资源相关更改
---
src/styles/base/container.scss | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/styles/base/container.scss b/src/styles/base/container.scss
index 21c003e..280a03b 100644
--- a/src/styles/base/container.scss
+++ b/src/styles/base/container.scss
@@ -8,11 +8,13 @@
body {
width: 100%;
height: 100%;
+ overflow: hidden;
}
#app {
width: 100%;
height: 100%;
+ overflow: hidden;
}
.cursor-p {
--
Gitblit v1.9.3