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
douaojie
2024-05-10 15:58:06 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
822c17c66f079f12fd19859192c005b51f98cb14
822c17c6
1 parent
77952a84
fix: 骨架屏调整
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
sight_harmony/features/wdComponent/src/main/ets/components/skeleton/channelSkeleton.ets
sight_harmony/features/wdComponent/src/main/ets/components/skeleton/channelSkeleton.ets
View file @
822c17c
...
...
@@ -26,7 +26,7 @@ export struct channelSkeleton {
}
.margin({ right: 0 })
}
.height(1
0
0)
.height(1
1
0)
.justifyContent(FlexAlign.SpaceBetween)
.SkeletonStyle()
})
...
...
@@ -70,7 +70,7 @@ function textArea(width: number | Resource | string = '100%', height: number | R
.height(height)
.backgroundColor('#FFF2F3F4')
.margin({ top: 10 })
// .borderRadius(5
)
.borderRadius(4
)
}
// 全局公共样式
...
...
@@ -78,7 +78,7 @@ function textArea(width: number | Resource | string = '100%', height: number | R
function SkeletonStyle() {
.padding({ right: 18, left: 18 })
.width('100%')
.margin({ top: 10 })
//
.margin({ top: 10 })
}
@Extend(Column)
...
...
Please
register
or
login
to post a comment