fix : 细节优化

This commit is contained in:
2024-03-25 22:39:25 +08:00
parent f646c13e9d
commit 5d31b52e67
23 changed files with 98 additions and 51 deletions

View File

@@ -322,7 +322,7 @@ const insertNode = debounce((type, parentNode) => {
break;
}
init()
}, 1000)
}, 100)
/**
* 更新父id
* @param newId
@@ -688,8 +688,8 @@ defineExpose({
display: flex;
justify-content: center;
position: relative;
/*border-top: 2px solid #cccccc;
border-bottom: 2px solid #cccccc;*/
//border-top: 2px solid #cccccc;
//border-bottom: 2px solid #cccccc;
}
.branch-node-item {
@@ -700,7 +700,7 @@ defineExpose({
align-items: center;
border-top: 2px solid #000000;
border-bottom: 2px solid #000000;
//border-radius: 40px;
&:before {
content: "";
position: absolute;