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