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-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 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);