优化 测试

This commit is contained in:
YuanFeng 2024-09-08 18:26:03 +08:00
parent 5a2bde6a69
commit 380e088a89
1 changed files with 2 additions and 2 deletions

View File

@ -198,7 +198,7 @@
</div>
<div
:class="{ 'hidden-div': true }">
:class="{ 'hidden-div': false }">
<DraftDesign ref="draftDesignEditRef"/>
</div>
</div>
@ -508,7 +508,7 @@ const showPng = () => {
heightScale: that.currentZoom
})
}, 800)
}, 200)
}
}