From c327578d33505c043b8fe790c19da5a64f86d00f Mon Sep 17 00:00:00 2001 From: haha Date: Sat, 7 Jun 2025 00:56:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=A7=86=E7=82=B9=E7=AE=A1?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yanzhu-ui-vue3/src/assets/styles/index.scss | 9 +- .../src/views/bim/bimSetting/Viewpoint.vue | 105 +++++++++++++++++- .../src/views/bim/bimSetting/index.vue | 4 +- 3 files changed, 113 insertions(+), 5 deletions(-) diff --git a/yanzhu-ui-vue3/src/assets/styles/index.scss b/yanzhu-ui-vue3/src/assets/styles/index.scss index ca6abaa2..eefebeb0 100644 --- a/yanzhu-ui-vue3/src/assets/styles/index.scss +++ b/yanzhu-ui-vue3/src/assets/styles/index.scss @@ -188,4 +188,11 @@ aside { } .fred{ color: red; -} \ No newline at end of file +} +.el-dialog{ + &.body-noscroll{ + .el-dialog__body{ + overflow: hidden !important; + } + } +} \ No newline at end of file diff --git a/yanzhu-ui-vue3/src/views/bim/bimSetting/Viewpoint.vue b/yanzhu-ui-vue3/src/views/bim/bimSetting/Viewpoint.vue index bf3c6457..660541ab 100644 --- a/yanzhu-ui-vue3/src/views/bim/bimSetting/Viewpoint.vue +++ b/yanzhu-ui-vue3/src/views/bim/bimSetting/Viewpoint.vue @@ -33,6 +33,17 @@ +
+ +
确定 + + + + + + + + + + + +