Skip to content

Commit 1ed6c19

Browse files
author
hikki
committed
v3.2
1 parent 3749121 commit 1ed6c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/assets/component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1742,7 +1742,7 @@ window.ComponentCascadeLine = class {
17421742
if(aim_node_data.parentNodes.indexOf(node_data.key) !== -1){
17431743
object.PLANE_BODY.insertAdjacentHTML('beforeend', `<div style="font-size: 20px!important;">⇵</div>`);
17441744
}else {
1745-
object.PLANE_BODY.insertAdjacentHTML('beforeend', `<div style="font-size: 20px!important;">↑</div>`);
1745+
object.PLANE_BODY.insertAdjacentHTML('beforeend', `<div style="font-size: 18px!important;">↑</div>`);
17461746
}
17471747
object.PLANE_BODY.append(M);
17481748
}

0 commit comments

Comments
 (0)