Procházet zdrojové kódy

修改错误恢复

tags/6.1.8
xushubieli před 2 roky
rodič
revize
131c357631
3 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. +1
    -1
      src/static/web/js/select2.full.min.js
  2. +1
    -1
      src/static/web/js/select2.min.js
  3. +1
    -1
      src/static/web/js/style.js

+ 1
- 1
src/static/web/js/select2.full.min.js
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 1
- 1
src/static/web/js/select2.min.js
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 1
- 1
src/static/web/js/style.js Zobrazit soubor

@@ -91,7 +91,7 @@ function CloseModal(modalID) {
} }
//在某个元素内显示alert信息 //在某个元素内显示alert信息
function ShowAlert(ele, content, type, showtime = 3000) { function ShowAlert(ele, content, type, showtime = 3000) {
let msg = `<div class="alert alert-${type}">
let msg = `<div class="alert alert-${type}" role="alert">
${content} ${content}
</div>`; </div>`;
$(ele).html(msg); $(ele).html(msg);


Načítá se…
Zrušit
Uložit