1. 恢复侧边栏分组的title 2. 去掉页面第一个元素的margin-top
This commit is contained in:
parent
1e80176851
commit
b53c7432af
@ -33,7 +33,7 @@
|
||||
:class="{ open }"
|
||||
@click="$emit('toggle')"
|
||||
>
|
||||
<!-- <span>{{ item.title }}</span> -->
|
||||
<span>{{ item.title }}</span>
|
||||
<span
|
||||
class="arrow"
|
||||
v-if="collapsable"
|
||||
|
@ -56,8 +56,8 @@ body
|
||||
|
||||
.content:not(.custom)
|
||||
@extend $wrapper
|
||||
> *:first-child
|
||||
margin-top $navbarHeight
|
||||
// > *:first-child
|
||||
// margin-top 1.6rem
|
||||
a:hover
|
||||
text-decoration underline
|
||||
p.demo
|
||||
|
Loading…
Reference in New Issue
Block a user