Browse Source

兼容各大浏览器字体模糊

tags/6.2.6
叙述、别离 1 year ago
parent
commit
27fdddc86a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/admin/js/main.js

+ 1
- 1
src/admin/js/main.js View File

@@ -290,7 +290,7 @@ function LoadQuickDiv(e, surl, oname, w, h) {
newobj.style.top = "50%";
newobj.style.left = "50%";
newobj.style.display = 'block';
newobj.style.transform = "translate(-54%, -46%)";
newobj.style.transform = "translate(-50%, -201px)";
newobj.innerHTML = '<img src="../../static/web/img/loadinglit.gif">';
fetch(surl).then(resp => resp.text()).then((d) => {
newobj.innerHTML = d;


Loading…
Cancel
Save