Browse Source

style: 预览页音符颜色

TIANYONG 11 months ago
parent
commit
7f8d288e36
1 changed files with 10 additions and 0 deletions
  1. 10 0
      src/page-instrument/view-detail/index.module.less

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

@@ -254,6 +254,16 @@
                 stroke: #000000;
             }
         }
+        .voiceActive {
+            rect {
+                fill: #000000;
+                stroke: #000000;
+            }
+        }
+        .rectActive {
+            fill: #000000;
+            stroke: #000000;
+        }
     }
 }