douaojie

fix: 骨架屏调整

... ... @@ -26,7 +26,7 @@ export struct channelSkeleton {
}
.margin({ right: 0 })
}
.height(100)
.height(110)
.justifyContent(FlexAlign.SpaceBetween)
.SkeletonStyle()
})
... ... @@ -70,7 +70,7 @@ function textArea(width: number | Resource | string = '100%', height: number | R
.height(height)
.backgroundColor('#FFF2F3F4')
.margin({ top: 10 })
// .borderRadius(5)
.borderRadius(4)
}
// 全局公共样式
... ... @@ -78,7 +78,7 @@ function textArea(width: number | Resource | string = '100%', height: number | R
function SkeletonStyle() {
.padding({ right: 18, left: 18 })
.width('100%')
.margin({ top: 10 })
// .margin({ top: 10 })
}
@Extend(Column)
... ...