This commit is contained in:
Louis Lam 2023-09-17 02:56:19 +08:00
parent ff51704cdf
commit 86fa57449e
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
/> />
</div> </div>
<div <div
v-if="size !== 'small' && beatList.length > 4 && $root.styleElapsedTime !== 'none'" v-if="!$root.isMobile && size !== 'small' && beatList.length > 4 && $root.styleElapsedTime !== 'none'"
class="d-flex justify-content-between align-items-center word" :style="timeStyle" class="d-flex justify-content-between align-items-center word" :style="timeStyle"
> >
<div>{{ timeSinceFirstBeat }} ago</div> <div>{{ timeSinceFirstBeat }} ago</div>