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