...
|
...
|
@@ -3427,19 +3427,21 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele |
|
|
$content.find('[lay-tips]').removeAttr('lay-tips');
|
|
|
// detailTips = layer.tips($content.removeClass('hide').prop("outerHTML"), that,{id: 'base-info-tips', area:[w, 'auto'],time:0, tips: [direction], tipsMore: true});
|
|
|
//xwx update 资源视图基本信息弹出框bug修改 2021-10-22 --start
|
|
|
detailTips = layer.tips($content.removeClass('hide').prop("outerHTML"), that,{
|
|
|
id: 'base-info-tips',
|
|
|
area:[w, 'auto'],
|
|
|
time:0,
|
|
|
tips: [direction],
|
|
|
tipsMore: true,
|
|
|
//添加遮罩层 默认透明度为0.3
|
|
|
shade: [0.1, '#00000000'],
|
|
|
//是否点击遮罩关闭
|
|
|
shadeClose: true
|
|
|
});
|
|
|
//xwx update 资源视图基本信息弹出框bug修改 2021-10-22 --end
|
|
|
window.detailTips = detailTips;
|
|
|
if (len>0) {
|
|
|
detailTips = layer.tips($content.removeClass('hide').prop("outerHTML"), that, {
|
|
|
id: 'base-info-tips',
|
|
|
area: [w, 'auto'],
|
|
|
time: 0,
|
|
|
tips: [direction],
|
|
|
tipsMore: true,
|
|
|
//添加遮罩层 默认透明度为0.3
|
|
|
shade: [0.1, '#00000000'],
|
|
|
//是否点击遮罩关闭
|
|
|
shadeClose: true
|
|
|
});
|
|
|
//xwx update 资源视图基本信息弹出框bug修改 2021-10-22 --end
|
|
|
window.detailTips = detailTips;
|
|
|
}
|
|
|
});
|
|
|
// ,function () {
|
|
|
// layer.close(detailTips);
|
...
|
...
|
|