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

@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
os: [macos-latest, windows-latest, ubuntu-16.04]
steps:
- name: Check out Git repository
@ -24,7 +24,8 @@ jobs:
run: |
sudo apt-get update &&
sudo apt-get install --no-install-recommends -y rpm &&
sudo apt-get install --no-install-recommends -y bsdtar
sudo apt-get install --no-install-recommends -y bsdtar &&
sudo apt-get install --no-install-recommends -y libopenjp2-tools
- name: Install Snapcraft (on Ubuntu)
uses: samuelmeuli/action-snapcraft@v1

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() {