Compare commits

..

No commits in common. "dev" and "master" have entirely different histories.
dev ... master

View File

@ -78,23 +78,8 @@ v-show="voting">
<div class="title">{{ item.article_title }}</div>
<div>
<div class='name'>
<div v-for="auther in item.article_author" style="display: flex;align-items: center;">
<div style="flex: 1;" v-if="auther.author_avatar" >
<van-image
: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>
<div v-for="auther in item.article_author">
<div>{{ auther.author_name}}&nbsp;{{ auther.hospital_name }}</div>
</div>
</div>
@ -157,22 +142,8 @@ v-show="voting">
<div class="title">{{ item.video_title }}</div>
<div>
<div class='name'>
<div v-for="auther in item.video_author" style="display: flex;align-items: center;">
<div style="flex: 1;" v-if="auther.author_avatar" >
<van-image
: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>
<div v-for="auther in item.video_author">
<div>{{ auther.author_name}}&nbsp;{{ auther.hospital_name }}</div>
</div>
</div>
@ -733,7 +704,7 @@ white-space: pre-wrap;
display: flex;
flex-direction: column;
align-items: center;
/* min-width: 50px; */
min-width: 50px;
}
.toubg1{