Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
wangliang_wd
2024-09-18 15:28:38 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cf0cc5fff0bf9d7cb973b3c2dbb8bd8c9aed4ddb
cf0cc5ff
1 parent
540144b1
feat:优化个人主页UI
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
sight_harmony/features/wdComponent/src/main/ets/components/mine/home/HomePageBottomCommentComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/mine/home/HomePageBottomFollowComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/mine/home/HomePageBottomCommentComponent.ets
View file @
cf0cc5f
...
...
@@ -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) {
...
...
sight_harmony/features/wdComponent/src/main/ets/components/mine/home/HomePageBottomFollowComponent.ets
View file @
cf0cc5f
...
...
@@ -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) {
...
...
Please
register
or
login
to post a comment