File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 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) {
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;
You can’t perform that action at this time.
0 commit comments