Skip to content

Commit

Permalink
docs: 更新 tabBar 文档
Browse files Browse the repository at this point in the history
  • Loading branch information
zhetengbiji committed Oct 16, 2019
1 parent 64d08b0 commit 086291c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/api/ui/tabbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ uni.setTabBarBadge({

|App|H5|微信小程序|支付宝小程序|百度小程序|头条小程序|QQ小程序|
|:-:|:-:|:-:|:-:|:-:|:-:|:-:|
|√(HBuilderX 2.3.4 群测版|x|x|x|x|x|x|
|√(HBuilderX 2.3.4 Alpha|x|x|x|x|x|x|


**Tip**
Expand Down
8 changes: 4 additions & 4 deletions docs/collocation/pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -674,10 +674,10 @@ h5 平台下拉刷新动画,只有 circle 类型。
|borderStyle|String||black|tabbar 上边框的颜色,仅支持 black/white||
|list|Array|||tab 的列表,详见 list 属性说明,最少2个、最多5个 tab||
|position|String||bottom|可选值 bottom、top|top 值仅微信小程序支持|
|fontSize|String||10px|文字默认大小|App(HBuilderX 2.3.4 群测版|
|iconWidth|String||24px|图标默认宽度(高度等比例缩放)|App(HBuilderX 2.3.4 群测版|
|height|String||50px|tabBar 默认高度|App(HBuilderX 2.3.4 群测版|
|midButton|Object|||中间按钮 仅在 list 项为偶数时有效|App(HBuilderX 2.3.4 群测版|
|fontSize|String||10px|文字默认大小|App(HBuilderX 2.3.4 Alpha|
|iconWidth|String||24px|图标默认宽度(高度等比例缩放)|App(HBuilderX 2.3.4 Alpha|
|height|String||50px|tabBar 默认高度|App(HBuilderX 2.3.4 Alpha|
|midButton|Object|||中间按钮 仅在 list 项为偶数时有效|App(HBuilderX 2.3.4 Alpha|

其中 list 接收一个数组,数组中的每个项都是一个对象,其属性值如下:

Expand Down

0 comments on commit 086291c

Please sign in to comment.