From f5adf9fa1270ccea8112ea979770d74a81a517d1 Mon Sep 17 00:00:00 2001 From: "lj7788@126.com" Date: Sat, 6 Sep 2025 16:55:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BIM=E8=B0=83=E7=94=A8?= =?UTF-8?q?=EF=BC=8C=E5=8D=87=E7=BA=A7=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yanzhu-ui-vue3/index.html | 2 +- yanzhu-ui-vue3/src/views/bim/sandTableSetting/index.vue | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/yanzhu-ui-vue3/index.html b/yanzhu-ui-vue3/index.html index a9cb0a38..0952876a 100644 --- a/yanzhu-ui-vue3/index.html +++ b/yanzhu-ui-vue3/index.html @@ -21,7 +21,7 @@ - + diff --git a/yanzhu-ui-vue3/src/views/bim/sandTableSetting/index.vue b/yanzhu-ui-vue3/src/views/bim/sandTableSetting/index.vue index 414afb34..ad61caaf 100644 --- a/yanzhu-ui-vue3/src/views/bim/sandTableSetting/index.vue +++ b/yanzhu-ui-vue3/src/views/bim/sandTableSetting/index.vue @@ -251,21 +251,20 @@ export default { img = "power"; } let html = `
- + ${item.name}
`; - window.sandSettingApi.Label.addBalloon({ Html: html, ID: item.elId, - Pivot: "2", + Pivot:2, Position: item.position, Title: item.name, MaxDistance: 1e6,