奔跑的面条 пре 3 година
родитељ
комит
dd8ad88f96

BIN
public/favicon.ico



BIN
src/assets/images/login/input.png


+ 1 - 1
src/i18n/en/login.ts

@@ -1,5 +1,5 @@
 export default {
-  desc: "Log in to GoView",
+  desc: "Login",
   form_auto: "Sign in automatically",
   form_button: "Login",
   login_success: "Login success",

+ 1 - 1
src/i18n/zh/login.ts

@@ -1,5 +1,5 @@
 export default {
-  desc: "登录 GoView",
+  desc: "登录",
   form_auto: "自动登录",
   form_button: "登录",
   login_success: "登录成功",

+ 2 - 2
src/views/login/index.vue

@@ -235,7 +235,7 @@ onMounted(() => {
 <style lang="scss" scoped>
 $width: 450px;
 $go-login-height: 100vh;
-$account-img-height: 270px;
+$account-img-height: 210px;
 $footer-height: 50px;
 $carousel-width: 30%;
 $carousel-image-height: 60vh;
@@ -288,7 +288,7 @@ $carousel-image-height: 60vh;
       &-card {
         @extend .go-background-filter;
         @include fetch-bg-color('filter-color');
-        box-shadow: 0 0 20px 5px rgba(40, 40, 40, 0.5);
+        box-shadow: 0 0 20px 5px rgba(40, 40, 40, 0.3);
       }
 
       &-top {