This commit is contained in:
haomingming
2025-12-12 15:50:01 +08:00
parent b95a1ad396
commit 7a0bd692f4
+11 -4
View File
@@ -86,9 +86,13 @@ v-show="voting">
height="40"
fit="cover"
round
style="margin-right: 8px;"
style="margin-right: 8px;flex: 1;"
/>
<div>{{ auther.author_name}}<br/>{{ auther.hospital_name }}</div>
<div style="display: flex;flex-direction: column;">
<div>{{ auther.author_name}}</div>
<div>{{ auther.hospital_name }}</div>
</div>
</div>
</div>
@@ -159,9 +163,12 @@ v-show="voting">
height="40"
fit="cover"
round
style="margin-right: 8px;"
style="margin-right: 8px;flex: 1;"
/>
<div>{{ auther.author_name}}<br />{{ auther.hospital_name }}</div>
<div style="display: flex;flex-direction: column;">
<div>{{ auther.author_name}}</div>
<div>{{ auther.hospital_name }}</div>
</div>
</div>
</div>