Showing
1 changed file
with
4 additions
and
4 deletions
| @@ -96,7 +96,7 @@ export struct ZhSingleRow02 { | @@ -96,7 +96,7 @@ export struct ZhSingleRow02 { | ||
| 96 | pageId: this.pageId, | 96 | pageId: this.pageId, |
| 97 | pageName: this.pageName | 97 | pageName: this.pageName |
| 98 | }) | 98 | }) |
| 99 | - .margin({ right: 8, left: index === 0 ? 10 : 0 }) | 99 | + .margin({ right: 8, left: index === 0 ? 16 : 0 }) |
| 100 | }) | 100 | }) |
| 101 | } | 101 | } |
| 102 | if (this.compDTO.operDataList.length > 2 && this.showMore()) { | 102 | if (this.compDTO.operDataList.length > 2 && this.showMore()) { |
| @@ -159,8 +159,8 @@ export struct ZhSingleRow02 { | @@ -159,8 +159,8 @@ export struct ZhSingleRow02 { | ||
| 159 | bottom: $r('app.float.card_comp_pagePadding_tb') | 159 | bottom: $r('app.float.card_comp_pagePadding_tb') |
| 160 | }) | 160 | }) |
| 161 | .backgroundColor(0xffffff) | 161 | .backgroundColor(0xffffff) |
| 162 | - .width('100%') | ||
| 163 | - .margin({ bottom: 8 }) | 162 | + .width('101%') |
| 163 | + .margin({ bottom: 8, left: -6 }) | ||
| 164 | } | 164 | } |
| 165 | 165 | ||
| 166 | @Builder | 166 | @Builder |
| @@ -206,7 +206,7 @@ export struct ZhSingleRow02 { | @@ -206,7 +206,7 @@ export struct ZhSingleRow02 { | ||
| 206 | } | 206 | } |
| 207 | .justifyContent(FlexAlign.SpaceBetween) | 207 | .justifyContent(FlexAlign.SpaceBetween) |
| 208 | .margin({ bottom: 10 }) | 208 | .margin({ bottom: 10 }) |
| 209 | - .padding({left: 10}) | 209 | + .padding({left: 16}) |
| 210 | .width('100%') | 210 | .width('100%') |
| 211 | } | 211 | } |
| 212 | } | 212 | } |
-
Please register or login to post a comment