update: 調整 default layout
| | |
| | | <template> |
| | | <div> |
| | | <div class="pam-background"> |
| | | <BackActionBar></BackActionBar> |
| | | <Nuxt class="container"></Nuxt> |
| | | <Nuxt class="page-container"></Nuxt> |
| | | </div> |
| | | </template> |
| | | |
| | | <style lang="scss" scoped> |
| | | .pam-background { |
| | | background-color: #F8F9FA; |
| | | } |
| | | |
| | | .container { |
| | | background-color: #F8F9FA; |
| | | padding: 0 20px; |
| | | .page-container { |
| | | padding: 30px 40px; |
| | | } |
| | | |
| | | @include desktop { |
| | | .page-container{ |
| | | width: 700px; |
| | | margin: 0 auto; |
| | | } |
| | | } |
| | | |
| | | @include desktop { |
| | | .container{ |
| | | width: 700px; |
| | | margin: 0 auto; |
| | | } |
| | | } |
| | | |
| | | </style> |
| | | </style> |