From 60d064b319527824c5259a052f8b5439ccfe665d Mon Sep 17 00:00:00 2001 From: LiuHao <liuhaoai545@gmail.com> Date: 星期日, 02 四月 2023 23:33:28 +0800 Subject: [PATCH] fix type error --- src/layout/components/Navbar.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 2df43d7..483800d 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -235,6 +235,7 @@ width: 40px; height: 40px; border-radius: 10px; + margin-top: 10px; } i { -- Gitblit v1.9.3