未验证 提交 d4cfd309 编写于 作者: O openharmony_ci 提交者: Gitee

!15797 更新columnsplit示例

Merge pull request !15797 from 李娟/master
......@@ -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.
先完成此消息的编辑!
想要评论请 注册