skyblued 2 years ago
parent
commit
5bf6fad847
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/views/coursewarePlay/component/musicScore.module.less

+ 3 - 2
src/views/coursewarePlay/component/musicScore.module.less

@@ -1,13 +1,14 @@
 .musicScore {
   position: relative;
+  width: 100%;
   height: 100%;
   -webkit-overflow-scrolling: touch;
   overflow: scroll;
   .container {
     display: block;
     border: none;
-    width: 100vw;
-    height: 100vh;
+    width: 100%;
+    height: 100%;
   }
   .musicModel {
     position: absolute;