feat: 优化播放栏无法控制隐藏问题

This commit is contained in:
algerkong
2025-06-11 20:10:33 +08:00
parent f9d85f11ad
commit d227ac8b34
2 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
:class="[
setAnimationClass('animate__bounceInUp'),
musicFullVisible ? 'play-bar-opcity' : '',
musicFullVisible && MusicFullRef?.config?.hidePlayBar
musicFullVisible && MusicFullRef?.musicFullRef?.config?.hidePlayBar
? 'animate__animated animate__slideOutDown'
: ''
]"