diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-flex-layout.md b/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-flex-layout.md index 96d69ae8255f2929a7b394bfdaf270ad52a5f8fe..ae6ce5b46ecfba98a33c852e996d3050552454aa 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-flex-layout.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-flex-layout.md @@ -17,8 +17,8 @@ | 名称 | 参数说明 | 默认值 | 描述 | | -------- | -------- | -------- | -------- | | flexBasis | 'auto' \| Length | 'auto' | 此属性所在的组件在Flex容器中主轴方向上基准尺寸。 | -| flexGrow | number | 0 | Flex容器的剩余空间分配给给此属性所在的组件的比例。 | -| flexShrink | number | 1 | Flex容器压缩尺寸分配给此属性所在的组件的比例。 | +| flexGrow | number | 0 | Flex容器的剩余空间分配给此属性所在组件的比例。 | +| flexShrink | number | 1 | Flex容器压缩尺寸分配给此属性所在组件的比例。 | | alignSelf | [ItemAlign](ts-appendix-enums.md#itemalign枚举说明) | Auto | 覆盖Flex布局容器中alignItems默认配置。 |