ソースを参照

style: 谱面缩放,指针大小跟随变化

TIANYONG 7 ヶ月 前
コミット
52e484522b
1 ファイル変更4 行追加4 行削除
  1. 4 4
      src/view/selection/index.module.less

+ 4 - 4
src/view/selection/index.module.less

@@ -392,7 +392,7 @@
     :global {
         .node-dot::before{
             height: 120PX;
-            width: 3PX;
+            width: 4PX;
         }
     }
 }
@@ -405,7 +405,7 @@
     :global {
         .node-dot::before{
             height: 140PX;
-            width: 3PX;
+            width: 4PX;
         }
     }
 }
@@ -419,7 +419,7 @@
     :global {
         .node-dot::before{
             height: 45PX;
-            width: 1PX;
+            width: 2PX;
         }
     }
 }
@@ -433,7 +433,7 @@
     :global {
         .node-dot::before{
             height: 35PX;
-            width: 1PX;
+            width: 2PX;
         }
     }
 }