File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 308
308
.dot-cascade-panel > .plane-body-dialog {
309
309
display : flex;
310
310
flex-direction : column;
311
- justify-content : space-evenly ;
311
+ justify-content : center ;
312
312
align-items : center;
313
313
width : 270px ;
314
314
min-height : 50px !important ;
Original file line number Diff line number Diff line change @@ -1737,7 +1737,7 @@ window.ComponentCascadeLine = class {
1737
1737
object . submit_block = true ;
1738
1738
1739
1739
} ) ) ;
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> ` ) ;
1741
1741
object . PLANE_BODY . insertAdjacentHTML ( 'afterbegin' , `<div class="dlp dlp-text dlp-label"><span>${ aim_node_data . val } </span></div>` ) ;
1742
1742
if ( aim_node_data . parentNodes . indexOf ( node_data . key ) !== - 1 ) {
1743
1743
object . PLANE_BODY . insertAdjacentHTML ( 'beforeend' , `<div style="font-size: 20px!important;">⇵</div>` ) ;
You can’t perform that action at this time.
0 commit comments