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

!22083 【Search组件】追加部分Length类型的属性不支持百分比的描述

Merge pull request !22083 from sunjiakun/search_docs
...@@ -47,7 +47,7 @@ Search(options?: { value?: string, placeholder?: ResourceStr, icon?: string, con ...@@ -47,7 +47,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) | 否 | 图标颜色。 | | color | [ResourceColor](ts-types.md#resourcecolor) | 否 | 图标颜色。 |
| src | [ResourceStr](ts-types.md#resourcestr) | 否 | 图标/图片源。 | | src | [ResourceStr](ts-types.md#resourcestr) | 否 | 图标/图片源。 |
...@@ -62,7 +62,7 @@ Search(options?: { value?: string, placeholder?: ResourceStr, icon?: string, con ...@@ -62,7 +62,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) | 否 | 文本按钮字体颜色。 | | fontColor | [ResourceColor](ts-types.md#resourcecolor) | 否 | 文本按钮字体颜色。 |
## CancelButtonStyle<sup>10+</sup>枚举说明 ## CancelButtonStyle<sup>10+</sup>枚举说明
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册