mirror of
https://github.com/dataease/dataease.git
synced 2026-06-15 02:21:43 +08:00
refactor(仪表板): 修复编辑时追加组件到仪表板底部但水印覆盖位置没有追加问题
This commit is contained in:
@@ -245,6 +245,12 @@ watch(
|
||||
}
|
||||
)
|
||||
|
||||
const watermarkUpdate = () => {
|
||||
setTimeout(() => {
|
||||
initWatermark()
|
||||
})
|
||||
}
|
||||
|
||||
const initWatermark = (waterDomId = 'editor-canvas-main') => {
|
||||
try {
|
||||
if (
|
||||
@@ -1459,7 +1465,8 @@ defineExpose({
|
||||
getMoveItem,
|
||||
handleMouseUp,
|
||||
handleMouseDown,
|
||||
findPositionX
|
||||
findPositionX,
|
||||
watermarkUpdate
|
||||
})
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user