1178232204@qq.com před 3 roky
rodič
revize
49bd6c1472
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  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) {