浮动提示方法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

@@ -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);
}
},
{