From 8480ad4a56ad856dcb8a4f3a09cc3eac07715355 Mon Sep 17 00:00:00 2001 From: "lj7788@126.com" Date: Mon, 7 Jul 2025 18:12:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4=E8=A7=86?= =?UTF-8?q?=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);