Skip to content

Commit

Permalink
Fixed top menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 11, 2018
1 parent ed5bb5f commit 8cf65fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions theme/default/component/Header/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
line-height: 54px;
min-height: 54px;
position: relative;
position: fixed;
width: 100%;
z-index: 9;
.wapper {
max-width: 1200px;
Expand Down
2 changes: 1 addition & 1 deletion theme/default/layout/BasicLayout.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}

.wapperContent {
padding: 15px 0 0 0;
padding: 75px 0 0 0;
max-width: 1200px;
margin: 0px auto 0;
}
Expand Down

0 comments on commit 8cf65fc

Please sign in to comment.