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

!23809 修复TextInput文档示例一代码和图片差异

Merge pull request !23809 from sunjiakun/TextInput
...@@ -233,7 +233,7 @@ struct TextInputExample { ...@@ -233,7 +233,7 @@ struct TextInputExample {
.maxLength(9) .maxLength(9)
.showPasswordIcon(true) .showPasswordIcon(true)
// 内联风格输入框 // 内联风格输入框
TextInput({ placeholder: 'inline style' }) TextInput({ text: 'inline style' })
.width(400) .width(400)
.height(50) .height(50)
.margin(20) .margin(20)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册