tanxue 2 lat temu
rodzic
commit
7301859e70
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      layouts/templateA.vue
  2. 1 1
      layouts/templateB.vue

+ 1 - 1
layouts/templateA.vue

@@ -34,7 +34,7 @@
 </script>
 <style lang="scss">
   .nuxt-box:not(.client-index-page){
-    width: 100%;padding-top: 80px;
+    width: 100%;padding-top: 72px;
     // 移动端手机尺寸(0-768)
     @media (max-width: 768px){padding-top: 61px;}
   }

+ 1 - 1
layouts/templateB.vue

@@ -34,7 +34,7 @@
 </script>
 <style lang="scss" scoped>
   .nuxt-box:not(.client-index-page){
-    width: 100%;padding-top: 80px;
+    width: 100%;padding-top: 72px;
     // 移动端手机尺寸(0-768)
     @media (max-width: 768px){padding-top: 61px;}
   }