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

!19908 布局约束示例整改

Merge pull request !19908 from 田雨/master
......@@ -30,7 +30,7 @@ Stack(value?: { alignContent?: Alignment })
| 名称 | 参数类型 | 描述 |
| ------------ | ------------------------------------------- | ------------------------------------------------------------ |
| alignContent | [Alignment](ts-appendix-enums.md#alignment) | 设置子组件在容器内的对齐方式。<br/>默认值:Alignment.Center<br/>从API version 9开始,该接口支持在ArkTS卡片中使用。<br/>**说明:** <br/>该属性与[通用属性align](ts-universal-attributes-location.md)同时设置时,只有align属性生效。 |
| alignContent | [Alignment](ts-appendix-enums.md#alignment) | 设置子组件在容器内的对齐方式。<br/>默认值:Alignment.Center<br/>从API version 9开始,该接口支持在ArkTS卡片中使用。<br/>**说明:** <br/>该属性与[通用属性align](ts-universal-attributes-location.md)同时设置时,后设置的属性生效。 |
## 示例
......
......@@ -55,7 +55,7 @@ struct AspectRatioExample {
Text(item)
.backgroundColor(0xbbb2cb)
.fontSize(40)
.height(160)
.width('100%')
.aspectRatio(1.5)
}
}, item => item)
......@@ -133,4 +133,6 @@ struct DisplayPriorityExample {
```
横屏显示
![zh-cn_image_0000001219662667](figures/zh-cn_image_0000001219662667.gif)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册