From d294f4cdc00abe5f420ecc746cf0c8b8c721d65e Mon Sep 17 00:00:00 2001 From: "452061493@qq.com" <452061493@qq.com> Date: Tue, 27 Aug 2024 16:46:45 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=A0=B7=E5=BC=8Fbug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Home.vue | 6 +-- src/views/HomeWx.vue | 6 +-- .../administrative/appointmentDetail.vue | 49 ++++++++++++++++--- src/views/enforce/enforcementPlanDetailed.vue | 2 +- src/views/enforce/enterpriseBaseInfo.vue | 2 +- src/views/enforce/historyCheck.vue | 7 ++- src/views/enforceHome.vue | 9 ++-- .../compaint/registrationListView.vue | 2 +- .../enterprise/enterpriseInspectionDetail.vue | 40 +++++++++++++-- src/views/enterprise/register.vue | 2 +- 10 files changed, 96 insertions(+), 29 deletions(-) diff --git a/src/views/Home.vue b/src/views/Home.vue index 46f2de0..50085dd 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -295,10 +295,10 @@ } .boutique_box { - position: fixed; + position: absolute; width: 100%; - bottom: calc(1.67rem + constant(safe-area-inset-bottom)); - bottom: calc(1.67rem + env(safe-area-inset-bottom)); + bottom: calc(0.5rem + constant(safe-area-inset-bottom)); + bottom: calc(0.5rem + env(safe-area-inset-bottom)); .boutique_body { padding: 0 0 0.27rem 0; diff --git a/src/views/HomeWx.vue b/src/views/HomeWx.vue index 2d7df22..977c4f7 100644 --- a/src/views/HomeWx.vue +++ b/src/views/HomeWx.vue @@ -248,10 +248,10 @@ } .boutique_box { - position: fixed; + position: absolute; width: 100%; - bottom: calc(1.67rem + constant(safe-area-inset-bottom)); - bottom: calc(1.67rem + env(safe-area-inset-bottom)); + bottom: calc(0.5rem + constant(safe-area-inset-bottom)); + bottom: calc(0.5rem + env(safe-area-inset-bottom)); .boutique_body { padding: 0 0 0.27rem 0; diff --git a/src/views/administrative/appointmentDetail.vue b/src/views/administrative/appointmentDetail.vue index de511f5..798da2a 100644 --- a/src/views/administrative/appointmentDetail.vue +++ b/src/views/administrative/appointmentDetail.vue @@ -28,24 +28,32 @@ :rules="[{ required: true, message: '必填项' }]" /> - - --> +
+ + +
+ +
+ + +
- + />--> +
+ + +

@@ -670,4 +682,25 @@ color: #666; } + .fold-div { + position: relative; + display: flex; + margin: -1px 0.3rem 0; + padding: 0.05rem 0; + border-bottom: 1px solid #f6f7f8; + color: #323233; + font-size: 0.37rem; + } + + .fold-div label { + width: 2.6rem; + padding: 0.27rem 0px 0.27rem 0.15rem; + } + + .fold-div .van-text-ellipsis { + padding: 0.24rem 0; + width: calc(100% - 2.7rem); + color: #666; + } + diff --git a/src/views/enforce/enforcementPlanDetailed.vue b/src/views/enforce/enforcementPlanDetailed.vue index bfd8e1b..27e86b1 100644 --- a/src/views/enforce/enforcementPlanDetailed.vue +++ b/src/views/enforce/enforcementPlanDetailed.vue @@ -135,7 +135,7 @@ onMounted(() => { display: flex; margin: 0 0.3rem; padding-bottom: 0.13rem; - border-bottom: 1px solid #f5f6f7; + border-bottom: 1px solid #f6f7f8; color: rgb(50, 50, 51); font-size: 0.37rem; } diff --git a/src/views/enforce/enterpriseBaseInfo.vue b/src/views/enforce/enterpriseBaseInfo.vue index b65352a..4df5d7a 100644 --- a/src/views/enforce/enterpriseBaseInfo.vue +++ b/src/views/enforce/enterpriseBaseInfo.vue @@ -784,7 +784,7 @@ display: flex; margin: 0 0.3rem; padding-bottom: 0.13rem; - border-bottom: 1px solid #f5f6f7; + border-bottom: 1px solid #f6f7f8; color: rgb(50, 50, 51); font-size: 0.37rem; } diff --git a/src/views/enforce/historyCheck.vue b/src/views/enforce/historyCheck.vue index e606ad6..a3cf6df 100644 --- a/src/views/enforce/historyCheck.vue +++ b/src/views/enforce/historyCheck.vue @@ -5,8 +5,11 @@

--> - - + +
- 行政执法检查事项的投诉有效期,为检查次日起5个自然日内。 + 行政执法检查事项投诉有效期为检查次日起5个自然日内。
diff --git a/src/views/enterprise/enterpriseInspectionDetail.vue b/src/views/enterprise/enterpriseInspectionDetail.vue index e69206b..31ac708 100644 --- a/src/views/enterprise/enterpriseInspectionDetail.vue +++ b/src/views/enterprise/enterpriseInspectionDetail.vue @@ -6,8 +6,9 @@
- + + - + />--> +
+ + +
+ +
+ + +
@@ -78,8 +88,9 @@ 取消 +
- +
@@ -270,7 +281,7 @@ onMounted(() =>{ padding-bottom: 3rem; width: 94%; height: 100%; - /*background-image: linear-gradient(to bottom, #ebf3fb, #fff);*/ + background: #ebf3fb; overflow-y: auto; margin-top: 0.15rem; } @@ -296,5 +307,24 @@ onMounted(() =>{ cursor: default; color: #666; } +.fold-div { + position: relative; + display: flex; + margin: -1px 0.3rem 0; + padding: 0.05rem 0; + border-bottom: 1px solid #f6f7f8; + color: #323233; + font-size: 0.37rem; +} + +.fold-div label { + width: 2.6rem; + padding: 0.27rem 0px 0.27rem 0.15rem; +} +.fold-div .van-text-ellipsis { + padding: 0.24rem 0; + width: calc(100% - 2.7rem); + color: #666; +} diff --git a/src/views/enterprise/register.vue b/src/views/enterprise/register.vue index 65e7491..1520564 100644 --- a/src/views/enterprise/register.vue +++ b/src/views/enterprise/register.vue @@ -375,7 +375,7 @@ export default { display: flex; margin: 0 0.3rem; padding-bottom: 0.13rem; - border-bottom: 1px solid #f5f6f7; + border-bottom: 1px solid #f6f7f8; color: rgb(50, 50, 51); font-size: 0.37rem; } From cda4ab36f8fb811bd00cfd46cb0a211f952524c0 Mon Sep 17 00:00:00 2001 From: kylin L <452061493@qq.com> Date: Tue, 27 Aug 2024 20:03:32 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E4=BB=B7=E6=A0=BCLoaddin?= =?UTF-8?q?g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Home.vue | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/src/views/Home.vue b/src/views/Home.vue index 50085dd..b76b995 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -1,7 +1,7 @@