浮动提示方法tooltip支持弹窗

This commit is contained in:
RuoYi
2019-10-18 17:20:57 +08:00
parent 660fc42750
commit 0ebd155be4
3 changed files with 27 additions and 10 deletions

View File

@ -262,7 +262,7 @@ if($.common.isNotEmpty(skin)){
/* 用户管理-重置密码 */
function resetPwd() {
var url = ctx + 'system/user/profile/resetPwd';
$.modal.open("重置密码", url, '800', '500');
$.modal.open("重置密码", url, '770', '380');
}
/* 切换主题 */
function switchSkin() {