mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-05-29 01:39:15 +08:00
docs: fix typo (#4147)
This commit is contained in:
parent
2b657446ec
commit
642f10d1b5
@ -85,7 +85,7 @@ Page({
|
|||||||
|
|
||||||
### 展示取消按钮
|
### 展示取消按钮
|
||||||
|
|
||||||
设置`cancel-text`属`性后,会在底部展示取消按钮,点击后关闭当前菜单。
|
设置`cancel-text`属性后,会在底部展示取消按钮,点击后关闭当前菜单。
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<van-action-sheet
|
<van-action-sheet
|
||||||
|
@ -40,7 +40,7 @@ Layout 组件提供了`24列栅格`,通过在`Col`上添加`span`属性设置
|
|||||||
|
|
||||||
### 设置列元素间距
|
### 设置列元素间距
|
||||||
|
|
||||||
通过`gutter`属性可以设置列元素之间的间距,默认间距为0。
|
通过`gutter`属性可以设置列元素之间的间距,默认间距为 0。
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<van-row gutter="20">
|
<van-row gutter="20">
|
||||||
|
@ -53,9 +53,9 @@
|
|||||||
|
|
||||||
## 常见问题
|
## 常见问题
|
||||||
|
|
||||||
### 开发者工具上提示 Faild to load font 是什么情况?
|
### 开发者工具上提示 Failed to load font 是什么情况?
|
||||||
|
|
||||||
这个是开发者工具本身的问题,可以忽略,具体可以查看[微信小程序文档](https://developers.weixin.qq.com/miniprogram/dev/api/ui/font/wx.loadFontFace.html)注意第5条。
|
这个是开发者工具本身的问题,可以忽略,具体可以查看[微信小程序文档](https://developers.weixin.qq.com/miniprogram/dev/api/ui/font/wx.loadFontFace.html) - 注意事项第 5 条。
|
||||||
|
|
||||||
## API
|
## API
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user