wangliang_wd

feat:评论列表增加背景色

@@ -102,6 +102,7 @@ struct VisitorCommentPage { @@ -102,6 +102,7 @@ struct VisitorCommentPage {
102 .width('100%') 102 .width('100%')
103 }.width("100%") 103 }.width("100%")
104 .height("100%") 104 .height("100%")
  105 + .backgroundColor(Color.White)
105 .padding({top:px2vp(this.topSafeHeight),bottom:px2vp(this.bottomSafeHeight)}) 106 .padding({top:px2vp(this.topSafeHeight),bottom:px2vp(this.bottomSafeHeight)})
106 107
107 } 108 }