This commit is contained in:
haomingming 2025-12-12 15:59:37 +08:00
parent ec58f73490
commit f809973769

View File

@ -79,9 +79,8 @@ v-show="voting">
<div>
<div class='name'>
<div v-for="auther in item.article_author" style="display: flex;align-items: center;">
<div style="flex: 1;">
<div style="flex: 1;" v-if="auther.author_avatar" >
<van-image
v-if="auther.author_avatar"
:src="auther.author_avatar"
width="40"
height="40"
@ -159,9 +158,8 @@ v-show="voting">
<div>
<div class='name'>
<div v-for="auther in item.video_author" style="display: flex;align-items: center;">
<div style="flex: 1;">
<div style="flex: 1;" v-if="auther.author_avatar" >
<van-image
v-if="auther.author_avatar"
:src="auther.author_avatar"
width="40"
height="40"
@ -735,7 +733,7 @@ white-space: pre-wrap;
display: flex;
flex-direction: column;
align-items: center;
min-width: 50px;
/* min-width: 50px; */
}
.toubg1{