[Doc] fix Tab demo & update dependencies (#665)

This commit is contained in:
neverland
2018-03-05 10:42:27 +08:00
committed by GitHub
parent 92b116c071
commit 346638b78a
4 changed files with 102 additions and 88 deletions

View File

@@ -4,7 +4,6 @@
v-show="title"
class="van-doc-nav-bar"
:title="title"
fixed
left-arrow
@click-left="onBack"
/>
@@ -44,8 +43,4 @@ body {
text-transform: capitalize;
}
}
.van-doc-demo-section {
padding-top: 46px;
}
</style>