docs: update some examples of button and cell
This commit is contained in:
@@ -109,12 +109,12 @@ Vue.use(Button);
|
||||
<van-button color="linear-gradient(to right, #4bb0ff, #6149f6)">渐变色按钮</van-button>
|
||||
```
|
||||
|
||||
### 块级元素按钮
|
||||
### 块级元素
|
||||
|
||||
通过`block`属性可以设置按钮的元素类型
|
||||
通过`block`属性可以将按钮的元素类型设置为块级元素
|
||||
|
||||
```html
|
||||
<van-button type="primary" block>块级元素按钮</van-button>
|
||||
<van-button type="primary" block>块级元素</van-button>
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user