Browse Source

Merge branch 'feature-tianyong' into online

TIANYONG 2 years ago
parent
commit
26b90a6032

+ 3 - 2
src/page-instrument/view-detail/index.module.less

@@ -50,19 +50,20 @@
         border-radius: 4Px;
         background-color: rgba(25, 140, 254, 0.7);
         opacity: var(--corsor-opacity);
+        //transform: translateX(10PX);
     }
 
     .staff {
         #cursorImg-0 {
             width: 14Px;
-            transform: translateX(5Px);
+            transform: translateX(11Px);
         }
     }
 
     .jianpuTone {
         #cursorImg-0 {
             width: 18Px;
-            transform: translateX(-3Px);
+            transform: translateX(7Px) !important;
         }
     }
 

+ 2 - 1
src/view/selection/index.module.less

@@ -97,7 +97,8 @@
     width: 2PX !important;
     margin-top: -14PX;
     border-radius: 4Px;
-    opacity: var(--corsor-opacity);    
+    opacity: var(--corsor-opacity);   
+    transform: translateX(4Px);
 }
 
 .lineStaff {