Update static/admin.js

This commit is contained in:
Anyon 2018-11-13 11:29:23 +08:00
parent 66053b0eb1
commit a43119c7c7

View File

@ -186,7 +186,7 @@ $(function () {
};
// 打开一个iframe窗口
this.iframe = function (url, title) {
return layer.open({title: title || '窗口', type: 2, area: ['800px', '530px'], fix: true, maxmin: false, content: url});
return layer.open({title: title || '窗口', type: 2, area: ['800px', '550px'], fix: true, maxmin: false, content: url});
};
// 加载HTML到弹出层
this.modal = function (url, data, title, callback, loading, tips) {