Showing
1 changed file
with
1 additions
and
2 deletions
@@ -3936,10 +3936,9 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele | @@ -3936,10 +3936,9 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele | ||
3936 | w = '720px'; | 3936 | w = '720px'; |
3937 | } | 3937 | } |
3938 | //lsq renderTextCols基本信息悬浮中下探样式 2022-08-09 | 3938 | //lsq renderTextCols基本信息悬浮中下探样式 2022-08-09 |
3939 | - if(info_text=='textCols'){ | 3939 | + // lsq 基本信息悬浮中下探样式 2022-08-12 |
3940 | $(`#${targetId}`).addClass('info-table-three') | 3940 | $(`#${targetId}`).addClass('info-table-three') |
3941 | } | 3941 | } |
3942 | - } | ||
3943 | var $content = $(`#${targetId}`).clone(); | 3942 | var $content = $(`#${targetId}`).clone(); |
3944 | $content.find('[lay-tips]').removeAttr('lay-tips'); | 3943 | $content.find('[lay-tips]').removeAttr('lay-tips'); |
3945 | // detailTips = layer.tips($content.removeClass('hide').prop("outerHTML"), that,{id: 'base-info-tips', area:[w, 'auto'],time:0, tips: [direction], tipsMore: true}); | 3944 | // detailTips = layer.tips($content.removeClass('hide').prop("outerHTML"), that,{id: 'base-info-tips', area:[w, 'auto'],time:0, tips: [direction], tipsMore: true}); |
-
Please register or login to post a comment