1178232204@qq.com hace 3 años
padre
commit
49bd6c1472
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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) {