Browse Source

页面固定位置调整

yangc 8 years ago
parent
commit
984b0bcb0f
2 changed files with 3 additions and 3 deletions
  1. 1 1
      components/applyPurchase/ApplyFooter.vue
  2. 2 2
      components/default/Footer.vue

+ 1 - 1
components/applyPurchase/ApplyFooter.vue

@@ -151,7 +151,7 @@
   .apply-footer {
     position: absolute;
     width: 100%;
-    top: 1575px;
+    top: 1600px;
     .good-provider {
       height: 330px;
       text-align: center;

+ 2 - 2
components/default/Footer.vue

@@ -90,7 +90,7 @@
         let footer = document.getElementsByClassName('footer')[0]
         if (this.$route.path === '/applyPurchase') {
           footer.style.position = 'absolute'
-          footer.style.top = '2556px'
+          footer.style.top = '2581px'
         } else {
           footer.style.position = 'initial'
         }
@@ -100,7 +100,7 @@
       let footer = document.getElementsByClassName('footer')[0]
       if (this.$route.path === '/applyPurchase') {
         footer.style.position = 'absolute'
-        footer.style.top = '2556px'
+        footer.style.top = '2581px'
       } else {
         footer.style.position = 'initial'
       }