未验证 提交 107d70ea 编写于 作者: J jiangdayuan 提交者: Gitee

update zh-cn/application-dev/application-models/arkts-ui-widget-event-uiability.md.

update demo code
Signed-off-by: Njiangdayuan <jiangdayuan@huawei.com>
上级 d1f41243
......@@ -17,7 +17,7 @@
build() {
Column() {
Button('跳转')
.margin('20%')
.margin(20)
.onClick(() => {
console.info('postCardAction to EntryAbility');
postCardAction(this, {
......@@ -28,7 +28,7 @@
}
});
})
Text(`${this.detail}`).margin('20%')
Text(`${this.detail}`)
}
.width('100%')
.height('100%')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册