Commit 1eccd25b by fsn

解决谷歌浏览器显示添加用户窗口不完整的bug

parent e6ebd1f0
......@@ -49,7 +49,7 @@ MgrUser.openAddMgr = function () {
var index = layer.open({
type: 2,
title: '添加管理员',
area: ['800px', '550px'], //宽高
area: ['800px', '560px'], //宽高
fix: false, //不固定
maxmin: true,
content: Feng.ctxPath + '/mgr/user_add'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment