Authored by 鲁尚清

Merge branch 'master-500-dev' of http://192.168.1.136:82/monitor_v3/hg-monitor-w…

…eb into master-500-dev-lushangqing
... ... @@ -319,7 +319,8 @@ layui.define(['common', 'swiper', 'admin', 'commonDetail', 'mxClient', 'sessions
var resourceHealthTips;
function baseInfoHover(){
$(".detail_base_info").hover(function () {
//lsq 悬浮提示重叠优化 2022-08-31
$(".index-banner-title .detail_base_info").hover(function () {
openMsg();
}, function () {
layer.close(resourceHealthTips);
... ...