fix(animation): lost animation

This commit is contained in:
Dillon
2020-03-11 00:50:06 +08:00
parent 3b107068a6
commit 9004e375fd
6 changed files with 7 additions and 7 deletions

View File

@@ -14,7 +14,7 @@
}
isMobile() {
return window.matchMedia('only screen and (max-width: 560px)').matches;
return window.matchMedia('only screen and (max-width: 720px)').matches;
}
isTocStatic() {