From 0a208f3ba135456f881f147c41bd23947a0568c0 Mon Sep 17 00:00:00 2001 From: LiAn Date: Tue, 17 May 2022 11:56:18 +0000 Subject: [PATCH] fixed 84fca6c from https://gitee.com/HelloCrease/docs/pulls/4076 update zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-flex-layout.md. Signed-off-by: LiAn --- .../reference/arkui-ts/ts-universal-attributes-flex-layout.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 96d69ae825..ae6ce5b46e 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默认配置。 | -- GitLab