소스 검색

通用模板底部修改

yuwenjun1997 2 년 전
부모
커밋
fa0300827c
1개의 변경된 파일6개의 추가작업 그리고 4개의 파일을 삭제
  1. 6 4
      layouts/app-normal.vue

+ 6 - 4
layouts/app-normal.vue

@@ -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 {