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-17 17:46:47 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
933daa6daf87b236a337dfb139e52b5e9701992c
933daa6d
1 parent
8ffa6c88
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/detailSkeleton.ets
sight_harmony/features/wdComponent/src/main/ets/components/skeleton/detailSkeleton.ets
View file @
933daa6
...
...
@@ -18,8 +18,8 @@ export struct detailedSkeleton {
.alignItems(HorizontalAlign.Start)
Column() {
textArea('40%', 12)
textArea('40%', 12)
textArea('30%', 12)
textArea('30%', 12)
}
.SkeletonStyle()
.alignItems(HorizontalAlign.Start)
...
...
@@ -59,7 +59,7 @@ function textArea(width: number | Resource | string = '100%', height: number | R
Row()
.width(width)
.height(height)
.backgroundColor('#FFF
2F3F4
')
.backgroundColor('#FFF
5F5F5
')
.margin({ top: 10 })
// .borderRadius(5)
}
...
...
Please
register
or
login
to post a comment