From 3ccb0f73861918210971a4b647d38f6906d50370 Mon Sep 17 00:00:00 2001 From: Silent YANG Date: Sun, 19 May 2024 12:16:41 +0800 Subject: [PATCH] update mobile dispaly --- src/components/navbar/index.vue | 204 +++++++++++++++++++++----------- src/layout/default-layout.vue | 1 + 2 files changed, 133 insertions(+), 72 deletions(-) diff --git a/src/components/navbar/index.vue b/src/components/navbar/index.vue index 1814c36..8a0ea80 100644 --- a/src/components/navbar/index.vue +++ b/src/components/navbar/index.vue @@ -6,7 +6,7 @@ :style="{ margin: 0, fontSize: '18px' }" :heading="5" > - K5Web + {{ !topMenu && appStore.device === 'mobile' ? '' : 'K5Web' }}