ソースを参照

style: 光标指针显示优化

TIANYONG 1 年間 前
コミット
f32bb27c16
1 ファイル変更2 行追加2 行削除
  1. 2 2
      src/view/selection/index.module.less

+ 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(7Px);
+        transform: translateX(8.5Px);
     } 
 }