[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>

View File

@ -2,8 +2,12 @@
module.exports = {
'zh-CN': {
header: {
Github: 'https://github.com/youzan/vant',
English: '#/en-US/'
lang: {
text: 'En',
from: 'zh-CN',
to: 'en-US'
},
github: 'https://github.com/youzan/vant'
},
footer: {
github: 'https://github.com/youzan/vant',
@ -269,8 +273,12 @@ module.exports = {
},
'en-US': {
header: {
Github: 'https://github.com/youzan/vant',
中文: '#/zh-CN'
lang: {
text: '中文',
from: 'en-US',
to: 'zh-CN'
},
github: 'https://github.com/youzan/vant'
},
footer: {
github: 'https://github.com/youzan/vant',

View File

@ -75,10 +75,7 @@
"friendly-errors-webpack-plugin": "^1.6.1",
"gh-pages": "^1.0.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.9.0",
"gulp-cssmin": "^0.2.0",
"gulp-iconfont": "^9.0.2",
"gulp-iconfont-css": "^2.1.0",
"gulp-postcss": "^7.0.0",
"gulp-util": "^3.0.8",
"highlight.js": "^9.12.0",
@ -96,7 +93,6 @@
"karma-webpack": "^2.0.4",
"markdown-it": "^8.4.0",
"markdown-it-container": "^2.0.0",
"md5-file": "^3.2.3",
"mocha": "^3.4.2",
"postcss": "^6.0.14",
"postcss-calc": "^6.0.0",
@ -122,6 +118,6 @@
"webpack-bundle-analyzer": "^2.9.0",
"webpack-dev-server": "^2.9.4",
"webpack-merge": "^4.1.1",
"zan-doc": "^0.3.9"
"zan-doc": "0.3.10"
}
}

View File

@ -8217,9 +8217,9 @@ yeast@0.1.2:
version "0.1.2"
resolved "https://registry.yarnpkg.com/yeast/-/yeast-0.1.2.tgz#008e06d8094320c372dbc2f8ed76a0ca6c8ac419"
zan-doc@^0.3.9:
version "0.3.9"
resolved "https://registry.yarnpkg.com/zan-doc/-/zan-doc-0.3.9.tgz#4a666408569aee6481590aba281cf40c98ce89b7"
zan-doc@0.3.10:
version "0.3.10"
resolved "https://registry.yarnpkg.com/zan-doc/-/zan-doc-0.3.10.tgz#c3130c81cbb66e0feceb6d5a84d89b39db69659a"
dependencies:
cheerio "0.22.0"
decamelize "^1.2.0"