fix: 修改图标

This commit is contained in:
奔跑的面条 2022-05-04 20:20:09 +08:00
parent 7b262d8b5b
commit dd8ad88f96
6 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 93 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

View File

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

View File

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

View File

@ -235,7 +235,7 @@ onMounted(() => {
<style lang="scss" scoped> <style lang="scss" scoped>
$width: 450px; $width: 450px;
$go-login-height: 100vh; $go-login-height: 100vh;
$account-img-height: 270px; $account-img-height: 210px;
$footer-height: 50px; $footer-height: 50px;
$carousel-width: 30%; $carousel-width: 30%;
$carousel-image-height: 60vh; $carousel-image-height: 60vh;
@ -288,7 +288,7 @@ $carousel-image-height: 60vh;
&-card { &-card {
@extend .go-background-filter; @extend .go-background-filter;
@include fetch-bg-color('filter-color'); @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 { &-top {