[new feature] update document header style (#306)

* fix: Tabbar icon line-height

* [new feature] progress add showPivot prop

* [new feature] TabItem support vue-router

* [new feature] update document header style
This commit is contained in:
neverland
2017-11-10 21:33:00 -06:00
committed by GitHub
parent 1727b0d328
commit 0aab9ba7be
4 changed files with 16 additions and 20 deletions

View File

@@ -51,11 +51,3 @@ export default {
}
};
</script>
<style lang="postcss">
.zan-doc-content--quickstart {
h3:not(:first-of-type) {
margin-top: 35px;
}
}
</style>