Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
ccbikai
2015-11-03 23:38:36 +0800
Commit
11c89ecae27fa2386e216e817280f651e26cbfab
1 parent
4d468800
底部tab 不占用共有底部
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
static/js/home/home.js
static/js/home/home.js
View file @
11c89ec
...
...
@@ -205,3 +205,9 @@ function tsAnimate() {
}
setTimeout
(
tsAnimate
,
3000
);
// 底部留出tab 的高度
$
(
'#yoho-footer'
).
css
({
'margin-bottom'
:
'2.5rem'
});
...
...
Please
register
or
login
to post a comment