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

25
src/views/enterprise/registrationDetail.vue

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

Loading…
Cancel
Save