fix: bugs

This commit is contained in:
qier222 2021-03-12 22:11:49 +08:00
parent 6b68287e62
commit 42ad13dc3c
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
2 changed files with 4 additions and 3 deletions

View file

@ -234,7 +234,7 @@ export default {
},
lyricFontSize() {
return {
fontSize: this.$store.state.settings.lyricFontSize + "px",
fontSize: `${this.$store.state.settings.lyricFontSize || 28}px`,
};
},
playerRef() {