Showing
1 changed file
with
4 additions
and
4 deletions
| @@ -17,10 +17,10 @@ export struct ZhSingleRow04 { | @@ -17,10 +17,10 @@ export struct ZhSingleRow04 { | ||
| 17 | //顶部 | 17 | //顶部 |
| 18 | Row() { | 18 | Row() { |
| 19 | Row() { | 19 | Row() { |
| 20 | - Image($r("app.media.local_selection")) | ||
| 21 | - .width(24) | ||
| 22 | - .height(24) | ||
| 23 | - .margin({ right: 4 }) | 20 | + // Image($r("app.media.local_selection")) |
| 21 | + // .width(24) | ||
| 22 | + // .height(24) | ||
| 23 | + // .margin({ right: 4 }) | ||
| 24 | Text(this.compDTO.objectTitle) | 24 | Text(this.compDTO.objectTitle) |
| 25 | .fontSize($r("app.float.font_size_17")) | 25 | .fontSize($r("app.float.font_size_17")) |
| 26 | .fontColor($r("app.color.color_222222")) | 26 | .fontColor($r("app.color.color_222222")) |
-
Please register or login to post a comment