未验证 提交 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,6 +115,7 @@ Column\(value:\{space?: Length\}\)
@Component
struct ColumnExample {
build() {
Column() {
Text('space').fontSize(9).fontColor(0xCCCCCC).width('90%')
Column({ space: 5 }) {
Column().width('100%').height(30).backgroundColor(0xAFEEEE)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册