mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-05-18 11:37:31 +08:00
feat: 为歌曲下拉菜单添加圆角样式,优化歌曲预览布局
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
placement="bottom-start"
|
placement="bottom-start"
|
||||||
@clickoutside="$emit('update:show', false)"
|
@clickoutside="$emit('update:show', false)"
|
||||||
@select="handleSelect"
|
@select="handleSelect"
|
||||||
|
class="rounded-xl"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -52,7 +53,7 @@ const renderSongPreview = () => {
|
|||||||
return h(
|
return h(
|
||||||
'div',
|
'div',
|
||||||
{
|
{
|
||||||
class: 'flex items-center gap-3 px-2 py-1 dark:border-gray-800'
|
class: 'flex items-center gap-3 px-2 dark:border-gray-800 dark:text-white'
|
||||||
},
|
},
|
||||||
[
|
[
|
||||||
h(NImage, {
|
h(NImage, {
|
||||||
|
|||||||
Reference in New Issue
Block a user