From 97c39e10206520046abeaf16f49d2be7ee18c4b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Thu, 23 Oct 2025 17:08:26 +0800 Subject: [PATCH] =?UTF-8?q?home=E9=A1=B5=E7=9A=84=E8=80=B3=E6=9C=BA?= =?UTF-8?q?=E5=92=8C=E9=93=83=E9=93=9B=E5=9B=BE=E6=A0=87=E6=8D=A2=E6=88=90?= =?UTF-8?q?=E5=9B=BE=E7=89=87=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/home.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pages/home/home.vue b/pages/home/home.vue index 74777da..3e0d7ff 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -6,11 +6,11 @@ - + DeepChart - + @@ -245,6 +245,12 @@ export default { justify-content: center; } +.header-icon-image { + width: 24px; + height: 24px; + object-fit: contain; +} + .content-container { flex: 1; padding: 10px;