fix the top-view again
This commit is contained in:
parent
a4fc6b0848
commit
25221521cd
3 changed files with 5 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue