douaojie

fix: UI

@@ -19,8 +19,7 @@ export struct channelSkeleton { @@ -19,8 +19,7 @@ export struct channelSkeleton {
19 textArea('40%', 12) 19 textArea('40%', 12)
20 } 20 }
21 .RightStyle() 21 .RightStyle()
22 -  
23 - 22 +
24 Column() { 23 Column() {
25 textArea('35%', 78) 24 textArea('35%', 78)
26 } 25 }
@@ -31,6 +30,7 @@ export struct channelSkeleton { @@ -31,6 +30,7 @@ export struct channelSkeleton {
31 .SkeletonStyle() 30 .SkeletonStyle()
32 }) 31 })
33 32
  33 + textArea('40%', 12)
34 34
35 Column() { 35 Column() {
36 textArea('100%', 204) 36 textArea('100%', 204)
@@ -70,7 +70,6 @@ function textArea(width: number | Resource | string = '100%', height: number | R @@ -70,7 +70,6 @@ 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(4)  
74 } 73 }
75 74
76 // 全局公共样式 75 // 全局公共样式
@@ -24,7 +24,6 @@ export struct detailedSkeleton { @@ -24,7 +24,6 @@ export struct detailedSkeleton {
24 .SkeletonStyle() 24 .SkeletonStyle()
25 .alignItems(HorizontalAlign.Start) 25 .alignItems(HorizontalAlign.Start)
26 26
27 -  
28 Column() { 27 Column() {
29 textArea('100%', 12) 28 textArea('100%', 12)
30 textArea('100%', 12) 29 textArea('100%', 12)