Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
ccbikai
2015-11-01 19:04:36 +0800
Commit
c494813d06367fe394582e6a889dc510bde0bc5e
1 parent
b567ce87
侧边连打开 body 高度
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/js/home/home.js
static/js/home/home.js
View file @
c494813
...
...
@@ -40,7 +40,7 @@ navHammer.on('tap', function(event) {
//设置boy高宽,页面不能上下滑动
$
(
'body'
).
css
({
height
:
$
(
window
).
height
(),
width
:
'100%'
,
width
:
$
(
window
).
width
()
,
overflow
:
'hidden'
});
...
...
Please
register
or
login
to post a comment