From bad20087358a29cc89f3f0858986bd5388b965dc Mon Sep 17 00:00:00 2001 From: LiAn Date: Wed, 29 Jun 2022 08:50:21 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/arkui-ts/ts-basic-components-textinput.md. Signed-off-by: LiAn --- .../reference/arkui-ts/ts-basic-components-textinput.md | 1 - 1 file changed, 1 deletion(-) diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-textinput.md b/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-textinput.md index a422b59680..d13b166d34 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-textinput.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-textinput.md @@ -110,7 +110,6 @@ struct TextInputExample1 { TextArea({ placeholder: 'input your word' }) .placeholderColor("rgb(0,0,225)") .placeholderFont({ size: 30, weight: 100, family: 'cursive', style: FontStyle.Italic }) - .textAlign(TextAlign.Center) .caretColor(Color.Blue) .height(50) .fontSize(30) -- GitLab