Skip to content

Commit b737305

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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-evenly;
311+
justify-content: center;
312312
align-items: center;
313313
width: 270px;
314314
min-height: 50px!important;

resources/assets/component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1737,7 +1737,7 @@ window.ComponentCascadeLine = class {
17371737
object.submit_block = true;
17381738

17391739
}));
1740-
M.insertAdjacentHTML('afterbegin', `<span>${node_data.val}</span>`);
1740+
M.insertAdjacentHTML('afterbegin', `<span>${node_data.val}</span><i class="right">${_component.check_circle}</i>`);
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){
17431743
object.PLANE_BODY.insertAdjacentHTML('beforeend', `<div style="font-size: 20px!important;">⇵</div>`);

0 commit comments

Comments
 (0)