Showing
3 changed files
with
7 additions
and
2 deletions
| @@ -103,7 +103,7 @@ export struct DynamicDetailComponent { | @@ -103,7 +103,7 @@ export struct DynamicDetailComponent { | ||
| 103 | //分割线 | 103 | //分割线 |
| 104 | Image($r('app.media.ic_news_detail_division')) | 104 | Image($r('app.media.ic_news_detail_division')) |
| 105 | .width('100%') | 105 | .width('100%') |
| 106 | - .height($r('app.float.margin_9')) | 106 | + .height($r('app.float.margin_12')) |
| 107 | .padding({ left: $r('app.float.margin_16'), right: $r('app.float.margin_16') }) | 107 | .padding({ left: $r('app.float.margin_16'), right: $r('app.float.margin_16') }) |
| 108 | Stack({ alignContent: Alignment.Bottom }) { | 108 | Stack({ alignContent: Alignment.Bottom }) { |
| 109 | if (!this.isNetConnected) { | 109 | if (!this.isNetConnected) { |
| @@ -135,7 +135,8 @@ export struct OperRowListView { | @@ -135,7 +135,8 @@ export struct OperRowListView { | ||
| 135 | Column() { | 135 | Column() { |
| 136 | Image($r('app.media.ic_news_detail_division')) | 136 | Image($r('app.media.ic_news_detail_division')) |
| 137 | .width('100%') | 137 | .width('100%') |
| 138 | - .height($r('app.float.margin_4')) | 138 | + .height($r('app.float.margin_1')) |
| 139 | + .margin({bottom: -2}) | ||
| 139 | 140 | ||
| 140 | Flex({ justifyContent: FlexAlign.SpaceBetween, alignItems: ItemAlign.Center }) { | 141 | Flex({ justifyContent: FlexAlign.SpaceBetween, alignItems: ItemAlign.Center }) { |
| 141 | // AudioDialog() | 142 | // AudioDialog() |
-
Please register or login to post a comment