提交 439d02be 编写于 作者: L lijuan

更新columnsplit示例

Signed-off-by: Nlijuan <lijuan124@huawei.com>
上级 4e0f25f2
......@@ -47,6 +47,7 @@ struct ColumnSplitExample {
Text('4').width('100%').height(50).backgroundColor(0xD2B48C).textAlign(TextAlign.Center)
Text('5').width('100%').height(50).backgroundColor(0xF5DEB3).textAlign(TextAlign.Center)
}
.borderWidth(1)
.resizeable(true) // 可拖动
.width('90%').height('60%')
}.width('100%')
......@@ -54,4 +55,4 @@ struct ColumnSplitExample {
}
```
![zh-cn_image_0000001219982707](figures/zh-cn_image_0000001219982707.gif)
![zh-cn_image_0000001219982708](figures/zh-cn_image_0000001219982708.gif)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册