浮动提示方法tooltip支持弹窗
This commit is contained in:
@ -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() {
|
||||
|
@ -82,11 +82,17 @@
|
||||
},
|
||||
{
|
||||
field: 'configName',
|
||||
title: '参数名称'
|
||||
title: '参数名称',
|
||||
formatter: function(value, row, index) {
|
||||
return $.table.tooltip(value);
|
||||
}
|
||||
},
|
||||
{
|
||||
field: 'configKey',
|
||||
title: '参数键名'
|
||||
title: '参数键名',
|
||||
formatter: function(value, row, index) {
|
||||
return $.table.tooltip(value);
|
||||
}
|
||||
},
|
||||
{
|
||||
field: 'configValue',
|
||||
@ -105,7 +111,7 @@
|
||||
title: '备注',
|
||||
align: 'center',
|
||||
formatter: function(value, row, index) {
|
||||
return $.table.tooltip(value);
|
||||
return $.table.tooltip(value, 10, 1);
|
||||
}
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user