From 9d22890280b8ba77f63d9e8e71dc840217fc3ddf Mon Sep 17 00:00:00 2001 From: mkno1412222222 <12436341+mkno1412222222@user.noreply.gitee.com> Date: Mon, 1 Sep 2025 07:56:42 +0000 Subject: [PATCH] =?UTF-8?q?update=20ArkUI/entry/src/main/ets/pages/NotResp?= =?UTF-8?q?ondToParentComponentOnTouch.ets.=20.width(100)=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E4=BA=862=E6=AC=A1=EF=BC=8C=E5=88=A0=E6=8E=89?= =?UTF-8?q?=E9=87=8D=E5=A4=8D=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: mkno1412222222 <12436341+mkno1412222222@user.noreply.gitee.com> --- .../src/main/ets/pages/NotRespondToParentComponentOnTouch.ets | 1 - 1 file changed, 1 deletion(-) diff --git a/ArkUI/entry/src/main/ets/pages/NotRespondToParentComponentOnTouch.ets b/ArkUI/entry/src/main/ets/pages/NotRespondToParentComponentOnTouch.ets index a63bcf31..b76a8a9e 100644 --- a/ArkUI/entry/src/main/ets/pages/NotRespondToParentComponentOnTouch.ets +++ b/ArkUI/entry/src/main/ets/pages/NotRespondToParentComponentOnTouch.ets @@ -25,7 +25,6 @@ struct Index { build() { Row() { Button('Click on me') - .width(100) .width(100) .backgroundColor('#f00') .onClick(() => { -- Gitee