Browse Source

样式bug修改

v3
蟑螂恶霸 2 years ago
parent
commit
582b1ddb2d
  1. 6
      src/views/Home.vue
  2. 13
      src/views/administrative/appointment.vue
  3. 13
      src/views/administrative/appointmentDetail.vue
  4. 13
      src/views/administrative/appointmentEdit.vue
  5. 13
      src/views/enforce/enforcementPlanAdd.vue
  6. 13
      src/views/enforce/enterpriseBaseInfo.vue
  7. 4
      src/views/enforce/sign.vue
  8. 14
      src/views/enterprise/complaint.vue
  9. 14
      src/views/enterprise/complaintDetailView.vue
  10. 14
      src/views/enterprise/complaintNoScan.vue
  11. 14
      src/views/enterprise/enterpriseInspectionDetail.vue
  12. 13
      src/views/enterprise/register.vue
  13. 13
      src/views/enterprise/registrationDetail.vue
  14. 14
      src/views/enterprise/registrationEdit.vue

6
src/views/Home.vue

@ -1,7 +1,7 @@
<template>
<Loading class="loading-div" type="spinner" v-show="isLoading" color="#1989fa"/>
<div class="home app_content" v-if="!isLoading">
<!-- <div class="home app_content">-->
<!-- <Loading class="loading-div" type="spinner" v-show="isLoading" color="#1989fa"/>-->
<!-- <div class="home app_content" v-if="!isLoading">-->
<div class="home app_content">
<!-- 导航栏 -->
<!-- <div class="header_body">-->
<!-- <header-nav :leftArrow="false" titelText="执法监督码"></header-nav>-->

13
src/views/administrative/appointment.vue

@ -928,12 +928,17 @@
width: 60%;
}
/deep/ .van-field__control:read-only {
cursor: default;
color: #666;
/deep/ .van-picker-column__item--selected {
background: #e5eef9;
color: #000;
font-weight: 600;
}
/deep/ .van-field__control {
/deep/ .van-field .van-field__control {
color: #666;
}
/deep/ .van-field__label--required:before {
margin-left: -0.2rem;
}
</style>

13
src/views/administrative/appointmentDetail.vue

@ -690,11 +690,20 @@
margin-left: -0.1rem;
}
/deep/ .van-field__control:read-only {
cursor: default;
/deep/ .van-picker-column__item--selected {
background: #e5eef9;
color: #000;
font-weight: 600;
}
/deep/ .van-field .van-field__control {
color: #666;
}
/deep/ .van-field__label--required:before {
margin-left: -0.2rem;
}
.fold-div {
position: relative;
display: flex;

13
src/views/administrative/appointmentEdit.vue

@ -801,13 +801,18 @@
box-sizing: border-box;
}
/deep/ .van-field__control:read-only {
cursor: default;
color: #666;
/deep/ .van-picker-column__item--selected {
background: #e5eef9;
color: #000;
font-weight: 600;
}
/deep/ .van-field__control {
/deep/ .van-field .van-field__control {
color: #666;
}
/deep/ .van-field__label--required:before {
margin-left: -0.2rem;
}
</style>

13
src/views/enforce/enforcementPlanAdd.vue

@ -536,9 +536,18 @@
border-color: #1367fe;
}
/deep/ .van-field__control:read-only {
cursor: default;
/deep/ .van-picker-column__item--selected {
background: #e5eef9;
color: #000;
font-weight: 600;
}
/deep/ .van-field .van-field__control {
color: #666;
}
/deep/ .van-field__label--required:before {
margin-left: -0.2rem;
}
</style>

13
src/views/enforce/enterpriseBaseInfo.vue

@ -804,8 +804,17 @@
line-height: 1.25;
}
/deep/ .van-field__control:read-only {
cursor: default;
/deep/ .van-picker-column__item--selected {
background: #e5eef9;
color: #000;
font-weight: 600;
}
/deep/ .van-field .van-field__control {
color: #666;
}
/deep/ .van-field__label--required:before {
margin-left: -0.2rem;
}
</style>

4
src/views/enforce/sign.vue

@ -1146,4 +1146,8 @@
color: #666;
}
/deep/ .van-field__label--required:before {
margin-left: -0.2rem;
}
</style>

14
src/views/enterprise/complaint.vue

@ -810,4 +810,18 @@
line-height: 1.5;
}
/deep/ .van-picker-column__item--selected {
background: #e5eef9;
color: #000;
font-weight: 600;
}
/deep/ .van-field .van-field__control {
color: #666;
}
/deep/ .van-field__label--required:before {
margin-left: -0.2rem;
}
</style>

14
src/views/enterprise/complaintDetailView.vue

@ -751,10 +751,20 @@
box-shadow: 0 0 0.27rem #e5e5e5;
}
/deep/ .van-field__control:read-only {
cursor: default;
/deep/ .van-picker-column__item--selected {
background: #e5eef9;
color: #000;
font-weight: 600;
}
/deep/ .van-field .van-field__control {
color: #666;
}
/deep/ .van-field__label--required:before {
margin-left: -0.2rem;
}
.complaint-cont {
margin: -1px 3% 2%;
padding: 0 0.15rem 0.5rem;

14
src/views/enterprise/complaintNoScan.vue

@ -661,4 +661,18 @@ const goBack = () => {
line-height: 1.5;
}
/deep/ .van-picker-column__item--selected {
background: #e5eef9;
color: #000;
font-weight: 600;
}
/deep/ .van-field .van-field__control {
color: #666;
}
/deep/ .van-field__label--required:before {
margin-left: -0.2rem;
}
</style>

14
src/views/enterprise/enterpriseInspectionDetail.vue

@ -303,10 +303,20 @@ onMounted(() =>{
box-shadow: 0 0 0.27rem #e5e5e5;
}
/deep/ .van-field__control:read-only {
cursor: default;
/deep/ .van-picker-column__item--selected {
background: #e5eef9;
color: #000;
font-weight: 600;
}
/deep/ .van-field .van-field__control {
color: #666;
}
/deep/ .van-field__label--required:before {
margin-left: -0.2rem;
}
.fold-div {
position: relative;
display: flex;

13
src/views/enterprise/register.vue

@ -397,9 +397,18 @@ export default {
line-height: 1.25;
}
/deep/ .van-field__control:read-only {
cursor: default;
/deep/ .van-picker-column__item--selected {
background: #e5eef9;
color: #000;
font-weight: 600;
}
/deep/ .van-field .van-field__control {
color: #666;
}
/deep/ .van-field__label--required:before {
margin-left: -0.2rem;
}
</style>

13
src/views/enterprise/registrationDetail.vue

@ -568,11 +568,20 @@ const reciveData2 = (item) =>{
}
}
/deep/ .van-field__control:read-only {
cursor: default;
/deep/ .van-picker-column__item--selected {
background: #e5eef9;
color: #000;
font-weight: 600;
}
/deep/ .van-field .van-field__control {
color: #666;
}
/deep/ .van-field__label--required:before {
margin-left: -0.2rem;
}
/deep/ .mult-line .van-field__label {
padding-right: 0.5rem;
line-height: 1.25;

14
src/views/enterprise/registrationEdit.vue

@ -968,12 +968,18 @@
line-height: 1.25;
}
/deep/ .van-field__control:read-only {
cursor: default;
color: #666;
/deep/ .van-picker-column__item--selected {
background: #e5eef9;
color: #000;
font-weight: 600;
}
/deep/ .van-field__control {
/deep/ .van-field .van-field__control {
color: #666;
}
/deep/ .van-field__label--required:before {
margin-left: -0.2rem;
}
</style>

Loading…
Cancel
Save