From b5e5be4d2c1777af14c599e540e1d0267c840d15 Mon Sep 17 00:00:00 2001 From: tsm <2418639820@qq.com> Date: Mon, 29 Apr 2024 22:43:42 +0800 Subject: [PATCH] =?UTF-8?q?demo=E6=8A=A5=E9=94=99=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/pages/DownsamplingPage.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry/src/main/ets/pages/DownsamplingPage.ets b/entry/src/main/ets/pages/DownsamplingPage.ets index b16c4e4..9a182f7 100644 --- a/entry/src/main/ets/pages/DownsamplingPage.ets +++ b/entry/src/main/ets/pages/DownsamplingPage.ets @@ -62,7 +62,7 @@ struct DownsamplingPage { Column() { Column() { Column() { - Text("大小:" + this.BytesNumber).fontColor(Color.Gray).fontsize(16); + Text("大小:" + this.BytesNumber).fontColor(Color.Gray).fontSize(16); Button() { Text($r("app.string.trans_square")).fontSize(13).fontColor(Color.White) }