Merge branch 'master-500-dev' of http://192.168.1.136:82/monitor_v3/hg-monitor-w…
…eb into master-500-dev-lushangqing
Showing
1 changed file
with
2 additions
and
1 deletions
@@ -319,7 +319,8 @@ layui.define(['common', 'swiper', 'admin', 'commonDetail', 'mxClient', 'sessions | @@ -319,7 +319,8 @@ layui.define(['common', 'swiper', 'admin', 'commonDetail', 'mxClient', 'sessions | ||
319 | 319 | ||
320 | var resourceHealthTips; | 320 | var resourceHealthTips; |
321 | function baseInfoHover(){ | 321 | function baseInfoHover(){ |
322 | - $(".detail_base_info").hover(function () { | 322 | + //lsq 悬浮提示重叠优化 2022-08-31 |
323 | + $(".index-banner-title .detail_base_info").hover(function () { | ||
323 | openMsg(); | 324 | openMsg(); |
324 | }, function () { | 325 | }, function () { |
325 | layer.close(resourceHealthTips); | 326 | layer.close(resourceHealthTips); |
-
Please register or login to post a comment