mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 05:38:04 +00:00
fix: bugs
This commit is contained in:
parent
6b68287e62
commit
42ad13dc3c
2 changed files with 4 additions and 3 deletions
|
|
@ -234,7 +234,7 @@ export default {
|
|||
},
|
||||
lyricFontSize() {
|
||||
return {
|
||||
fontSize: this.$store.state.settings.lyricFontSize + "px",
|
||||
fontSize: `${this.$store.state.settings.lyricFontSize || 28}px`,
|
||||
};
|
||||
},
|
||||
playerRef() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue