Showing
1 changed file
with
12 additions
and
12 deletions
| @@ -98,18 +98,18 @@ export struct PaperTitleComponent { | @@ -98,18 +98,18 @@ export struct PaperTitleComponent { | ||
| 98 | }) | 98 | }) |
| 99 | .margin({ right: 16 }) | 99 | .margin({ right: 16 }) |
| 100 | 100 | ||
| 101 | - Image($r('app.media.icon_share')) | ||
| 102 | - .height($r('app.float.top_arrow_size')) | ||
| 103 | - .width($r('app.float.top_arrow_size')) | ||
| 104 | - .alignRules({ | ||
| 105 | - right: { anchor: "img_close", align: HorizontalAlign.Start }, | ||
| 106 | - center: { anchor: "__container__", align: VerticalAlign.Center } | ||
| 107 | - }) | ||
| 108 | - .id('img_share') | ||
| 109 | - .margin({ right: 16 }) | ||
| 110 | - .onClick(() => { | ||
| 111 | - this.share() | ||
| 112 | - }) | 101 | + // Image($r('app.media.icon_share')) |
| 102 | + // .height($r('app.float.top_arrow_size')) | ||
| 103 | + // .width($r('app.float.top_arrow_size')) | ||
| 104 | + // .alignRules({ | ||
| 105 | + // right: { anchor: "img_close", align: HorizontalAlign.Start }, | ||
| 106 | + // center: { anchor: "__container__", align: VerticalAlign.Center } | ||
| 107 | + // }) | ||
| 108 | + // .id('img_share') | ||
| 109 | + // .margin({ right: 16 }) | ||
| 110 | + // .onClick(() => { | ||
| 111 | + // this.share() | ||
| 112 | + // }) | ||
| 113 | } | 113 | } |
| 114 | // .margin({ left: 14, right: 14 }) | 114 | // .margin({ left: 14, right: 14 }) |
| 115 | .height($r('app.float.top_bar_height')) | 115 | .height($r('app.float.top_bar_height')) |
-
Please register or login to post a comment