wangliang_wd

feat:优化个人主页UI

... ... @@ -37,7 +37,7 @@ export struct HomePageBottomCommentComponent {
if (this.isGetRequest == true) {
Text().backgroundColor($r('app.color.color_EDEDED'))
.width('100%')
.height(2)
.height(1)
}
if (this.count === 0) {
if (this.isGetRequest == true) {
... ...
... ... @@ -69,9 +69,9 @@ export struct HomePageBottomFollowComponent {
Column() {
if (this.isGetRequest == true) {
Text().backgroundColor($r('app.color.color_EDEDED'))
Text().backgroundColor(Color.Red)
.width('100%')
.height(2)
.height(1)
}
if (this.count === 0) {
... ...