From 346c704193110fc4cdb86746e0431638ff3d2368 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B0=E5=8F=8C=E6=98=8E?= Date: Wed, 23 Oct 2024 01:12:36 +0000 Subject: [PATCH] update entry/src/main/ets/pages/Index.ets. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 田双明 --- entry/src/main/ets/pages/Index.ets | 1 - 1 file changed, 1 deletion(-) diff --git a/entry/src/main/ets/pages/Index.ets b/entry/src/main/ets/pages/Index.ets index e7b5d4a..def6a65 100644 --- a/entry/src/main/ets/pages/Index.ets +++ b/entry/src/main/ets/pages/Index.ets @@ -57,7 +57,6 @@ struct Index { uri: 'pages/DownSamplePage', }); }) - Button($r('app.string.Display_long_image')).margin({top:10}).onClick(()=>{ Button($r('app.string.Display_long_image')).margin({ top: 10 }).onClick(() => { router.push({ uri: 'pages/LongImagePage',