From d80bea45397a9a98120b23a8ff9bdcf4cef11a13 Mon Sep 17 00:00:00 2001 From: tbphp Date: Wed, 9 Jul 2025 10:56:50 +0800 Subject: [PATCH] fix: logo width style --- web/src/components/Layout.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/components/Layout.vue b/web/src/components/Layout.vue index 93e9f2a..ee6022c 100644 --- a/web/src/components/Layout.vue +++ b/web/src/components/Layout.vue @@ -79,6 +79,7 @@ import NavBar from "@/components/NavBar.vue"; height: 35px; img { height: 100%; + width: 100%; } }