对于easyui $.messager.alert和 $.messager.confirm 不同浏览器中位置控制

$.messager.confirm({
             title: '种子购买',
             msg:  '确定购买这个'+seedName+'的种子嘛?',
             top:200,
             fn: function (r) {
                 if (r){
                        //.......
                    }
             }
});

用style属性不知道为什么没有效果,

原文地址:https://www.cnblogs.com/zengguoqiang/p/10925504.html