From ab1e7b8b2379d4a416f2b02c8b969a6febe15c32 Mon Sep 17 00:00:00 2001 From: liaoboping <344114999@qq.com> Date: Mon, 8 Sep 2025 17:58:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=BF=E5=8A=9B=E4=B8=8B=E6=8B=89=EF=BC=8C?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E4=B8=8B=E6=8B=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 10 ++++++ .../simulationScene/sceneEditing/index.vue | 36 +++++++++++++++++-- 2 files changed, 43 insertions(+), 3 deletions(-) diff --git a/src/App.vue b/src/App.vue index bed2e70..6d31302 100644 --- a/src/App.vue +++ b/src/App.vue @@ -119,4 +119,14 @@ export default { .fr-wr { flex-wrap: wrap-reverse; } + +.scroller { + overflow: auto; +} +.scroller-x { + overflow-x: auto; +} +.scroller-y { + overflow-y: auto; +} diff --git a/src/views/simulationScene/sceneEditing/index.vue b/src/views/simulationScene/sceneEditing/index.vue index cace0d4..e5293cb 100644 --- a/src/views/simulationScene/sceneEditing/index.vue +++ b/src/views/simulationScene/sceneEditing/index.vue @@ -13,8 +13,22 @@
- -
+ + + + + +