From 71540fd6abc8a22522123b33468b481c508dc748 Mon Sep 17 00:00:00 2001 From: limeng Date: Thu, 8 Jun 2023 17:13:33 +0800 Subject: [PATCH] =?UTF-8?q?Span=E7=BB=84=E4=BB=B6=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E9=80=9A=E7=94=A8=E6=A0=B7=E5=BC=8F=E8=AE=BE=E7=BD=AE=E8=83=BD?= =?UTF-8?q?=E5=8A=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: limeng --- compiler/components/span.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/components/span.json b/compiler/components/span.json index d8467e61b..3c4d1ffd8 100644 --- a/compiler/components/span.json +++ b/compiler/components/span.json @@ -3,6 +3,6 @@ "atomic": true, "attrs": [ "fontColor", "fontSize", "fontStyle", "fontFamily", "fontWeight", "decoration", "letterSpacing", - "textCase" + "textCase", "lineHeight" ] } \ No newline at end of file -- Gitee