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>" + data.data + "</pre>", 274 + content: "<pre style='width:450px'>" + data.data + "</pre>",
275 buttons: [{ 275 buttons: [{
276 text: "确定", 276 text: "确定",
277 className: "btn-danger", 277 className: "btn-danger",