[Doc] improve document detail (#698)

This commit is contained in:
neverland
2018-03-15 20:49:13 +08:00
committed by GitHub
parent e366e033ed
commit 1e9bc4065b
7 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ export default {
step2: '商家接单',
step3: '买家提货',
step4: '交易完成',
title2: '物流描述',
title2: '描述信息',
title3: '竖向步骤条',
status1: '【城市】物流状态1',
status2: '【城市】物流状态',
+1 -1
View File
@@ -116,7 +116,7 @@ export default {
<style lang="postcss">
.demo-tab {
margin-bottom: 500px;
margin-bottom: 300px;
.van-tab .van-icon {
margin-right: 5px;
+4 -4
View File
@@ -15,10 +15,10 @@ Vue.use(Badge);
```html
<van-badge-group :active-key="activeKey">
<van-badge title="热销榜" @click="onClick" />
<van-badge title="花式寿司" @click="onClick" info="8" />
<van-badge title="火炽寿司" @click="onClick" info="99" />
<van-badge title="手握寿司" @click="onClick" info="199" />
<van-badge title="标签名称" @click="onClick" />
<van-badge title="标签名称" @click="onClick" info="8" />
<van-badge title="标签名称" @click="onClick" info="99" />
<van-badge title="标签名称" @click="onClick" info="199" />
</van-badge-group>
```
+1 -1
View File
@@ -86,7 +86,7 @@ Vue.use(Field);
placeholder="请输入留言"
rows="1"
autosize
/>
/>
</van-cell-group>
```
+2 -2
View File
@@ -30,9 +30,9 @@ export default {
}
```
#### 物流描述
#### 描述信息
通过`title`和`description`属性来定义物流描述信息
通过`title`和`description`属性来定义描述信息信息
```html
<van-steps