fix the top-view again

This commit is contained in:
vapormusic 2021-12-25 09:25:31 +07:00
parent a4fc6b0848
commit 25221521cd
3 changed files with 5 additions and 3 deletions

View file

@ -3,7 +3,7 @@
<div style="position: relative; display: inline-flex;">
<div @click.self='app.routeView(item)'
class="cd-mediaitem-mvview">
<div style="height: 70px; min-height: 70px; max-height: 70px; width: 100%;">
<div style="height: 70px; min-height: 70px; max-height: 70px; width: 100%; margin-left: 5px;">
<div class="title-browse-sp bold " @click='app.routeView(item)' style = "color: darkgrey;">
{{ badge ? badge.designBadge : ''}}
</div>