修复首次打开画布无法加载节点问题

This commit is contained in:
X1627315083@163.com
2026-03-24 10:53:41 +08:00
parent 54f786e94b
commit f8f760119c
2 changed files with 8 additions and 4 deletions

View File

@@ -226,10 +226,9 @@ defineExpose({push})
margin-bottom: 2rem;
background-color: #ffffff;
cursor: pointer;
pointer-events: none;
display: none;
&.active{
pointer-events: auto;
display: none;
display: flex;
}
&:hover{
background-color: #f5f5f5;