Explorar el Código

调整异常信息对话框样式

AE86 hace 2 años
padre
commit
c867150938
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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>';
         var html = '<div class="row driver_break_word">' + json + '</div>';
         BootstrapDialog.show({
         BootstrapDialog.show({
             title: "异常详细",
             title: "异常详细",
-            type: BootstrapDialog.TYPE_INFO,
+            size: BootstrapDialog.SIZE_WIDE,
             message: html,
             message: html,
-            size: BootstrapDialog.SIZE_NORMAL,
+            type: BootstrapDialog.TYPE_WARNING,
             buttons: [{
             buttons: [{
                 label: "关闭",
                 label: "关闭",
                 action: function (dialog) {
                 action: function (dialog) {