소스 검색

降低透明度

lex 1 년 전
부모
커밋
4f2c50ba8e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/TheAuth/index.vue

+ 1 - 1
src/components/TheAuth/index.vue

@@ -498,7 +498,7 @@ export default {
     cursor: pointer;
     transition: opacity 0.2s ease;
     &:hover {
-      opacity: 0.8;
+      opacity: 0.9;
       transition: opacity 0.2s ease;
     }