Browse Source

样式修改

tanxue 2 years ago
parent
commit
7301859e70
2 changed files with 2 additions and 2 deletions
  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;}
   }