소스 검색

调整异常信息对话框样式

AE86 2 년 전
부모
커밋
c867150938
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      dbsyncer-web/src/main/resources/static/js/monitor/index.js

+ 2 - 2
dbsyncer-web/src/main/resources/static/js/monitor/index.js

@@ -69,9 +69,9 @@ function bindQueryErrorDetailEvent() {
         var html = '<div class="row driver_break_word">' + json + '</div>';
         BootstrapDialog.show({
             title: "异常详细",
-            type: BootstrapDialog.TYPE_INFO,
+            size: BootstrapDialog.SIZE_WIDE,
             message: html,
-            size: BootstrapDialog.SIZE_NORMAL,
+            type: BootstrapDialog.TYPE_WARNING,
             buttons: [{
                 label: "关闭",
                 action: function (dialog) {