提交 7ed3db76 编写于 作者: E ester.zhou

Update docs (16739)

Signed-off-by: Nester.zhou <ester.zhou@huawei.com>
上级 7d6a978b
# ColumnSplit # ColumnSplit
The **\<ColumnSplit>** component lays out child components vertically and inserts a horizontal divider between every two child components. The **\<ColumnSplit>** component lays out child components vertically and inserts a horizontal divider between components.
> **NOTE** > **NOTE**
> >
...@@ -22,13 +22,15 @@ ColumnSplit() ...@@ -22,13 +22,15 @@ ColumnSplit()
| Name| Type| Description| | Name| Type| Description|
| -------- | -------- | -------- | | -------- | -------- | -------- |
| resizeable | boolean | Whether the divider can be dragged. The default value is **false**.| | resizeable | boolean | Whether the divider can be dragged.<br/>Default value: **false** |
> **NOTE** > **NOTE**
> >
> Similar to **\<RowSplit>**, the divider of **\<ColumnSplit>** can be dragged to a position that just fully holds a component. > Similar to **\<RowSplit>**, the divider of **\<ColumnSplit>** can be dragged to a position that just fully holds a component.
> >
> Dragging is not supported in the Previewer. Check the drag effect on a real device. > Dragging is not supported in the Previewer. Check the drag effect on a real device.
>
> The universal attributes **clip** and **margin** are not supported.
## Example ## Example
......
# RowSplit # RowSplit
The **\<RowSplit>** lays out child components horizontally and inserts a vertical divider between every two child components. The **\<RowSplit>** lays out child components horizontally and inserts a vertical divider between child components.
> **NOTE** > **NOTE**
> >
...@@ -23,9 +23,11 @@ RowSplit() ...@@ -23,9 +23,11 @@ RowSplit()
> **NOTE** > **NOTE**
> >
> Similar to **\<RowSplit>**, the divider of **\<RowSplit>** can be dragged to a position that just fully holds a component. > Similar to **\<RowSplit>**, the divider of **\<RowSplit>** can be dragged to a position that just fully holds a component.
>
> Dragging is not supported in the Previewer. Check the drag effect on a real device.
> >
> Dragging is not supported in the Previewer. Check the drag effect on a real device. > The universal attributes **clip** and **margin** are not supported.
## Example ## Example
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册