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 70438299ccfda297a9f4f520c4b74864913f8d8d..d30d38a320e9d4a956eaf9bbe2c1cd899ef72142 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 @@ -45,7 +45,7 @@ Search(options?: { value?: string, placeholder?: ResourceStr, icon?: string, con | 参数名 | 参数类型 | 必填 | 参数描述 | | ------ | ------------------------------------------ | ---- | ----------- | -| size | [Length](ts-types.md#length) | 否 | 图标尺寸。 | +| size | [Length](ts-types.md#length) | 否 | 图标尺寸,不支持百分比。 | | color | [ResourceColor](ts-types.md#resourcecolor) | 否 | 图标颜色。 | | src | [ResourceStr](ts-types.md#resourcestr) | 否 | 图标/图片源。 | @@ -60,7 +60,7 @@ Search(options?: { value?: string, placeholder?: ResourceStr, icon?: string, con | 参数名 | 参数类型 | 必填 | 参数描述 | | --------- | ------------------------------------------ | ---- | ---------------- | -| fontSize | [Length](ts-types.md#length) | 否 | 文本按钮字体大小。 | +| fontSize | [Length](ts-types.md#length) | 否 | 文本按钮字体大小,不支持百分比。 | | fontColor | [ResourceColor](ts-types.md#resourcecolor) | 否 | 文本按钮字体颜色。 | ## CancelButtonStyle10+枚举说明