소스 검색

Update index.module.less

lex 1 년 전
부모
커밋
5cad477194
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      src/page-instrument/view-figner/guide/index.module.less

+ 1 - 4
src/page-instrument/view-figner/guide/index.module.less

@@ -78,18 +78,15 @@
 
     .item {
         position: absolute;
-        right: 42px;
+        right: 22px;
         bottom: 195px;
-        transition: all .3s ease;
 
         &.fingeringMode {
-            transition: all .3s ease;
             bottom: 42px;
         }
 
         &.boxTip2,
         &.boxTip3 {
-            transition: all .3s ease;
             bottom: 42px;
         }