From 9b2315f8bcf488d577667e1a1b380fc132cf2776 Mon Sep 17 00:00:00 2001 From: LiAn Date: Sat, 26 Mar 2022 11:17:42 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/arkui-ts/ts-basic-components-search.md. Signed-off-by: LiAn --- .../reference/arkui-ts/ts-basic-components-search.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-search.md b/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-search.md index 826d85d474..d8916475ad 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-search.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-search.md @@ -31,9 +31,9 @@ Search(options?: { value?: string; placeholder?: string; icon?: string; controll | 名称 | 参数类型 | 默认值 | 描述 | | -------- | -------- | -------- | -------- | | searchButton | string | 无 | 搜索框末尾搜索按钮文本值,默认无搜索按钮。| -| placeholderColor | [ResourceColor](../../ui/ts-types.md#ResourceColor) | - | 设置placeholder颜色。| -| placeholderFont | [Font](../../ui/ts-types.md#Font) | - | 设置placeholder文本样式。| -| textFont | [Font](../../ui/ts-types.md#Font) | - | 设置搜索框内文本样式。| +| placeholderColor | [ResourceColor](../../ui/ts-types.md) | - | 设置placeholder颜色。| +| placeholderFont | [Font](../../ui/ts-types.md) | - | 设置placeholder文本样式。| +| textFont | [Font](../../ui/ts-types.md) | - | 设置搜索框内文本样式。| ## 事件 -- GitLab