fix imcompatible

This commit is contained in:
liangping 2023-06-15 09:23:14 +08:00
parent e770103c75
commit 18ce47b823
2 changed files with 1 additions and 5 deletions

View File

@ -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"

View File

@ -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;