From 6daf1572006418b736101538456bd2adc3b5d5ff Mon Sep 17 00:00:00 2001 From: Bunny <1319900154@qq.com> Date: Sun, 29 Dec 2024 17:15:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=A7=A9=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/logo.svg | 1 - src/style/login.css | 9 +- src/views/account-settings/profile.vue | 20 ++- src/views/configuration/webConifg/index.vue | 158 +++++++++++++++++--- src/views/login/index.vue | 4 +- src/views/login/login-form.vue | 2 +- 6 files changed, 166 insertions(+), 28 deletions(-) delete mode 100644 public/logo.svg diff --git a/public/logo.svg b/public/logo.svg deleted file mode 100644 index a63d2b1..0000000 --- a/public/logo.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/style/login.css b/src/style/login.css index 3e0a8ab..d7278bc 100644 --- a/src/style/login.css +++ b/src/style/login.css @@ -39,7 +39,7 @@ } .avatar { - width: 350px; + width: 80px; height: 80px; } @@ -47,10 +47,9 @@ text-transform: uppercase; margin: 15px 0; color: #999; - font: - bold 200% Consolas, - Monaco, - monospace; + font: bold 200% Consolas, + Monaco, + monospace; } @media screen and (max-width: 1180px) { diff --git a/src/views/account-settings/profile.vue b/src/views/account-settings/profile.vue index 765be73..a9eb94f 100644 --- a/src/views/account-settings/profile.vue +++ b/src/views/account-settings/profile.vue @@ -112,14 +112,30 @@ onMounted(() => { - + {{ $t('update_information') }} - +