[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
+1 -1
View File
@@ -106,7 +106,7 @@ export default {
<style lang="postcss">
.demo-tab {
margin-bottom: 700px;
margin-bottom: 500px;
.van-tab .van-icon {
margin-right: 5px;
-5
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>