feat: 为歌曲下拉菜单添加圆角样式,优化歌曲预览布局

This commit is contained in:
alger
2025-05-23 20:08:57 +08:00
parent d56a25eb3c
commit 5bef0e44a0

View File

@@ -9,6 +9,7 @@
placement="bottom-start"
@clickoutside="$emit('update:show', false)"
@select="handleSelect"
class="rounded-xl"
/>
</template>
@@ -52,7 +53,7 @@ const renderSongPreview = () => {
return h(
'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, {