فهرست منبع

Merge branch 'feature-tianyong-newVersion' into ktyq-test-new

TIANYONG 7 ماه پیش
والد
کامیت
9690a896c4
2فایلهای تغییر یافته به همراه11 افزوده شده و 3 حذف شده
  1. 1 1
      src/page-instrument/simple-detail/index.module.less
  2. 10 2
      src/page-instrument/view-detail/index.module.less

+ 1 - 1
src/page-instrument/simple-detail/index.module.less

@@ -20,7 +20,7 @@ body {
     overflow: hidden;
     --header-height: 62px;
     // background: var(--container-background);
-    background: transparent;
+    background: brown;
     position: relative;
     .mask{
         position: absolute;

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

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