Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuettner Tobias committed Mar 25, 2020
2 parents 950aeae + 162daa7 commit 8ef3b14
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions client/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,12 @@
</div>

<a-layout id="components-layout-demo-responsive">
<div class="logo" />
<Navigation />
<a-layout>
<a-layout-header
:style="{ background: '#fff', padding: 0, height: 'auto' }"
>
<a-layout-header style="height: auto">
<Navigation />
</a-layout-header>
<a-layout-content
style="margin: '0px auto'; box-sizing: border-box; padding: 2rem 4rem; width: 100%; min-height: calc(100vh - 46px - 69px);"
style="margin: auto; box-sizing: border-box; padding: 0rem 4rem; width: 100%;"
>
<div :style="{ padding: '0px', minHeight: '360px', width: '100%' }">
<router-view></router-view>
Expand Down Expand Up @@ -51,6 +48,11 @@ export default {
.prototype-warning {
border: 2px solid red;
font-size: 20px;
height: 35px;
background-color: #ffdddd;
}
#components-layout-demo-responsive {
height: calc(100vh - 35px);
}
</style>

0 comments on commit 8ef3b14

Please sign in to comment.