删除aplayer中的部分废弃属性

This commit is contained in:
2023-01-18 19:59:01 +08:00
parent 134dc41848
commit 5d3124519a
4 changed files with 14 additions and 92 deletions
@@ -45,13 +45,13 @@
default: 0,
},
theme: String,
listmaxheight: String,
listMaxHeight: String,
},
computed: {
listHeightStyle () {
return {
height: `${33 * this.musicList.length - 1}px`,
maxHeight: this.listmaxheight || ''
maxHeight: this.listMaxHeight || ''
}
}
}