fix: 修改aside展示时机

This commit is contained in:
MTrun 2022-04-10 21:22:28 +08:00
parent 8d9f503867
commit 1bcace8d5e

View File

@ -111,7 +111,7 @@ const toolsMouseoverHandle = () => {
}, 200);
setTimeout(() => {
asideTootipDis.value = false
}, 200)
}, 400)
}
const toolsMouseoutHandle = () => {