Ver código fonte

feat: 修改预览曲谱尺寸

TIANYONG 3 meses atrás
pai
commit
1016839ef5

+ 3 - 3
src/views/music-library/music-sheet/component/music-list.module.less

@@ -17,12 +17,12 @@
 }
 
 .musicPreviewModal{
-  width: 1030px !important;
-  height: 701px !important;
+  width: 932px !important;
+  height: 499px !important;
   max-width: 90vw !important;
   max-height: 90vh !important;
   overflow: hidden;
-  border-radius: 18px !important;
+  border-radius: 20px !important;
   :global{
       .n-card__content{
           padding: 0 !important;

+ 3 - 3
src/views/music-library/project-music-sheet/module/index.module.less

@@ -1,10 +1,10 @@
 .musicPreviewModal{
-    width: 1030px !important;
-    height: 701px !important;
+    width: 932px !important;
+    height: 499px !important;
     max-width: 90vw !important;
     max-height: 90vh !important;
     overflow: hidden;
-    border-radius: 18px !important;
+    border-radius: 20px !important;
     :global{
         .n-card__content{
             padding: 0 !important;