|
|
@@ -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'
|
|
|
}
|