|
|
|
@ -117,7 +117,7 @@ |
|
|
|
> |
|
|
|
</div> |
|
|
|
<div class="eval-item"> |
|
|
|
<label class="starText">合 法 性</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; |
|
|
|
|