From 3482adb1b11c4489d4a37b482ab0f10c6b02d17e Mon Sep 17 00:00:00 2001 From: limeng Date: Thu, 25 May 2023 13:39:14 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=8F=E7=A1=AE=E8=AE=A4lineHeight=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=E5=9C=A8=E4=B8=8B=E4=B8=80=E7=89=88=E6=9C=AC=E6=89=8D?= =?UTF-8?q?=E5=85=B7=E5=A4=87=EF=BC=8C=E5=85=88=E5=B0=86=E5=85=B6=E5=88=A0?= =?UTF-8?q?=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: limeng --- .../reference/arkui-ts/ts-basic-components-span.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-span.md b/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-span.md index fb9a962a56..b187df205a 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-span.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-span.md @@ -6,7 +6,7 @@ > > 该组件从API Version 7开始支持。后续版本如有新增内容,则采用上角标单独标记该内容的起始版本。 > -> 该组件从API Version 10开始支持继承父组件Text的属性,即如果子组件未设置属性且父组件设置属性,则继承父组件设置的属性。支持继承的属性仅包括:fontColor、fontSize、fontStyle、fontWeight、decoration、letterSpacing、textCase、lineHeight、fontfamily。 +> 该组件从API Version 10开始支持继承父组件Text的属性,即如果子组件未设置属性且父组件设置属性,则继承父组件设置的属性。支持继承的属性仅包括:fontColor、fontSize、fontStyle、fontWeight、decoration、letterSpacing、textCase、fontfamily。 ## 子组件 -- GitLab