@@ -4,7 +4,7 @@
<div class="bg-top" :style="{height:(topHeight||4)+'rem'}">
</div>
- <div class="content">
+ <div class="content" :class="{'full-height':showGoBack}">
<slot></slot>
@@ -57,4 +57,7 @@
z-index: 4;
}
+ .content.full-height{
+ height: 100vh;
+ }
</style>
@@ -97,5 +97,6 @@
.contact-list{
margin-top: 2.2rem;
+ padding-bottom: 5px;
@@ -91,5 +91,6 @@
.contract-list{