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,