From 0804d3aa16b9c99ba31863e3fef68d0cf10849c6 Mon Sep 17 00:00:00 2001 From: wangxiuxiu96 Date: Wed, 10 Sep 2025 09:58:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=AD=A3textContentAlign=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=80=BC=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangxiuxiu96 --- api/@internal/component/ets/text.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@internal/component/ets/text.d.ts b/api/@internal/component/ets/text.d.ts index 7f498aacce..13de2fecc9 100644 --- a/api/@internal/component/ets/text.d.ts +++ b/api/@internal/component/ets/text.d.ts @@ -753,7 +753,7 @@ declare class TextAttribute extends CommonMethod { /** * Set the vertical align of the whole text content. * - * @param { Optional } textContentAlign - The default value is TOP. + * @param { Optional } textContentAlign - The default value is CENTER. * @returns { TextAttribute } returns the instance of the TextAttribute. * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform -- Gitee