|
@@ -3427,10 +3427,11 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele |
|
@@ -3427,10 +3427,11 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele |
3427
|
$content.find('[lay-tips]').removeAttr('lay-tips');
|
3427
|
$content.find('[lay-tips]').removeAttr('lay-tips');
|
3428
|
// detailTips = layer.tips($content.removeClass('hide').prop("outerHTML"), that,{id: 'base-info-tips', area:[w, 'auto'],time:0, tips: [direction], tipsMore: true});
|
3428
|
// detailTips = layer.tips($content.removeClass('hide').prop("outerHTML"), that,{id: 'base-info-tips', area:[w, 'auto'],time:0, tips: [direction], tipsMore: true});
|
3429
|
//xwx update 资源视图基本信息弹出框bug修改 2021-10-22 --start
|
3429
|
//xwx update 资源视图基本信息弹出框bug修改 2021-10-22 --start
|
3430
|
- detailTips = layer.tips($content.removeClass('hide').prop("outerHTML"), that,{
|
3430
|
+ if (len>0) {
|
|
|
3431
|
+ detailTips = layer.tips($content.removeClass('hide').prop("outerHTML"), that, {
|
3431
|
id: 'base-info-tips',
|
3432
|
id: 'base-info-tips',
|
3432
|
- area:[w, 'auto'],
|
|
|
3433
|
- time:0,
|
3433
|
+ area: [w, 'auto'],
|
|
|
3434
|
+ time: 0,
|
3434
|
tips: [direction],
|
3435
|
tips: [direction],
|
3435
|
tipsMore: true,
|
3436
|
tipsMore: true,
|
3436
|
//添加遮罩层 默认透明度为0.3
|
3437
|
//添加遮罩层 默认透明度为0.3
|
|
@@ -3440,6 +3441,7 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele |
|
@@ -3440,6 +3441,7 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele |
3440
|
});
|
3441
|
});
|
3441
|
//xwx update 资源视图基本信息弹出框bug修改 2021-10-22 --end
|
3442
|
//xwx update 资源视图基本信息弹出框bug修改 2021-10-22 --end
|
3442
|
window.detailTips = detailTips;
|
3443
|
window.detailTips = detailTips;
|
|
|
3444
|
+ }
|
3443
|
});
|
3445
|
});
|
3444
|
// ,function () {
|
3446
|
// ,function () {
|
3445
|
// layer.close(detailTips);
|
3447
|
// layer.close(detailTips);
|