From c07c33c2678b1a2d0bb3378910caa66e0083a87c Mon Sep 17 00:00:00 2001 From: LiAn Date: Tue, 19 Apr 2022 03:10:33 +0000 Subject: [PATCH] update zh-cn/application-dev/ui/ui-ts-layout-flex.md. Signed-off-by: LiAn --- zh-cn/application-dev/ui/ui-ts-layout-flex.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/zh-cn/application-dev/ui/ui-ts-layout-flex.md b/zh-cn/application-dev/ui/ui-ts-layout-flex.md index 17911df5d9..67b9d1bf77 100644 --- a/zh-cn/application-dev/ui/ui-ts-layout-flex.md +++ b/zh-cn/application-dev/ui/ui-ts-layout-flex.md @@ -368,3 +368,10 @@ struct FlexExample { ![zh-cn_image_0000001261605867](figures/zh-cn_image_0000001261605867.png) + + +## 相关实例 + +针对弹性布局开发,有以下相关实例可供参考: + +- [弹性布局(eTS)](https://gitee.com/openharmony/codelabs/tree/master/ETSUI/FlowLayoutEts) -- GitLab