浏览代码

问题修改

1178232204@qq.com 3 年之前
父节点
当前提交
49bd6c1472
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/js/cdss.js

+ 5 - 0
src/js/cdss.js

@@ -539,6 +539,11 @@ function renderWarningDiag(list, name, number) {
   }, function () {
   }, function () {
     $(this).find(".infoImg").css("display", "none");
     $(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) {
 function renderLis(list, showNum) {