From ee8792dba0d92d4412538c5b1e17415ea8319382 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=A8=E6=98=AF=E5=B0=8F=E6=A1=82=E5=AD=90?= Date: Thu, 25 Aug 2022 09:16:05 +0000 Subject: [PATCH] =?UTF-8?q?update=20zh-cn/application-dev/reference/arkui-?= =?UTF-8?q?ts/ts-universal-attributes-size.md.=20=E7=AC=AC=E4=BA=8C?= =?UTF-8?q?=E4=B8=AA=E6=9D=83=E9=87=8D=E6=B3=A8=E9=87=8A=E6=8F=8F=E8=BF=B0?= =?UTF-8?q?=E6=9C=89=E8=AF=AF=EF=BC=8C=E5=B7=B2=E4=BF=AE=E6=94=B9=EF=BC=9B?= =?UTF-8?q?=20Signed-off-by:=20=E5=85=A8=E6=98=AF=E5=B0=8F=E6=A1=82?= =?UTF-8?q?=E5=AD=90=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 全是小桂子 --- .../reference/arkui-ts/ts-universal-attributes-size.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-size.md b/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-size.md index 76e7d68ef5..c84b51ee7d 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-size.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-size.md @@ -49,7 +49,7 @@ struct SizeExample { Text('layoutWeight(1)') .size({ width: '30%', height: 110 }).backgroundColor(0xFFEFD5).textAlign(TextAlign.Center) .layoutWeight(1) - // 权重0 + // 权重2 Text('layoutWeight(2)') .size({ width: '30%', height: 110 }).backgroundColor(0xF5DEB3).textAlign(TextAlign.Center) .layoutWeight(2) -- GitLab