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

!7103 翻译完成 6759:组件Blank的属性color参数类型不全

Merge pull request !7103 from ester.zhou/TR-6759
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
> This component is supported since API version 7. Updates will be marked with a superscript to indicate their earliest API version. > This component is supported since API version 7. Updates will be marked with a superscript to indicate their earliest API version.
The **&lt;Blank&gt;** component supports automatic filling of the empty part of the container along the main axis. This component is valid only when the parent component is **&lt;Row&gt;** or **&lt;Column&gt;**. The **\<Blank>** component supports automatic filling of the empty part of the container along the main axis. This component is valid only when the parent component is **\<Row>** or **\<Column>**.
## Required Permissions ## Required Permissions
...@@ -24,7 +24,7 @@ Not supported ...@@ -24,7 +24,7 @@ Not supported
Blank(min?: Length) Blank(min?: Length)
- Parameters - Parameters
| Name | Type | Mandatory | Default Value | Description | | Name | Type | Mandatory | Default Value | Description |
| -------- | -------- | -------- | -------- | -------- | | -------- | -------- | -------- | -------- | -------- |
| min | Length | No | 0 | Minimum size of the **&lt;Blank&gt;** component in the container along the main axis. | | min | Length | No | 0 | Minimum size of the **&lt;Blank&gt;** component in the container along the main axis. |
...@@ -33,9 +33,10 @@ Blank(min?: Length) ...@@ -33,9 +33,10 @@ Blank(min?: Length)
| Name | Type | Default Value | Description | | Name | Type | Default Value | Description |
| -------- | -------- | -------- | -------- | | -------- | -------- | -------- | -------- |
| color | Color | 0x00000000 | Color to fill the blank. | | color | [ResourceColor](../../ui/ts-types.md) | 0x00000000 | Color to fill the blank. |
> **NOTE**<br> > **NOTE**
>
> Universal attribute methods are not supported. > Universal attribute methods are not supported.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册