mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-05-05 12:11:39 +08:00
fix: film搜索切换回海报模式时部分卡片被遮掩显示不全的bug
This commit is contained in:
@@ -518,6 +518,7 @@ export default {
|
||||
toggleViewMode () {
|
||||
if (this.showFind) {
|
||||
this.setting.searchViewMode = this.setting.searchViewMode === 'picture' ? 'table' : 'picture'
|
||||
setTimeout(() => { if (this.$refs.filmSearchWaterfall) this.$refs.filmSearchWaterfall.refresh() }, 1000)
|
||||
} else {
|
||||
this.setting.view = this.setting.view === 'picture' ? 'table' : 'picture'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user