docs: update some examples of button and cell

This commit is contained in:
linrz
2019-12-29 21:21:24 +08:00
committed by neverland
parent abdc38eeee
commit 1b18c15d28
7 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -104,10 +104,10 @@ Vue.use(Cell).use(CellGroup);
### 垂直居中
通过`center`属性在多行文本时控制左侧标题垂直居中
通过`center`属性可以让`Cell`的左右内容都垂直居中
```html
<van-cell center title="单元格" value="多行内容多行内容多行内容多行内容" />
<van-cell center title="单元格" value="内容" label="描述信息" />
```