|
@@ -91,7 +91,16 @@
|
|
|
alt=""
|
|
alt=""
|
|
|
/>
|
|
/>
|
|
|
<!-- v-if="!item.filePath && item.sex == 'F'" -->
|
|
<!-- v-if="!item.filePath && item.sex == 'F'" -->
|
|
|
- <img src="../../assets/img/woman.png" alt="" />
|
|
|
|
|
|
|
+ <img
|
|
|
|
|
+ v-if="!item.filePath && item.sex == 'F'"
|
|
|
|
|
+ src="../../assets/img/woman.png"
|
|
|
|
|
+ alt=""
|
|
|
|
|
+ />
|
|
|
|
|
+ <img
|
|
|
|
|
+ v-if="!item.filePath && !item.sex"
|
|
|
|
|
+ src="../../assets/img/normal.png"
|
|
|
|
|
+ alt=""
|
|
|
|
|
+ />
|
|
|
{{ item.userName }}
|
|
{{ item.userName }}
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
@@ -411,7 +420,8 @@ export default {
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
img {
|
|
img {
|
|
|
width: 56px;
|
|
width: 56px;
|
|
|
- height: auto;
|
|
|
|
|
|
|
+ height: 56px;
|
|
|
|
|
+ border-radius: 50%;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
.progress {
|
|
.progress {
|