From 1952b3113061c4f906d2d0ad7237309ffe778829 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TOP=E7=B3=AF=E7=B1=B3?= <1130395124@qq.com> Date: Thu, 23 Feb 2023 15:59:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2=E5=BA=95?= =?UTF-8?q?=E9=83=A8=E5=86=85=E8=BE=B9=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/service/detail.vue | 2 +- src/pages/single/after-market.vue | 2 +- src/pages/single/business.vue | 2 +- src/pages/single/project.vue | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/service/detail.vue b/src/pages/service/detail.vue index e145430..3b21c5b 100644 --- a/src/pages/service/detail.vue +++ b/src/pages/service/detail.vue @@ -257,7 +257,7 @@ export default { } } .service-section.detail-box { - padding-bottom: 100rpx; + padding-bottom: 120rpx; .detail { position: relative; width: 670rpx; diff --git a/src/pages/single/after-market.vue b/src/pages/single/after-market.vue index 1a2bec1..58df761 100644 --- a/src/pages/single/after-market.vue +++ b/src/pages/single/after-market.vue @@ -120,6 +120,6 @@ export default { } .save-form-btn { margin-top: 40rpx; - padding-bottom: 100rpx; + padding-bottom: 120rpx; } \ No newline at end of file diff --git a/src/pages/single/business.vue b/src/pages/single/business.vue index 0681d7b..2fb5e90 100644 --- a/src/pages/single/business.vue +++ b/src/pages/single/business.vue @@ -123,6 +123,6 @@ export default { } .save-form-btn { margin-top: 40rpx; - padding-bottom: 100rpx; + padding-bottom: 120rpx; } \ No newline at end of file diff --git a/src/pages/single/project.vue b/src/pages/single/project.vue index 5a5eaeb..4a1eccb 100644 --- a/src/pages/single/project.vue +++ b/src/pages/single/project.vue @@ -167,6 +167,6 @@ export default { } .save-form-btn { margin-top: 40rpx; - padding-bottom: 100rpx; + padding-bottom: 120rpx; } \ No newline at end of file