|
@@ -2,7 +2,7 @@
|
|
|
<div class="detail-wrap">
|
|
|
<!-- <div v-for="(item,index) in datas"> -->
|
|
|
<div v-for="(item,index) in checkDatas.questionMapping">
|
|
|
- <p class="quest"><img v-show="item.required==1" src="../images/ip.svg"/>{{index + 1 +'.' + (item.description || item.name)}}</p>
|
|
|
+ <p class="quest"><img v-show="item.required==1" src="../images/ip.png"/>{{index + 1 +'.' + (item.description || item.name)}}</p>
|
|
|
<img class="questionImg" :src="item.url.replace('{imageUrlPrefix}',imgUrl)" v-if="item.url">
|
|
|
<Radio v-if="item.controlType==1"
|
|
|
:item="item"
|
|
@@ -262,7 +262,7 @@ import {patt,trimDots,imageUrlPrefix} from '@utils/tools.js'
|
|
|
color:#colors[quest];
|
|
|
margin-bottom: .2rem;
|
|
|
img{
|
|
|
- width: 10px;
|
|
|
+ width: 16px;
|
|
|
vertical-align: text-top;
|
|
|
margin-right: 4px;
|
|
|
}
|