浏览代码

修改错误恢复

tags/6.1.8
xushubieli 3 年前
父节点
当前提交
131c357631
共有 3 个文件被更改,包括 3 次插入3 次删除
  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
文件差异内容过多而无法显示
查看文件


+ 1
- 1
src/static/web/js/select2.min.js
文件差异内容过多而无法显示
查看文件


+ 1
- 1
src/static/web/js/style.js 查看文件

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


正在加载...
取消
保存