会议提交测试

This commit is contained in:
XiuYun CHEN
2025-05-12 15:04:23 +08:00
parent c8184e2b32
commit da5a1b603c
9 changed files with 12985 additions and 4327 deletions
@@ -86,10 +86,10 @@ export struct HdList {
.width('100%')
.height('100%')
.padding({ left: BasicConstant.SPACE_LG, right: BasicConstant.SPACE_LG })
.divider({
strokeWidth: $r('app.float.common_border_width'),
color: $r('app.color.common_gray_border')
})
// .divider({
// strokeWidth: $r('app.float.common_border_width'),
// color: $r('app.color.common_gray_border')
// })
.onReachEnd(() => {
if (this.loading || this.refreshing || this.finished) {
return;