mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 05:52:43 +08:00
Update static/admin.js
This commit is contained in:
parent
66053b0eb1
commit
a43119c7c7
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user