wangliang_wd

feat:优化个人主页UI

@@ -37,7 +37,7 @@ export struct HomePageBottomCommentComponent { @@ -37,7 +37,7 @@ export struct HomePageBottomCommentComponent {
37 if (this.isGetRequest == true) { 37 if (this.isGetRequest == true) {
38 Text().backgroundColor($r('app.color.color_EDEDED')) 38 Text().backgroundColor($r('app.color.color_EDEDED'))
39 .width('100%') 39 .width('100%')
40 - .height(2) 40 + .height(1)
41 } 41 }
42 if (this.count === 0) { 42 if (this.count === 0) {
43 if (this.isGetRequest == true) { 43 if (this.isGetRequest == true) {
@@ -69,9 +69,9 @@ export struct HomePageBottomFollowComponent { @@ -69,9 +69,9 @@ export struct HomePageBottomFollowComponent {
69 69
70 Column() { 70 Column() {
71 if (this.isGetRequest == true) { 71 if (this.isGetRequest == true) {
72 - Text().backgroundColor($r('app.color.color_EDEDED')) 72 + Text().backgroundColor(Color.Red)
73 .width('100%') 73 .width('100%')
74 - .height(2) 74 + .height(1)
75 } 75 }
76 76
77 if (this.count === 0) { 77 if (this.count === 0) {