forked from cerc-io/cosmos-explorer
Space mt-5
This commit is contained in:
parent
a0104d5fee
commit
bc66c57eba
@ -8,7 +8,7 @@ const props = defineProps({
|
||||
</script>
|
||||
<template>
|
||||
<div
|
||||
class="bg-card px-4 pt-3 pb-4 rounded mt-6"
|
||||
class="bg-card px-4 pt-3 pb-4 rounded mt-5"
|
||||
v-if="props.cardItem?.items && props.cardItem?.items?.length > 0"
|
||||
>
|
||||
<div class="text-base mb-3 text-main">{{ props.cardItem?.title }}</div>
|
||||
|
@ -11,7 +11,7 @@ function formatTitle(name: string) {
|
||||
}
|
||||
</script>
|
||||
<template>
|
||||
<div class="bg-card px-4 pt-3 pb-4 rounded mt-6">
|
||||
<div class="bg-card px-4 pt-3 pb-4 rounded mt-">
|
||||
<div class="text-base mb-3 text-main">{{ props.tableItem?.title }}</div>
|
||||
<div class="">
|
||||
<div
|
||||
|
Loading…
Reference in New Issue
Block a user