Skip to content

Commit d63bafe

Browse files
committed
Update pagetual.user.js
1 parent df442da commit d63bafe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Pagetual/pagetual.user.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7286,6 +7286,10 @@
72867286
if (compareNodeName(parent, ["table"])) {
72877287
parent.parentNode.appendChild(loadingDiv);
72887288
}
7289+
if (loadingDiv.previousElementSibling) {
7290+
let preStyle = _unsafeWindow.getComputedStyle(loadingDiv.previousElementSibling);
7291+
loadingDiv.style.order = preStyle.order;
7292+
}
72897293
}
72907294
//this.setPageTop(lastScrollTop);
72917295
if (sideController.inited) {
@@ -11644,6 +11648,9 @@
1164411648
pageBar.classList.add("stop");
1164511649
}
1164611650
pageBar.style.cssText = pageBarStyle;
11651+
if (exampleStyle.order) {
11652+
pageBar.style.order = exampleStyle.order;
11653+
}
1164711654
pageBar.title = i18n(isPause ? "enable" : "disable");
1164811655
upSpan.innerHTML = createHTML(upSvg);
1164911656
upSpan.children[0].style.cssText = upSvgCSS;

0 commit comments

Comments
 (0)