From f789d1d5841d0f8feefc16570189304c9d9204a9 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 31 Oct 2024 18:31:40 +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