Showing
1 changed file
with
1 additions
and
2 deletions
@@ -3936,9 +3936,8 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele | @@ -3936,9 +3936,8 @@ 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 | - } | ||
3942 | } | 3941 | } |
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'); |
-
Please register or login to post a comment