Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -135,7 +135,7 @@ export struct PlayerEndView { | @@ -135,7 +135,7 @@ export struct PlayerEndView { | ||
| 135 | } | 135 | } |
| 136 | } | 136 | } |
| 137 | .padding({ top: this.contentDetailData.rmhInfo == null ? 26 : 16 }) | 137 | .padding({ top: this.contentDetailData.rmhInfo == null ? 26 : 16 }) |
| 138 | - Text('').width(1).height(32).margin({ left: 36, right: 36 }).backgroundColor('#33FFFFFF') | 138 | + Text('').width(1).height(32).margin({ left: 36, right: 36,top:this.contentDetailData.rmhInfo == null ? 26 : 16 }).backgroundColor('#33FFFFFF') |
| 139 | } | 139 | } |
| 140 | if (this.contentDetailData.rmhInfo != null) { | 140 | if (this.contentDetailData.rmhInfo != null) { |
| 141 | Row() { | 141 | Row() { |
-
Please register or login to post a comment