ref |> 调整早晚报内容控件上的间距UI问题
早晚报,封面图上面多了一条灰色背景蒙层,最后一条数据来源对齐错误,见截图 http://192.168.1.3:8080/zentao/bug-view-20618.html Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -585,7 +585,7 @@ export struct PaperSingleColumn999CardView { | @@ -585,7 +585,7 @@ export struct PaperSingleColumn999CardView { | ||
| 585 | Text(this.getPublishTime()) | 585 | Text(this.getPublishTime()) |
| 586 | .fontSize(12) | 586 | .fontSize(12) |
| 587 | .fontColor('#B0B0B0') | 587 | .fontColor('#B0B0B0') |
| 588 | - .margin({ left: this.item?.source.length > 0?0:16 }) | 588 | + .margin({ left: this.buildSourceString().length > 0?0:16 }) |
| 589 | if (this.item.objectType != '2' && this.interactData && this.interactData.commentNum && Number(this.interactData.commentNum) > 0) { | 589 | if (this.item.objectType != '2' && this.interactData && this.interactData.commentNum && Number(this.interactData.commentNum) > 0) { |
| 590 | Text(this.handlerNum(this.interactData.commentNum.toString()) + "评") | 590 | Text(this.handlerNum(this.interactData.commentNum.toString()) + "评") |
| 591 | .fontSize(12) | 591 | .fontSize(12) |
-
Please register or login to post a comment