Explorar el Código

兼容各大浏览器字体模糊

tags/6.2.6
叙述、别离 hace 1 año
padre
commit
27fdddc86a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/admin/js/main.js

+ 1
- 1
src/admin/js/main.js Ver fichero

@@ -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;


Cargando…
Cancelar
Guardar