wangliang_wd

feat:修改消息,我的设置分割线展示

... ... @@ -82,7 +82,7 @@ export struct MessageListItemUI {
Text().backgroundColor($r('app.color.color_EDEDED'))
.width('100%')
.height(1)
.visibility(this.index != 3 ?Visibility.Visible:Visibility.None)
// .visibility(this.index != 3 ?Visibility.Visible:Visibility.None)
}
}
... ...
... ... @@ -202,7 +202,7 @@ export struct MessageListUI {
break;
}
})
.height(80)
.height(81)
.width("100%")
})
}
... ...
... ... @@ -122,7 +122,7 @@ export struct MineSettingComponent {
Divider()
.color('#f0f0f0')
.strokeWidth(5)
} else if(index !== this.listData.length - 1) {
} else {
Divider()
.color('#f0f0f0')
.strokeWidth(1)
... ...