Skip to content

Commit ad7b504

Browse files
committed
🦄 refactor: 重构歌曲组件,添加基础组件和多种样式,优化播放列表抽屉功能
1 parent 6048e24 commit ad7b504

File tree

11 files changed

+1410
-798
lines changed

11 files changed

+1410
-798
lines changed

src/renderer/components/common/PlaylistDrawer.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
:width="400"
55
placement="right"
66
@update:show="$emit('update:modelValue', $event)"
7+
:unstable-show-mask="false"
78
>
89
<n-drawer-content :title="t('comp.playlistDrawer.title')" class="mac-style-drawer">
910
<n-scrollbar class="h-full">

0 commit comments

Comments
 (0)