소스 검색

fix(frontend): align facility action transition

Kazerin 1 주 전
부모
커밋
4b7a404d77
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/assets/styles/index.scss

+ 1 - 1
src/assets/styles/index.scss

@@ -54,7 +54,7 @@
   margin: 0;
   border-width: 1px;
   box-shadow: 0 2px 5px rgba(31, 78, 121, 0.1);
-  transition: transform 0.2s ease, box-shadow 0.2s ease;
+  transition: transform 160ms ease, box-shadow 160ms ease;
 }
 
 .facility-row-action.el-button:hover,