Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
李奇
2017-08-17 10:01:10 +0800
Commit
719c679b01c25a3f78d2c2ed7e967a51491702f2
1 parent
7995e2a7
fixed: yoho.goChannel非app提示隐藏
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
public/js/yoho.js
public/vue/editorial/top-nav.vue
public/js/yoho.js
View file @
719c679
@@ -296,7 +296,7 @@ const yoho = {
@@ -296,7 +296,7 @@ const yoho = {
296
arguments
:
args
296
arguments
:
args
297
});
297
});
298
}
else
{
298
}
else
{
299
-
tip
(
tipInfo
);
299
+
//
tip(tipInfo);
300
}
300
}
301
},
301
},
302
302
public/vue/editorial/top-nav.vue
View file @
719c679
@@ -36,11 +36,8 @@
@@ -36,11 +36,8 @@
36
}
36
}
37
37
38
.count {
38
.count {
39
-
margin-left: -36px;
40
-
min-width: 76px;
41
display: inline-block;
39
display: inline-block;
42
-
text-align: center;
43
-
margin-right: -24px;
40
+
vertical-align: text-bottom;
44
}
41
}
45
}
42
}
46
}
43
}
Please
register
or
login
to post a comment