Selaa lähdekoodia

Merge branch 'hqyDevNewVersion' of http://git.dayaedu.com/liushengqiang/music-score into feature-tianyong-newVersion

TIANYONG 11 kuukautta sitten
vanhempi
commit
00ce2ef0ef
1 muutettua tiedostoa jossa 10 lisäystä ja 2 poistoa
  1. 10 2
      src/page-instrument/view-detail/index.module.less

+ 10 - 2
src/page-instrument/view-detail/index.module.less

@@ -199,6 +199,12 @@
         padding-right: 0 !important;
         padding-right: 0 !important;
     }
     }
     :global {
     :global {
+        .authorName {
+            display: none !important;
+        }
+        #musicAndSelection{
+            padding-top: 0 !important;
+        }
         #osmdCanvasPage1 {
         #osmdCanvasPage1 {
             padding-bottom: 0 !important;
             padding-bottom: 0 !important;
         }
         }
@@ -251,8 +257,10 @@
     top: 0;
     top: 0;
     right: 0;
     right: 0;
     bottom: 0;
     bottom: 0;
-    width: 100vw;
-    height: 100vh;
+    width: 100%;
+    min-width: 100vw;
+    height: 100%;
+    min-height: 100vh;
     display: flex;
     display: flex;
     flex-direction: column;
     flex-direction: column;
     justify-content: center;
     justify-content: center;