feat: 移动端基础适配

- 修复未登录时无法使用本地歌曲
- 修复部分样式异常
This commit is contained in:
imsyy
2024-01-08 18:20:47 +08:00
parent af3931847e
commit 6a1e606d6d
62 changed files with 1560 additions and 466 deletions

View File

@@ -12,7 +12,7 @@
</Transition>
</div>
<!-- 操作 -->
<n-space class="control">
<n-flex class="control">
<n-button size="large" tag="div" round strong secondary @click="playAllSongs">
<template #icon>
<n-icon>
@@ -30,7 +30,7 @@
</template>
</n-button>
</n-dropdown>
</n-space>
</n-flex>
</div>
<!-- 列表 -->
<SongList :data="dailySongsData.data" />