提交 9c394c5c 编写于 作者: X xuzhidan

add sidebar width support param type.

Signed-off-by: Nxuzhidan <xuzhidan1@huawei.com>
上级 2424786f
......@@ -39,9 +39,9 @@ SideBarContainer( type?: SideBarContainerType )
| showSideBar | boolean | true | 设置是否显示侧边栏。 |
| controlButton | ButtonStyle | - | 设置侧边栏控制按钮的属性。 |
| showControlButton | boolean | true | 设置是否显示控制按钮。 |
| sideBarWidth | Length | 200 | 设置侧边栏的宽度。 |
| minSideBarWidth | Length | 200 | 设置侧边栏最小宽度。 |
| maxSideBarWidth | Length | 280 | 设置侧边栏最大宽度。 |
| sideBarWidth | number \| [Length<sup>9+</sup>](../../ui/ts-types.md#长度类型) | 200 | 设置侧边栏的宽度。 |
| minSideBarWidth | number \| [Length<sup>9+</sup>](../../ui/ts-types.md#长度类型) | 200 | 设置侧边栏最小宽度。 |
| maxSideBarWidth | number \| [Length<sup>9+</sup>](../../ui/ts-types.md#长度类型) | 280 | 设置侧边栏最大宽度。 |
| autoHide<sup>9+</sup> | boolean | true | 设置当侧边栏拖拽到小于最小宽度后,是否自动隐藏。 |
- ButtonStyle对象说明
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册