Skip to content

Commit c968bbc

Browse files
author
hikki
committed
v3.2
1 parent 513734b commit c968bbc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

resources/assets/component.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@
308308
.dot-cascade-panel>.plane-body-dialog{
309309
display: flex;
310310
flex-direction: column;
311-
justify-content: space-around;
311+
justify-content: space-evenly;
312312
align-items: center;
313313
width: 270px;
314314
min-height: 50px!important;

resources/assets/component.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1740,9 +1740,9 @@ window.ComponentCascadeLine = class {
17401740
M.insertAdjacentHTML('afterbegin', `<span>${node_data.val}</span>`);
17411741
object.PLANE_BODY.insertAdjacentHTML('afterbegin', `<div class="dlp dlp-text dlp-label"><span>${aim_node_data.val}</span></div>`);
17421742
if(aim_node_data.parentNodes.indexOf(node_data.key) !== -1){
1743-
object.PLANE_BODY.insertAdjacentHTML('beforeend', `<div>⇵</div>`);
1743+
object.PLANE_BODY.insertAdjacentHTML('beforeend', `<div style="font-size: 20px!important;">⇵</div>`);
17441744
}else {
1745-
object.PLANE_BODY.insertAdjacentHTML('beforeend', `<div>↑</div>`);
1745+
object.PLANE_BODY.insertAdjacentHTML('beforeend', `<div style="font-size: 20px!important;">↑</div>`);
17461746
}
17471747
object.PLANE_BODY.append(M);
17481748
}

0 commit comments

Comments
 (0)