Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -64,7 +64,7 @@ export struct ZhSingleRow04 { | @@ -64,7 +64,7 @@ export struct ZhSingleRow04 { | ||
| 64 | operDataListItem: item | 64 | operDataListItem: item |
| 65 | } | 65 | } |
| 66 | ) | 66 | ) |
| 67 | - .margin({right: index === this.compDTO.operDataList.length - 1 ? $r('app.float.card_comp_pagePadding_lf') : 0, left: | 67 | + .margin({right: index === this.compDTO.operDataList.length - 1 ? 26 : 0, left: |
| 68 | index === 0 ? $r('app.float.card_comp_pagePadding_lf') : 0, | 68 | index === 0 ? $r('app.float.card_comp_pagePadding_lf') : 0, |
| 69 | top: 6}) | 69 | top: 6}) |
| 70 | .onClick(() => { | 70 | .onClick(() => { |
-
Please register or login to post a comment