demo报错修改

This commit is contained in:
tsm 2024-04-29 22:43:42 +08:00
parent a1d9ef7256
commit b5e5be4d2c
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ struct DownsamplingPage {
Column() { Column() {
Column() { Column() {
Column() { Column() {
Text("大小:" + this.BytesNumber).fontColor(Color.Gray).fontsize(16); Text("大小:" + this.BytesNumber).fontColor(Color.Gray).fontSize(16);
Button() { Button() {
Text($r("app.string.trans_square")).fontSize(13).fontColor(Color.White) Text($r("app.string.trans_square")).fontSize(13).fontColor(Color.White)
} }