mirror of
https://github.com/imsyy/SPlayer.git
synced 2025-11-25 03:14:57 +08:00
✨ feat: 移动端基础适配
- 修复未登录时无法使用本地歌曲 - 修复部分样式异常
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user