22
This commit is contained in:
+11
-4
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user