diff --git a/components/gx-copyright.vue b/components/gx-copyright.vue index 6911af2..3223e37 100644 --- a/components/gx-copyright.vue +++ b/components/gx-copyright.vue @@ -1,5 +1,6 @@ + @@ -277,9 +274,13 @@ export default { \ No newline at end of file diff --git a/pages/myTickets/index.vue b/pages/myTickets/index.vue index 169e143..b6bf4e5 100644 --- a/pages/myTickets/index.vue +++ b/pages/myTickets/index.vue @@ -1,15 +1,13 @@ \ No newline at end of file diff --git a/pages/neighbor/index.vue b/pages/neighbor/index.vue index 676ae4d..1d8adb3 100644 --- a/pages/neighbor/index.vue +++ b/pages/neighbor/index.vue @@ -120,7 +120,7 @@ flex-direction: column; min-height: 100vh; background: #f8faff; - padding-bottom: 120rpx; + padding-bottom: calc(100rpx + 40rpx + 40rpx); } .nearby-page { diff --git a/pages/neighborList/index.vue b/pages/neighborList/index.vue index 2622a97..89ced96 100644 --- a/pages/neighborList/index.vue +++ b/pages/neighborList/index.vue @@ -140,7 +140,7 @@ // height: 100vh; // padding: 70rpx 0; // margin-top: 90rpx; - padding-bottom: 400rpx; + padding-bottom: calc(190rpx + 100rpx + 80rpx); .neighbor_head { width: 100%;