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

!10912 增加gridcontainer组件gutter/margin属性不支持百分比属性的说明

Merge pull request !10912 from 刘永畅/OpenHarmony-3.1-Release
......@@ -22,8 +22,8 @@ GridContainer(value?: { columns?: number | auto, sizeType?: SizeType, gutter?: s
| -------- | ------------------------ | ---- | -------------------------------------------- |
| columns | number&nbsp;\|&nbsp;auto | 否 | 设置当前布局总列数。<br/>默认值:auto |
| sizeType | SizeType | 否 | 选用设备宽度类型。<br/>默认值:SizeType.Auto |
| gutter | Length | 否 | 栅格布局列间距 |
| margin | Length | 否 | 栅格布局两侧间距 |
| gutter | Length | 否 | 栅格布局列间距,不支持百分比。 |
| margin | Length | 否 | 栅格布局两侧间距,不支持百分比。 |
## SizeType枚举说明
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册