From 7c1a0b723f990ec6f7c06001b5fd697e7f906427 Mon Sep 17 00:00:00 2001 From: pumelotea Date: Wed, 16 Mar 2022 18:59:22 +0800 Subject: [PATCH] fix: logo not show --- src/views/login/index.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 8928f31..e227161 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -17,7 +17,7 @@ const router = useRouter() - + @@ -71,4 +71,9 @@ const router = useRouter() .hb-form{ width: 340px; } + +.hb-logo{ + width: 100px; + height: 100px; +}