Skip to content

Commit

Permalink
fix: 添加容器padding
Browse files Browse the repository at this point in the history
  • Loading branch information
myzhoulang committed Apr 20, 2017
1 parent b3ded08 commit 13e1acb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

<div jm-header></div>

<div style="padding-bottom: 60px; position: relative;">
<div style="margin: 0 48px;" class=" container page-container main-wrap" id="view" ui-view></div>
<div style="padding:0 48px 60px; position: relative;">
<div class=" container page-container main-wrap" id="view" ui-view></div>
</div>


Expand Down

0 comments on commit 13e1acb

Please sign in to comment.