|
@@ -520,10 +520,10 @@ function renderWarningDiag(list,name,number){
|
|
|
$('.moduleItem.warning').css("display","block")
|
|
|
}
|
|
|
|
|
|
- $(".pushItemBox").mouseover(function(){
|
|
|
+ $(".pushItemBox,.pushItemName").mouseover(function(){
|
|
|
$(this).find(".infoImg").css("display","inline-block");
|
|
|
});
|
|
|
- $(".pushItemBox").mouseout(function(){
|
|
|
+ $(".pushItemBox,.pushItemName").mouseout(function(){
|
|
|
$(this).find(".infoImg").css("display","none");
|
|
|
});
|
|
|
}
|