|
@@ -40,9 +40,9 @@
|
|
|
<div class="content">
|
|
|
<nuxt />
|
|
|
</div>
|
|
|
- <div class="footer flex justify-center items-center" v-show="showFooter">
|
|
|
+ <!-- <div class="footer flex justify-center items-center" v-show="showFooter">
|
|
|
- {{ supplierInfo.shopName }} | 由采美网提供技术支持 -
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
<SimpleLogin :type="formType" @click="onLoginClick"></SimpleLogin>
|
|
|
</div>
|
|
|
|
|
@@ -448,7 +448,8 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.content {
|
|
|
- min-height: calc(100vh - 80px - 80px);
|
|
|
+ // min-height: calc(100vh - 80px - 80px);
|
|
|
+ min-height: calc(100vh - 80px);
|
|
|
background-color: #f7f7f7;
|
|
|
overflow: hidden;
|
|
|
}
|
|
@@ -588,7 +589,8 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.content {
|
|
|
- min-height: calc(100vh - 12.8vw - 12.4vw);
|
|
|
+ // min-height: calc(100vh - 12.8vw - 12.4vw);
|
|
|
+ min-height: calc(100vh - 12.8vw);
|
|
|
}
|
|
|
|
|
|
.footer {
|