Browse Source

优化外观

任一存 1 year ago
parent
commit
f01b4fecbc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/StartUp.vue

+ 1 - 1
src/components/StartUp.vue

@@ -199,6 +199,6 @@ watch(haveShownStartUp, (v) => {
 }
 .btn-begin-fade-in-enter-from {
   opacity: 0;
-  scale: 1.8;
+  scale: 1.4;
 }
 </style>