Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -80,7 +80,7 @@ export struct ZhSingleRow04 { | @@ -80,7 +80,7 @@ export struct ZhSingleRow04 { | ||
| 80 | } | 80 | } |
| 81 | ) | 81 | ) |
| 82 | .margin({ | 82 | .margin({ |
| 83 | - right: index === this.compDTO.operDataList.length - 1 ? 26 : 0, | 83 | + right: index === this.compDTO.operDataList.length - 1 ? 16 : 0, |
| 84 | left: index === 0 ? 16 : 0, | 84 | left: index === 0 ? 16 : 0, |
| 85 | top: 6 | 85 | top: 6 |
| 86 | }) | 86 | }) |
-
Please register or login to post a comment