浏览代码

style: 预览页音符颜色

TIANYONG 11 月之前
父节点
当前提交
7f8d288e36
共有 1 个文件被更改,包括 10 次插入0 次删除
  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;
+        }
     }
 }