From 7d26cd3f4afbc9d2c188bb288bd0690254e10347 Mon Sep 17 00:00:00 2001 From: "Alisa | Side.one" Date: Thu, 11 May 2023 18:33:01 +0800 Subject: [PATCH] feat: DefaultLayout && Chain Profile --- src/layouts/components/ChainProfile.vue | 136 ++++++++++++++--------- src/layouts/components/DefaultLayout.vue | 26 +++++ 2 files changed, 107 insertions(+), 55 deletions(-) diff --git a/src/layouts/components/ChainProfile.vue b/src/layouts/components/ChainProfile.vue index 66b81d0e..c28458c2 100644 --- a/src/layouts/components/ChainProfile.vue +++ b/src/layouts/components/ChainProfile.vue @@ -11,62 +11,88 @@ chainStore.$subscribe((m, s) => { diff --git a/src/layouts/components/DefaultLayout.vue b/src/layouts/components/DefaultLayout.vue index 25a16b95..c75ce792 100644 --- a/src/layouts/components/DefaultLayout.vue +++ b/src/layouts/components/DefaultLayout.vue @@ -50,6 +50,32 @@ blockchain.$subscribe((m, s) => {