Browse Source

style: #9502样式bug修复

TIANYONG 1 year ago
parent
commit
a3f12b4aab

+ 0 - 1
instrument.html

@@ -28,7 +28,6 @@
         instance.postMessage(JSON.stringify(data))
       }
     }
-    console.info(66666666,location.href)
     if (!location.href.includes('iscurseplay=play') && !location.href.includes('isPreView=true')) {
       _postMessage({
         api: 'cloudLoading',

+ 2 - 1
src/view/music-score/index.module.less

@@ -5,6 +5,7 @@
         overflow-y: auto;
         height: 100%;
         max-height: 100vh;
+        transform: translateY(-5%);
         &::-webkit-scrollbar {
             width: 0;
             display: none;
@@ -19,7 +20,7 @@
         #osmdCanvasPage1{
             position: absolute !important;
             left: 0;
-            top: -6%;
+            top: 0;
         }
     }
 }

+ 5 - 0
src/view/plugins/toggleMusicSheet/choosePartName/index.module.less

@@ -30,6 +30,11 @@
   .picker {
     flex: 1;
     height: 100px;
+    :global {
+      .van-picker__columns {
+        height: 100% !important;
+      }
+    }
   }
 
   .button {