소스 검색

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

TIANYONG 1 년 전
부모
커밋
23066d22ef
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/view/selection/index.module.less

+ 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 {