From 9488ce150ca5e3cbc3473edf948cdeb71a497768 Mon Sep 17 00:00:00 2001 From: "452061493@qq.com" <452061493@qq.com> Date: Mon, 17 Jun 2024 18:22:13 +0800 Subject: [PATCH] =?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/administrative/appointment.vue | 2 +- src/views/enforce/enforcementPlanAdd.vue | 2 +- src/views/enforce/enterpriseScanPreview.vue | 3 +-- src/views/enforce/scanQrCode.vue | 3 +-- src/views/enterprise/register.vue | 1 + 5 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/views/administrative/appointment.vue b/src/views/administrative/appointment.vue index edeb44e..9641334 100644 --- a/src/views/administrative/appointment.vue +++ b/src/views/administrative/appointment.vue @@ -460,7 +460,7 @@ padding-bottom: 3rem; width: 94%; height: 100%; - /*background-image: linear-gradient(to bottom, #ebf3fb, #fff);*/ + background-color: #ebf3fb; overflow-y: auto; margin-top: 0.15rem; } diff --git a/src/views/enforce/enforcementPlanAdd.vue b/src/views/enforce/enforcementPlanAdd.vue index c8324a4..a6d5e2a 100644 --- a/src/views/enforce/enforcementPlanAdd.vue +++ b/src/views/enforce/enforcementPlanAdd.vue @@ -330,7 +330,7 @@ padding-bottom: 3rem; width: 94%; height: 98%; - /*background-image: linear-gradient(to bottom, #ebf3fb, #fff);*/ + background-color: #ebf3fb; overflow-y: auto; margin-top: 0.15rem; } diff --git a/src/views/enforce/enterpriseScanPreview.vue b/src/views/enforce/enterpriseScanPreview.vue index 34d87d2..7314ab9 100644 --- a/src/views/enforce/enterpriseScanPreview.vue +++ b/src/views/enforce/enterpriseScanPreview.vue @@ -174,9 +174,8 @@ const goBack = () => { background-color: #ebf3fb; .warp_body { - background-image: linear-gradient(to bottom, #ebf3fb, transparent); - background-size: cover; position: relative; + background-image: linear-gradient(to bottom, #ebf3fb, transparent); } .white-body { diff --git a/src/views/enforce/scanQrCode.vue b/src/views/enforce/scanQrCode.vue index f86568e..f0d897d 100644 --- a/src/views/enforce/scanQrCode.vue +++ b/src/views/enforce/scanQrCode.vue @@ -228,9 +228,8 @@ background-color: #ebf3fb; .warp_body { - background-image: linear-gradient(to bottom, #ebf3fb, transparent); - background-size: cover; position: relative; + background-image: linear-gradient(to bottom, #ebf3fb, transparent); .carousel_box { position: relative; diff --git a/src/views/enterprise/register.vue b/src/views/enterprise/register.vue index a72b668..d340427 100644 --- a/src/views/enterprise/register.vue +++ b/src/views/enterprise/register.vue @@ -329,6 +329,7 @@ export default { margin: 0 3%; width: 94%; height: 100%; + background-color: #ebf3fb; margin-top: 0.15rem; }