mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-05-18 03:17:29 +08:00
✨ feat: 优化播放条和mv播放时没有暂停音乐的问题
This commit is contained in:
@@ -54,6 +54,7 @@ onMounted(async () => {
|
||||
|
||||
const handleShowMv = async (item: IMvItem) => {
|
||||
store.commit('setIsPlay', false)
|
||||
store.commit('setPlayMusic', false)
|
||||
showMv.value = true
|
||||
const res = await getMvUrl(item.id)
|
||||
playMvItem.value = item;
|
||||
@@ -75,7 +76,7 @@ const close = () => {
|
||||
|
||||
&-content {
|
||||
@apply grid gap-6 pb-28 pr-3;
|
||||
grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
|
||||
grid-template-columns: repeat(auto-fill, minmax(13%, 1fr));
|
||||
}
|
||||
|
||||
.mv-item {
|
||||
|
||||
Reference in New Issue
Block a user