From b9e66db85a8ef712114af3c40e6b95d3ee3aa794 Mon Sep 17 00:00:00 2001 From: gwx1234690 Date: Mon, 15 Dec 2025 21:07:06 +0800 Subject: [PATCH] =?UTF-8?q?style=EF=BC=9A=E6=B3=A8=E9=87=8A=E8=A7=84?= =?UTF-8?q?=E8=8C=83,=20=E6=96=87=E6=A1=A3=E5=90=8C=E6=BA=90=E6=A0=87?= =?UTF-8?q?=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/view/CustomKeyboard.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry/src/main/ets/view/CustomKeyboard.ets b/entry/src/main/ets/view/CustomKeyboard.ets index e637097..e58903b 100644 --- a/entry/src/main/ets/view/CustomKeyboard.ets +++ b/entry/src/main/ets/view/CustomKeyboard.ets @@ -37,7 +37,6 @@ export struct CustomKeyboard { @Consume systemKeyboardHeight: number; @Consume customKeyboardHeight: number; @Consume bottomRectHeight: number; - // [EndExclude customKeyboard_start1] @State isLandscape: boolean = false; private onDisplayChange = () => { @@ -92,6 +91,7 @@ export struct CustomKeyboard { return $r('app.float.keyboard_total_height'); } } + // [EndExclude customKeyboard_start1] // [EndExclude customKeyboardStatus_start2] // [StartExclude customKeyboardStatus_start1] // [EndExclude avoidHeight_start] -- Gitee