瀏覽代碼

问题修改

1178232204@qq.com 3 年之前
父節點
當前提交
3242c8c58f
共有 1 個文件被更改,包括 15 次插入0 次删除
  1. 15 0
      src/js/cdss.js

+ 15 - 0
src/js/cdss.js

@@ -524,6 +524,21 @@ function renderWarningDiag(list, name, number) {
   }, function () {
     $(this).find(".infoImg").css("display", "none");
   });
+  $(".pushItemName").hover(function () {
+    $(this).find(".infoImg").css("display", "inline");
+  }, function () {
+    $(this).find(".infoImg").css("display", "none");
+  });
+  $(".item-name").hover(function () {
+    $(this).find(".infoImg").css("display", "inline");
+  }, function () {
+    $(this).find(".infoImg").css("display", "none");
+  });
+  $(".hidden-i").hover(function () {
+    $(this).find(".infoImg").css("display", "inline");
+  }, function () {
+    $(this).find(".infoImg").css("display", "none");
+  });
 }
 
 function renderLis(list, showNum) {