fix: bottom token div overflow

This commit is contained in:
2021-05-29 00:40:25 +08:00
parent baceeb8732
commit 99e6b7922e
2 changed files with 3 additions and 3 deletions

View File

@@ -29,8 +29,7 @@
<router-view :token="token" @set_token="set_token" @play_audio="play_audio"></router-view>
</main>
<footer>
<component-audio-player @stop="stop" @play_audio="play_audio" :file=playing_audio_file></component-audio-player>
<p>{{ token }}</p>
<component-audio-player :token="token" @stop="stop" @play_audio="play_audio" :file=playing_audio_file></component-audio-player>
</footer>
</div>
</body>