Browse Source

问题修改

1178232204@qq.com 3 years ago
parent
commit
49bd6c1472
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/js/cdss.js

+ 5 - 0
src/js/cdss.js

@@ -539,6 +539,11 @@ function renderWarningDiag(list, name, number) {
   }, function () {
     $(this).find(".infoImg").css("display", "none");
   });
+  $(".infoImg").hover(function () {
+    $(this).find(".infoImg").css("display", "inline");
+  }, function () {
+    $(this).find(".infoImg").css("display", "none");
+  });
 }
 
 function renderLis(list, showNum) {