|
|
@@ -135,9 +135,7 @@
|
|
|
{{ item.taskName }}
|
|
|
</p>
|
|
|
<div class="taskPhotoConditionPassed">
|
|
|
- <img
|
|
|
- v-if="item.taskPhotoConditionPassed == 1"
|
|
|
- :src="require('@/assets/taskPhotoSu.png')" />
|
|
|
+ <img :src="require('@/assets/taskPhotoSu.png')" />
|
|
|
<img
|
|
|
v-if="item.taskPhotoConditionPassed == 0"
|
|
|
:src="require('@/assets/taskPhotoErr.png')" />
|
|
|
@@ -497,8 +495,10 @@ export default {
|
|
|
margin-top: 9px;
|
|
|
}
|
|
|
.taskPhotoConditionPassed {
|
|
|
+ height: 30px;
|
|
|
+ margin: 0 5px;
|
|
|
img {
|
|
|
- width: 40px;
|
|
|
+ width: 35px;
|
|
|
height: 30px;
|
|
|
}
|
|
|
}
|