浏览代码

降低透明度

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;
     cursor: pointer;
     transition: opacity 0.2s ease;
     transition: opacity 0.2s ease;
     &:hover {
     &:hover {
-      opacity: 0.8;
+      opacity: 0.9;
       transition: opacity 0.2s ease;
       transition: opacity 0.2s ease;
     }
     }