Showing
1 changed file
with
3 additions
and
4 deletions
| @@ -60,8 +60,7 @@ export struct ZhSingleRow04 { | @@ -60,8 +60,7 @@ export struct ZhSingleRow04 { | ||
| 60 | .margin({ bottom: 8 }) | 60 | .margin({ bottom: 8 }) |
| 61 | .width('100%') | 61 | .width('100%') |
| 62 | .padding({ | 62 | .padding({ |
| 63 | - left: $r('app.float.card_comp_pagePadding_lf'), | ||
| 64 | - right: $r('app.float.card_comp_pagePadding_lf') | 63 | + right: 10 |
| 65 | }) | 64 | }) |
| 66 | 65 | ||
| 67 | // 列表内容 | 66 | // 列表内容 |
| @@ -74,8 +73,8 @@ export struct ZhSingleRow04 { | @@ -74,8 +73,8 @@ export struct ZhSingleRow04 { | ||
| 74 | } | 73 | } |
| 75 | ) | 74 | ) |
| 76 | .margin({ | 75 | .margin({ |
| 77 | - right: index === this.compDTO.operDataList.length - 1 ? 26 : 0, left: | ||
| 78 | - index === 0 ? $r('app.float.card_comp_pagePadding_lf') : 0, | 76 | + right: index === this.compDTO.operDataList.length - 1 ? 26 : 0, |
| 77 | + left: index === 0 ? 2 : 0, | ||
| 79 | top: 6 | 78 | top: 6 |
| 80 | }) | 79 | }) |
| 81 | .onClick(() => { | 80 | .onClick(() => { |
-
Please register or login to post a comment