浏览代码

更新日常收支内容和点击触发

outaozhen 7 年之前
父节点
当前提交
a0b4e63878
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      js/global.js
  2. 1 1
      saea-income-dlist-month.html
  3. 1 1
      saea-income-dlist-year.html

+ 1 - 1
js/global.js

@@ -64,7 +64,7 @@ $("#closeST").click(function(){
   $(".searchTips").hide();
 });
 
-$('.tipFather').hover(function() {
+$('.tipGray').hover(function() {
     $(".tipContent").removeClass('tipConactive');
     }, function() {
     $(".tipContent").addClass('tipConactive');

文件差异内容过多而无法显示
+ 1 - 1
saea-income-dlist-month.html


文件差异内容过多而无法显示
+ 1 - 1
saea-income-dlist-year.html