未验证 提交 d08a60fa 编写于 作者: Z zhongyuyan 提交者: Gitee

update zh-cn/application-dev/reference/arkui-ts/ts-container-column.md.

Signed-off-by: zhongyuyan <zhongyuyan1@huawei.com> 缺少根组件,添加了一个Column
上级 a9978f24
...@@ -115,7 +115,8 @@ Column\(value:\{space?: Length\}\) ...@@ -115,7 +115,8 @@ Column\(value:\{space?: Length\}\)
@Component @Component
struct ColumnExample { struct ColumnExample {
build() { build() {
Text('space').fontSize(9).fontColor(0xCCCCCC).width('90%') Column() {
Text('space').fontSize(9).fontColor(0xCCCCCC).width('90%')
Column({ space: 5 }) { Column({ space: 5 }) {
Column().width('100%').height(30).backgroundColor(0xAFEEEE) Column().width('100%').height(30).backgroundColor(0xAFEEEE)
Column().width('100%').height(30).backgroundColor(0x00FFFF) Column().width('100%').height(30).backgroundColor(0x00FFFF)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册