fix : 细节优化
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user