Showing
1 changed file
with
4 additions
and
3 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 }) | 99 | + .margin({ right: 8, left: index === 0 ? 10 : 0 }) |
| 100 | }) | 100 | }) |
| 101 | } | 101 | } |
| 102 | if (this.compDTO.operDataList.length > 2 && this.showMore()) { | 102 | if (this.compDTO.operDataList.length > 2 && this.showMore()) { |
| @@ -153,9 +153,9 @@ export struct ZhSingleRow02 { | @@ -153,9 +153,9 @@ export struct ZhSingleRow02 { | ||
| 153 | }) | 153 | }) |
| 154 | } | 154 | } |
| 155 | .padding({ | 155 | .padding({ |
| 156 | - left: 10, | 156 | + // left: 10, |
| 157 | // right: 10, | 157 | // right: 10, |
| 158 | - top: 14, | 158 | + top: $r('app.float.card_comp_pagePadding_tb'), |
| 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) |
| @@ -206,6 +206,7 @@ export struct ZhSingleRow02 { | @@ -206,6 +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 | .width('100%') | 210 | .width('100%') |
| 210 | } | 211 | } |
| 211 | } | 212 | } |
-
Please register or login to post a comment