This commit is contained in:
haomingming 2025-12-12 15:53:55 +08:00
parent 7a0bd692f4
commit ec58f73490

View File

@ -79,16 +79,19 @@ v-show="voting">
<div>
<div class='name'>
<div v-for="auther in item.article_author" style="display: flex;align-items: center;">
<van-image
v-if="auther.author_avatar"
:src="auther.author_avatar"
width="40"
height="40"
fit="cover"
round
style="margin-right: 8px;flex: 1;"
/>
<div style="display: flex;flex-direction: column;">
<div style="flex: 1;">
<van-image
v-if="auther.author_avatar"
:src="auther.author_avatar"
width="40"
height="40"
fit="cover"
round
style="margin-right: 8px;"
/>
</div>
<div style="display: flex;flex-direction: column;flex: 4;">
<div>{{ auther.author_name}}</div>
<div>{{ auther.hospital_name }}</div>
</div>
@ -156,16 +159,19 @@ v-show="voting">
<div>
<div class='name'>
<div v-for="auther in item.video_author" style="display: flex;align-items: center;">
<van-image
v-if="auther.author_avatar"
:src="auther.author_avatar"
width="40"
height="40"
fit="cover"
round
style="margin-right: 8px;flex: 1;"
/>
<div style="display: flex;flex-direction: column;">
<div style="flex: 1;">
<van-image
v-if="auther.author_avatar"
:src="auther.author_avatar"
width="40"
height="40"
fit="cover"
round
style="margin-right: 8px;"
/>
</div>
<div style="display: flex;flex-direction: column;flex: 4;">
<div>{{ auther.author_name}}</div>
<div>{{ auther.hospital_name }}</div>
</div>