mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
chore: 优化样式
This commit is contained in:
parent
fd97fa21fe
commit
42ca717884
@ -70,6 +70,7 @@ const sidebarClick = (sidebar: SidebarListComputed): void => {
|
||||
/>
|
||||
</p>
|
||||
<SidebarItems
|
||||
v-if="sidebar.children.length"
|
||||
v-show="sidebar.open"
|
||||
:sidebar-list="sidebar.children"
|
||||
:deep="deep + 1"
|
||||
@ -104,6 +105,10 @@ const sidebarClick = (sidebar: SidebarListComputed): void => {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0.25rem 0;
|
||||
}
|
||||
|
||||
p.sidebar-items-title {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user