瀏覽代碼

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);
     } 
 }