Authored by xuhui

样式调优

@@ -271,7 +271,7 @@ function dnsViewCurrentConf(resp) { @@ -271,7 +271,7 @@ function dnsViewCurrentConf(resp) {
271 dialog.dialog({ 271 dialog.dialog({
272 title: "当前配置", 272 title: "当前配置",
273 backdrop: "static", 273 backdrop: "static",
274 - content: "<pre style='width:450px'>" + data.data + "</pre>", 274 + content: "<pre style='width:568px'>" + data.data + "</pre>",
275 buttons: [{ 275 buttons: [{
276 text: "确定", 276 text: "确定",
277 className: "btn-danger", 277 className: "btn-danger",
@@ -280,8 +280,8 @@ function dnsViewCurrentConf(resp) { @@ -280,8 +280,8 @@ function dnsViewCurrentConf(resp) {
280 } 280 }
281 }] 281 }]
282 }).find(".modal-body").css({ 282 }).find(".modal-body").css({
283 - height: "450px",  
284 - width: "520px" 283 + height: "280px",
  284 + width: "600px"
285 }); 285 });
286 } 286 }
287 287