forked from cerc-io/cosmos-explorer
fix imcompatible
This commit is contained in:
parent
e770103c75
commit
18ce47b823
@ -124,7 +124,7 @@ function selected(route: any, nav: NavLink) {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="collapse-content">
|
<div class="collapse-content">
|
||||||
<div v-for="(el, key) of item?.children" class="menu bg-base-100 w-full">
|
<div v-for="(el, key) of item?.children" class="menu bg-base-100 w-full !p-0">
|
||||||
<RouterLink
|
<RouterLink
|
||||||
v-if="isNavLink(el)"
|
v-if="isNavLink(el)"
|
||||||
@click="sidebarShow = false"
|
@click="sidebarShow = false"
|
||||||
|
@ -20,10 +20,6 @@ body {
|
|||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu {
|
|
||||||
padding: 0.15rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--text-main: #333;
|
--text-main: #333;
|
||||||
--text-secondary: #4b525d;
|
--text-secondary: #4b525d;
|
||||||
|
Loading…
Reference in New Issue
Block a user