WaterFlow({ scroller: new Scroller()}) {
FlowItem() {
Column() {
RichText(`<div style="padding: 0 16px 34px 16px; margin-top: 16px;height:100%;">
内容自定义
</div>`)
.size({ width: '100%', height:'100%'})
.layoutWeight(1)
.backgroundColor('#fff')
Column() {
Column(){
}
.height('100%')
}
.position({x:0,y:0})
.zIndex(999)
.width('100%')
.height('100%')
.backgroundColor('#fff')
.opacity(0)
}
}
.width('95%')
.height('富文本高度')
.backgroundColor('#fff')
}.columnsTemplate("1fr")
.width('100%')
.height('95%')
.rowsGap(5)
arkts RichText富文本过长时 利用waterflow制作滚动
于 2024-07-04 16:31:40 首次发布
1483

被折叠的 条评论
为什么被折叠?



