douaojie

fix: 骨架屏调整

@@ -26,7 +26,7 @@ export struct channelSkeleton { @@ -26,7 +26,7 @@ export struct channelSkeleton {
26 } 26 }
27 .margin({ right: 0 }) 27 .margin({ right: 0 })
28 } 28 }
29 - .height(100) 29 + .height(110)
30 .justifyContent(FlexAlign.SpaceBetween) 30 .justifyContent(FlexAlign.SpaceBetween)
31 .SkeletonStyle() 31 .SkeletonStyle()
32 }) 32 })
@@ -70,7 +70,7 @@ function textArea(width: number | Resource | string = '100%', height: number | R @@ -70,7 +70,7 @@ function textArea(width: number | Resource | string = '100%', height: number | R
70 .height(height) 70 .height(height)
71 .backgroundColor('#FFF2F3F4') 71 .backgroundColor('#FFF2F3F4')
72 .margin({ top: 10 }) 72 .margin({ top: 10 })
73 - // .borderRadius(5) 73 + .borderRadius(4)
74 } 74 }
75 75
76 // 全局公共样式 76 // 全局公共样式
@@ -78,7 +78,7 @@ function textArea(width: number | Resource | string = '100%', height: number | R @@ -78,7 +78,7 @@ function textArea(width: number | Resource | string = '100%', height: number | R
78 function SkeletonStyle() { 78 function SkeletonStyle() {
79 .padding({ right: 18, left: 18 }) 79 .padding({ right: 18, left: 18 })
80 .width('100%') 80 .width('100%')
81 - .margin({ top: 10 }) 81 + // .margin({ top: 10 })
82 } 82 }
83 83
84 @Extend(Column) 84 @Extend(Column)