From 35298bdcd712499f2066c0e80d37acc96c1d2a63 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 09 Feb 2022 15:52:24 +0800
Subject: [PATCH] 样式调整
---
src/pcviews/tool/sign.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/pcviews/tool/sign.vue b/src/pcviews/tool/sign.vue
index 20ae00b..b361e48 100644
--- a/src/pcviews/tool/sign.vue
+++ b/src/pcviews/tool/sign.vue
@@ -15,6 +15,7 @@
created () {
var that = this
that.DC = global.DC
+ that.viewer.tooltip.enable = true
that.viewer.on(that.DC.MouseEventType.MOUSE_MOVE, (e) => {
that.viewer.tooltip.showAt(e.windowPosition, '我是鼠标提示')
})
--
Gitblit v1.9.3