From 9fe73388fdea13fa87c0a4894019eb66887abaad Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 31 Oct 2024 18:32:35 +0800
Subject: [PATCH] Merge branch 'main' of http://139.196.74.78:10010/r/zhyq/bigScreen

---
 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