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

!1503 modified Button

Merge pull request !1503 from zhongyuyan/master
......@@ -14,7 +14,7 @@
## 子组件
可以包含子组件。
可以包含单个子组件。
## 接口
......
......@@ -51,7 +51,8 @@ Column(value:{space?: Length})
@Component
struct ColumnExample {
build() {
Text('space').fontSize(9).fontColor(0xCCCCCC).width('90%')
Column() {
Text('space').fontSize(9).fontColor(0xCCCCCC).width('90%')
Column({ space: 5 }) {
Column().width('100%').height(30).backgroundColor(0xAFEEEE)
Column().width('100%').height(30).backgroundColor(0x00FFFF)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册