1. 恢复侧边栏分组的title 2. 去掉页面第一个元素的margin-top

This commit is contained in:
reco_luan 2019-04-10 13:34:15 +08:00
parent 1e80176851
commit b53c7432af
2 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@
:class="{ open }"
@click="$emit('toggle')"
>
<!-- <span>{{ item.title }}</span> -->
<span>{{ item.title }}</span>
<span
class="arrow"
v-if="collapsable"

View File

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