demo报错修改
This commit is contained in:
parent
a1d9ef7256
commit
b5e5be4d2c
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue