perf: alert-rule悬停换行

This commit is contained in:
chenjinsong
2020-09-29 18:52:43 +08:00
parent f41d59a0a0
commit 64e31173ee

View File

@@ -63,7 +63,7 @@
return function(position) {
return {
left: `${position.left + position.width + 20}px`,
top: `${position.top + 20}px`,
top: `${position.top - 10}px`,
}
}
}