소스 검색

修改错误恢复

tags/6.1.8
xushubieli 2 년 전
부모
커밋
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);


불러오는 중...
취소
저장