From baa4d9a4bc86cfd2f6e4987fd70ef5d33b527a82 Mon Sep 17 00:00:00 2001 From: Kira Date: Fri, 18 Jun 2021 16:53:34 +0800 Subject: [PATCH] =?UTF-8?q?KERNEL-7826=20refactor:=20=E8=A1=A5=E5=85=85pro?= =?UTF-8?q?ps=E5=A3=B0=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typescript/base/single/label/html.label.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/base/single/label/html.label.ts b/typescript/base/single/label/html.label.ts index 07d8c7c8d..e195c8f24 100644 --- a/typescript/base/single/label/html.label.ts +++ b/typescript/base/single/label/html.label.ts @@ -2,7 +2,7 @@ import { AbstractLabel } from "./abstract.label"; export declare class HtmlLabel extends AbstractLabel { props: { - lineHeight: number; + textHeight: number; } & AbstractLabel['props']; static xtype: string;