Pārlūkot izejas kodu

feat: 渐变小节隐藏音符指针

TIANYONG 8 mēneši atpakaļ
vecāks
revīzija
5d0a4faf0b
1 mainītis faili ar 4 papildinājumiem un 1 dzēšanām
  1. 4 1
      src/view/music-score/index.module.less

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

@@ -82,7 +82,10 @@
 .inGradualRange{
    :global{
         #cursorImg-0{
-            // opacity: 0 !important;
+            opacity: 0 !important;
+        }
+        .node-dot {
+            opacity: 0 !important;
         }
    } 
 }