4
This commit is contained in:
+10
-4
@@ -79,6 +79,7 @@ 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;">
|
||||||
|
<div style="flex: 1;">
|
||||||
<van-image
|
<van-image
|
||||||
v-if="auther.author_avatar"
|
v-if="auther.author_avatar"
|
||||||
:src="auther.author_avatar"
|
:src="auther.author_avatar"
|
||||||
@@ -86,9 +87,11 @@ v-show="voting">
|
|||||||
height="40"
|
height="40"
|
||||||
fit="cover"
|
fit="cover"
|
||||||
round
|
round
|
||||||
style="margin-right: 8px;flex: 1;"
|
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,6 +159,7 @@ 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;">
|
||||||
|
<div style="flex: 1;">
|
||||||
<van-image
|
<van-image
|
||||||
v-if="auther.author_avatar"
|
v-if="auther.author_avatar"
|
||||||
:src="auther.author_avatar"
|
:src="auther.author_avatar"
|
||||||
@@ -163,9 +167,11 @@ v-show="voting">
|
|||||||
height="40"
|
height="40"
|
||||||
fit="cover"
|
fit="cover"
|
||||||
round
|
round
|
||||||
style="margin-right: 8px;flex: 1;"
|
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>
|
||||||
|
|||||||
Reference in New Issue
Block a user