wangliang_wd

Merge branch 'main' of http://192.168.1.42/developOne/harmonyPool into main

* 'main' of http://192.168.1.42/developOne/harmonyPool:
  fix |> 修复精选评论页第一条评论用户头像展示不全的问题
  fix |> 修复文章详情页大V图标边框线比android粗的问题
... ... @@ -247,7 +247,7 @@ export struct QualityCommentsComponent {
@Builder
listLayout() {
List({ space: 12, scroller: this.scroller }) {
List({ space: 0, scroller: this.scroller }) {
// ListItemGroup({ header: this.titleHeader() })
LazyForEach(this.allDatas, (item: commentItemModel, index: number) => {
ListItem() {
... ... @@ -296,7 +296,7 @@ struct QualityCommentItem {
build() {
Column() {
Column().height(16).width('100%').opacity(0)
Column().height(28).width('100%').opacity(0)
Column() {
/*头像以及昵称*/
RelativeContainer() {
... ...
... ... @@ -214,9 +214,10 @@
width: 14px;
height: 14px;
border-radius: 50%;
background: #F29900;
border: 0.02666667rem solid #FFFFFF;
/* background: #F29900;*/
/* border: 0.02666667rem solid #FFFFFF;*/
}
.gx-mobile .rmcard .rmcard-image {
display: block;
float: left;
... ...