陈剑华

fix: 小视频横划卡边缘消失问题

... ... @@ -96,7 +96,7 @@ export struct ZhSingleRow02 {
pageId: this.pageId,
pageName: this.pageName
})
.margin({ right: 8, left: index === 0 ? 10 : 0 })
.margin({ right: 8, left: index === 0 ? 16 : 0 })
})
}
if (this.compDTO.operDataList.length > 2 && this.showMore()) {
... ... @@ -159,8 +159,8 @@ export struct ZhSingleRow02 {
bottom: $r('app.float.card_comp_pagePadding_tb')
})
.backgroundColor(0xffffff)
.width('100%')
.margin({ bottom: 8 })
.width('101%')
.margin({ bottom: 8, left: -6 })
}
@Builder
... ... @@ -206,7 +206,7 @@ export struct ZhSingleRow02 {
}
.justifyContent(FlexAlign.SpaceBetween)
.margin({ bottom: 10 })
.padding({left: 10})
.padding({left: 16})
.width('100%')
}
}
... ...