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