瀏覽代碼

style: 光标指针位置显示优化

TIANYONG 1 年之前
父節點
當前提交
f4ef52b912
共有 2 個文件被更改,包括 5 次插入5 次删除
  1. 3 3
      src/page-instrument/view-detail/index.module.less
  2. 2 2
      src/view/selection/index.module.less

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

@@ -63,7 +63,7 @@
     .jianpuTone {
         #cursorImg-0 {
             width: 18Px;
-            transform: translateX(7Px) !important;
+            transform: translateX(6.3Px) !important;
         }
     }
 
@@ -98,14 +98,14 @@
         .staff {
             #cursorImg-0 {
                 width: 35Px;
-                transform: translateX(17Px) !important;
+                transform: translateX(21Px) !important;
             }
         }
 
         .jianpuTone {
             #cursorImg-0 {
                 width: 29Px;
-                transform: translateX(10Px) !important;
+                transform: translateX(13Px) !important;
             }
         }
 

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

@@ -95,7 +95,7 @@
     min-height: 58PX;
     // width: 14PX;
     width: 2PX !important;
-    margin-top: -14PX;
+    margin-top: -17PX;
     border-radius: 4Px;
     opacity: var(--corsor-opacity);   
     transform: translateX(4Px);
@@ -237,6 +237,6 @@
 .linePC {
     .line {
         min-height: 94Px;
-        transform: translateX(5Px);
+        transform: translateX(8.5Px);
     } 
 }