From a5affa079a9ff337d675bae63bed15e8ac0b500f Mon Sep 17 00:00:00 2001 From: "Alisa | Side.one" Date: Fri, 12 May 2023 01:39:33 +0800 Subject: [PATCH] feat: sidebar style --- src/layouts/components/ChainProfile.vue | 8 +++-- src/layouts/components/DefaultLayout.vue | 46 ++++++++++++++++++------ tailwind.config.js | 1 - 3 files changed, 41 insertions(+), 14 deletions(-) diff --git a/src/layouts/components/ChainProfile.vue b/src/layouts/components/ChainProfile.vue index c28458c2..83ac687a 100644 --- a/src/layouts/components/ChainProfile.vue +++ b/src/layouts/components/ChainProfile.vue @@ -82,15 +82,17 @@ chainStore.$subscribe((m, s) => { -
+
{{ baseStore.latest.block?.header?.chain_id || chainStore.chainName || '' }}
-
+
diff --git a/src/layouts/components/DefaultLayout.vue b/src/layouts/components/DefaultLayout.vue index f31f3c14..988b14b4 100644 --- a/src/layouts/components/DefaultLayout.vue +++ b/src/layouts/components/DefaultLayout.vue @@ -1,5 +1,6 @@