douaojie

fix: 颜色

@@ -18,8 +18,8 @@ export struct detailedSkeleton { @@ -18,8 +18,8 @@ export struct detailedSkeleton {
18 .alignItems(HorizontalAlign.Start) 18 .alignItems(HorizontalAlign.Start)
19 19
20 Column() { 20 Column() {
21 - textArea('40%', 12)  
22 - textArea('40%', 12) 21 + textArea('30%', 12)
  22 + textArea('30%', 12)
23 } 23 }
24 .SkeletonStyle() 24 .SkeletonStyle()
25 .alignItems(HorizontalAlign.Start) 25 .alignItems(HorizontalAlign.Start)
@@ -59,7 +59,7 @@ function textArea(width: number | Resource | string = '100%', height: number | R @@ -59,7 +59,7 @@ function textArea(width: number | Resource | string = '100%', height: number | R
59 Row() 59 Row()
60 .width(width) 60 .width(width)
61 .height(height) 61 .height(height)
62 - .backgroundColor('#FFF2F3F4') 62 + .backgroundColor('#FFF5F5F5')
63 .margin({ top: 10 }) 63 .margin({ top: 10 })
64 // .borderRadius(5) 64 // .borderRadius(5)
65 } 65 }