From 8480ad4a56ad856dcb8a4f3a09cc3eac07715355 Mon Sep 17 00:00:00 2001 From: "lj7788@126.com" Date: Mon, 7 Jul 2025 18:12:35 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E8=A7=86=E7=82=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yanzhu-bigscreen/src/assets/icons/svg/city.svg | 1 + yanzhu-bigscreen/src/assets/icons/svg/funnel.svg | 1 + yanzhu-ui-vue3/src/views/bim/bimSetting/Viewpoint.vue | 10 ++++++---- 3 files changed, 8 insertions(+), 4 deletions(-) create mode 100644 yanzhu-bigscreen/src/assets/icons/svg/city.svg create mode 100644 yanzhu-bigscreen/src/assets/icons/svg/funnel.svg diff --git a/yanzhu-bigscreen/src/assets/icons/svg/city.svg b/yanzhu-bigscreen/src/assets/icons/svg/city.svg new file mode 100644 index 00000000..6e184d60 --- /dev/null +++ b/yanzhu-bigscreen/src/assets/icons/svg/city.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/yanzhu-bigscreen/src/assets/icons/svg/funnel.svg b/yanzhu-bigscreen/src/assets/icons/svg/funnel.svg new file mode 100644 index 00000000..9754f20b --- /dev/null +++ b/yanzhu-bigscreen/src/assets/icons/svg/funnel.svg @@ -0,0 +1 @@ + \ 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 7d3f05af..fb37de4c 100644 --- a/yanzhu-ui-vue3/src/views/bim/bimSetting/Viewpoint.vue +++ b/yanzhu-ui-vue3/src/views/bim/bimSetting/Viewpoint.vue @@ -14,18 +14,18 @@
- + - + - + @@ -365,10 +365,12 @@ export default { } .viewpoint-actions { + display: flex; + align-content: center; .el-icon { margin-left: 10px; cursor: pointer; - font-size: 16px; + font-size: 20px; &:hover { color: var(--el-color-primary); From 73ff660783193bab345847020ab64547af14748e Mon Sep 17 00:00:00 2001 From: "lj7788@126.com" Date: Mon, 7 Jul 2025 18:18:19 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yanzhu-bigscreen/src/views/bim/briefingTools.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yanzhu-bigscreen/src/views/bim/briefingTools.js b/yanzhu-bigscreen/src/views/bim/briefingTools.js index abcb0505..3936d4f2 100644 --- a/yanzhu-bigscreen/src/views/bim/briefingTools.js +++ b/yanzhu-bigscreen/src/views/bim/briefingTools.js @@ -189,7 +189,7 @@ function actorVisible(that) { let modelId = featureId.split("^")[0]; api.Feature.setVisible(featureId, false); that.hideFeatureIds.push({ - hide:true, + show:false, id:featureId.split("^")[1], modelId:modelId, featureId:featureId