diff --git a/src/layouts/components/DefaultLayout.vue b/src/layouts/components/DefaultLayout.vue index 27e4ee18..5476038c 100644 --- a/src/layouts/components/DefaultLayout.vue +++ b/src/layouts/components/DefaultLayout.vue @@ -110,11 +110,15 @@ const changeOpen = (index: Number) => { $route.path === el?.to?.path && item?.title !== 'Favorite', }" > - +
{ - -
diff --git a/src/modules/[chain]/cosmwasm/[code_id]/contracts.vue b/src/modules/[chain]/cosmwasm/[code_id]/contracts.vue index b6df186b..6e30eced 100644 --- a/src/modules/[chain]/cosmwasm/[code_id]/contracts.vue +++ b/src/modules/[chain]/cosmwasm/[code_id]/contracts.vue @@ -160,20 +160,22 @@ const result = ref('');
Contract States
-
-
-
- {{ format.hexToString(v.key) }} -
-
- {{ format.base64ToString(v.value) }} -
-
+
+ + + + + +
+ {{ format.hexToString(v.key) }} + + {{ format.base64ToString(v.value) }} +
@@ -183,8 +185,8 @@ const result = ref('');