From ea7e9dce14fcfbe02e7ad599bf2d748a5b659333 Mon Sep 17 00:00:00 2001 From: "ester.zhou" Date: Wed, 23 Mar 2022 19:39:27 +0800 Subject: [PATCH] update doc Signed-off-by: ester.zhou --- .../reference/arkui-ts/ts-basic-components-search.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/application-dev/reference/arkui-ts/ts-basic-components-search.md b/en/application-dev/reference/arkui-ts/ts-basic-components-search.md index 9c8bf2237d..4a3936bd7c 100644 --- a/en/application-dev/reference/arkui-ts/ts-basic-components-search.md +++ b/en/application-dev/reference/arkui-ts/ts-basic-components-search.md @@ -32,8 +32,8 @@ Search(options?: { value?: string; placeholder?: string; icon?: string; controll | -------- | -------- | -------- | -------- | | searchButton | string | –| Text on the search button located next to the search text box. By default, there is no search button.| | placeholderColor | [ResourceColor](../../ui/ts-types.md#ResourceColor) | - | Placeholder text color.| -| placeholderFont | [Font](../../ui/ts-types.md#Font) | - | Placeholder text style.| -| textFont | [Font](../../ui/ts-types.md#Font) | - | Text font for the search text box.| +| placeholderFont | [Font](../../ui/ts-types.md) | - | Placeholder text style.| +| textFont | [Font](../../ui/ts-types.md) | - | Text font for the search text box.| ## Events -- GitLab