From 87398bce35dd26934f389f6e21bf16f5ae6259f6 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Thu, 1 Jul 2021 21:05:09 +0900 Subject: [PATCH] docs: fix typo in pages.md postion -> position --- docs/collocation/pages.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/collocation/pages.md b/docs/collocation/pages.md index 3a2943b94..4183ca73a 100644 --- a/docs/collocation/pages.md +++ b/docs/collocation/pages.md @@ -932,8 +932,8 @@ h5 平台下拉刷新动画,只有 circle 类型。 |:-|:-|:-|:-| |pagePath|String|是|页面路径,必须在 pages 中先定义| |text|String|是|tab 上按钮文字,在 App 和 H5 平台为非必填。例如中间可放一个没有文字的+号图标| -|iconPath|String|否|图片路径,icon 大小限制为40kb,建议尺寸为 81px * 81px,当 postion 为 top 时,此参数无效,不支持网络图片,不支持字体图标| -|selectedIconPath|String|否|选中时的图片路径,icon 大小限制为40kb,建议尺寸为 81px * 81px ,当 postion 为 top 时,此参数无效| +|iconPath|String|否|图片路径,icon 大小限制为40kb,建议尺寸为 81px * 81px,当 position 为 top 时,此参数无效,不支持网络图片,不支持字体图标| +|selectedIconPath|String|否|选中时的图片路径,icon 大小限制为40kb,建议尺寸为 81px * 81px ,当 position 为 top 时,此参数无效| **midButton 属性说明** -- GitLab