修复首次打开画布无法加载节点问题
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user