...
|
...
|
@@ -3178,7 +3178,7 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele |
|
|
var $content = $(`#${targetId}`).clone();
|
|
|
$content.find('[lay-tips]').removeAttr('lay-tips');
|
|
|
|
|
|
detailTips = layer.tips($content.removeClass('hide').prop("outerHTML"), that,{area:[w, 'auto'],time:0, tips: [direction], tipsMore: true});
|
|
|
detailTips = layer.tips($content.removeClass('hide').prop("outerHTML"), that,{id: 'base-info-tips', area:[w, 'auto'],time:0, tips: [direction], tipsMore: true});
|
|
|
window.detailTips = detailTips;
|
|
|
});
|
|
|
// ,function () {
|
...
|
...
|
|