22
This commit is contained in:
parent
b95a1ad396
commit
7a0bd692f4
@ -86,9 +86,13 @@ v-show="voting">
|
|||||||
height="40"
|
height="40"
|
||||||
fit="cover"
|
fit="cover"
|
||||||
round
|
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>
|
||||||
</div>
|
</div>
|
||||||
@ -159,9 +163,12 @@ v-show="voting">
|
|||||||
height="40"
|
height="40"
|
||||||
fit="cover"
|
fit="cover"
|
||||||
round
|
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>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user