Browse Source

样式bug修改

master
蟑螂恶霸 2 years ago
parent
commit
9488ce150c
  1. 2
      src/views/administrative/appointment.vue
  2. 2
      src/views/enforce/enforcementPlanAdd.vue
  3. 3
      src/views/enforce/enterpriseScanPreview.vue
  4. 3
      src/views/enforce/scanQrCode.vue
  5. 1
      src/views/enterprise/register.vue

2
src/views/administrative/appointment.vue

@ -460,7 +460,7 @@
padding-bottom: 3rem; padding-bottom: 3rem;
width: 94%; width: 94%;
height: 100%; height: 100%;
/*background-image: linear-gradient(to bottom, #ebf3fb, #fff);*/ background-color: #ebf3fb;
overflow-y: auto; overflow-y: auto;
margin-top: 0.15rem; margin-top: 0.15rem;
} }

2
src/views/enforce/enforcementPlanAdd.vue

@ -330,7 +330,7 @@
padding-bottom: 3rem; padding-bottom: 3rem;
width: 94%; width: 94%;
height: 98%; height: 98%;
/*background-image: linear-gradient(to bottom, #ebf3fb, #fff);*/ background-color: #ebf3fb;
overflow-y: auto; overflow-y: auto;
margin-top: 0.15rem; margin-top: 0.15rem;
} }

3
src/views/enforce/enterpriseScanPreview.vue

@ -174,9 +174,8 @@ const goBack = () => {
background-color: #ebf3fb; background-color: #ebf3fb;
.warp_body { .warp_body {
background-image: linear-gradient(to bottom, #ebf3fb, transparent);
background-size: cover;
position: relative; position: relative;
background-image: linear-gradient(to bottom, #ebf3fb, transparent);
} }
.white-body { .white-body {

3
src/views/enforce/scanQrCode.vue

@ -228,9 +228,8 @@
background-color: #ebf3fb; background-color: #ebf3fb;
.warp_body { .warp_body {
background-image: linear-gradient(to bottom, #ebf3fb, transparent);
background-size: cover;
position: relative; position: relative;
background-image: linear-gradient(to bottom, #ebf3fb, transparent);
.carousel_box { .carousel_box {
position: relative; position: relative;

1
src/views/enterprise/register.vue

@ -329,6 +329,7 @@ export default {
margin: 0 3%; margin: 0 3%;
width: 94%; width: 94%;
height: 100%; height: 100%;
background-color: #ebf3fb;
margin-top: 0.15rem; margin-top: 0.15rem;
} }

Loading…
Cancel
Save