Browse Source

评价样式修改

v4
meizf 1 year ago
parent
commit
08439d49ef
  1. 22
      src/views/enterprise/enterpriseEvaluate/evaluate.vue
  2. 25
      src/views/enterprise/registrationDetail.vue

22
src/views/enterprise/enterpriseEvaluate/evaluate.vue

@ -117,7 +117,7 @@
> >
</div> </div>
<div class="eval-item"> <div class="eval-item">
<label class="starText">&nbsp;&nbsp;</label> <label class="starText">合法性</label>
<span class="eval-star"> <span class="eval-star">
<van-rate <van-rate
v-model="submitData.proceduralLegality" v-model="submitData.proceduralLegality"
@ -247,12 +247,12 @@
</div> </div>
<div class="otherProBlem"> <div class="otherProBlem">
<span class="otherProBlemText">其他问题</span> <div class="otherProBlemText"><span>其他问题</span>
<van-switch <van-switch
v-model="submitData.otherProblemSwitchBoolean" v-model="submitData.otherProblemSwitchBoolean"
active-color="#00CD00" active-color="#00CD00"
size="20px" size="16px"
/> /></div>
<div v-if="submitData.otherProblemSwitchBoolean"> <div v-if="submitData.otherProblemSwitchBoolean">
<div class="otherProBlemItem"> <div class="otherProBlemItem">
<span <span
@ -613,6 +613,9 @@ const deleteFile = (file, index) => {
.cardsty label { .cardsty label {
margin-right: 0.3rem; margin-right: 0.3rem;
width: 1.5rem;
text-align-last: justify;
white-space: nowrap;
color: #323233; color: #323233;
} }
@ -694,8 +697,10 @@ const deleteFile = (file, index) => {
line-height: 30px; line-height: 30px;
} }
.otherProBlemText { .otherProBlemText {
font-size: 16px; display: flex;
margin-right: 10px; align-items: center;
font-size: 0.43rem;
margin-right: 0.27rem;
} }
.otherProBlemItemIconList { .otherProBlemItemIconList {
padding-right: 15px; padding-right: 15px;
@ -728,7 +733,7 @@ const deleteFile = (file, index) => {
.eval-list { .eval-list {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
margin: 3%; margin: 0 3% 8%;
} }
.eval-list > div { .eval-list > div {
@ -790,7 +795,8 @@ const deleteFile = (file, index) => {
} }
.otherProBlemItemIcon { .otherProBlemItemIcon {
display: flex; display: flex;
padding: 5px; align-items: center;
padding: 3px;
} }
.onbad { .onbad {
background: url("../../../assets/images/onbad.png") no-repeat; background: url("../../../assets/images/onbad.png") no-repeat;

25
src/views/enterprise/registrationDetail.vue

@ -385,13 +385,13 @@
</div> </div>
</div> </div>
<div class="otherProBlem"> <div class="otherProBlem">
<span class="otherProBlemText">其他问题</span> <div class="otherProBlemText"><span>其他问题</span>
<van-switch <van-switch
v-model="submitData.otherProblemSwitchBoolean" v-model="submitData.otherProblemSwitchBoolean"
active-color="#00CD00" active-color="#00CD00"
size="20px" size="16px"
disabled disabled
/> /></div>
<div v-if="submitData.otherProblemSwitchBoolean"> <div v-if="submitData.otherProblemSwitchBoolean">
<div class="otherProBlemItem"> <div class="otherProBlemItem">
<span <span
@ -1523,7 +1523,7 @@ export default {
.eval-list { .eval-list {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
margin: 3%; margin: 0 3% 8%;
} }
.eval-list > div { .eval-list > div {
@ -1602,7 +1602,10 @@ export default {
box-sizing: border-box; box-sizing: border-box;
} }
.cardsty label { .cardsty label {
margin-right: 0.4rem; margin-right: 0.3rem;
width: 1.5rem;
text-align-last: justify;
white-space: nowrap;
color: #323233; color: #323233;
} }
.eval-star { .eval-star {
@ -1617,7 +1620,7 @@ export default {
} }
.otherProBlem { .otherProBlem {
margin: 3% 0; margin: 5% 0 3% 0;
width: 100%; width: 100%;
background: #fff; background: #fff;
border-radius: 0.2rem; border-radius: 0.2rem;
@ -1631,8 +1634,13 @@ export default {
line-height: 30px; line-height: 30px;
} }
.otherProBlemText { .otherProBlemText {
font-size: 16px; display: flex;
margin-right: 10px; align-items: center;
font-size: 0.43rem;
margin-right: 0.27rem;
}
.otherProBlemText span {
margin-right: 0.27rem;
} }
.otherProBlemItemIconList { .otherProBlemItemIconList {
padding-right: 15px; padding-right: 15px;
@ -1641,6 +1649,7 @@ export default {
} }
.otherProBlemItemIcon { .otherProBlemItemIcon {
display: flex; display: flex;
align-items: center;
padding: 3px; padding: 3px;
} }
.onbad { .onbad {

Loading…
Cancel
Save