Skip to content

Commit 4edd256

Browse files
author
hikki
committed
v3.8
1 parent 29686d5 commit 4edd256

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

resources/assets/component.css

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,6 @@
245245
justify-content: center;
246246
align-items: center;
247247
height: 24px;
248-
padding-left: 24px;
249-
padding-right: 24px;
250248
max-width: unset;
251249
min-width: unset;
252250
margin-bottom: 3px;
@@ -262,18 +260,9 @@
262260
transition: .2s ease-in-out;
263261
}
264262
.dlp-label>i{
265-
position: absolute!important;
266-
top: calc(50% - 8px)!important;
267263
width: 16px!important;
268264
height: 16px!important;
269265
}
270-
.dlp-label>i.left{
271-
left: 0!important;
272-
right: unset!important;
273-
}
274-
.dlp-label>i.right{
275-
right: 4px!important;
276-
}
277266
.dot-cascade-panel{
278267
position: absolute;
279268
z-index: 100000;

resources/assets/component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1624,7 +1624,7 @@ window.ComponentCascadeLine = class {
16241624
});
16251625
_component.contextmenu(e, settings);
16261626
});
1627-
if (this.OPTIONS.movable) div.insertAdjacentHTML('afterbegin', `<i class="right">${_component.move}</i>`);
1627+
if (this.OPTIONS.movable) div.insertAdjacentHTML('beforeend', `<i class="right">${_component.move}</i>`);
16281628
return div;
16291629
}
16301630

0 commit comments

Comments
 (0)