Update src/client/app/admin/views/index.vue

This commit is contained in:
syuilo 2018-11-15 06:23:40 +09:00
parent 50fe67b99b
commit cd018db945
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -37,7 +37,7 @@
</div>
</nav>
<main>
<marquee-text v-if="instances.length > 0" v-show="!isMobile" class="instances" :repeat="10" :duration="10">
<marquee-text v-if="instances.length > 0" class="instances" :repeat="10" :duration="10">
<span v-for="instance in instances" class="instance"><b :style="{ background: instance.bg }">{{ instance.host }}</b>{{ instance.notesCount | number }}</span>
</marquee-text>
<div class="page">