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 19:02:43 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
543c4f1944940ecc4f524ac5bd0b2ff83f6a27e9
543c4f19
1 parent
af1d537e
fix: UI
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
sight_harmony/features/wdComponent/src/main/ets/components/skeleton/channelSkeleton.ets
sight_harmony/features/wdComponent/src/main/ets/components/skeleton/detailSkeleton.ets
sight_harmony/features/wdComponent/src/main/ets/components/skeleton/channelSkeleton.ets
View file @
543c4f1
...
...
@@ -19,8 +19,7 @@ export struct channelSkeleton {
textArea('40%', 12)
}
.RightStyle()
Column() {
textArea('35%', 78)
}
...
...
@@ -31,6 +30,7 @@ export struct channelSkeleton {
.SkeletonStyle()
})
textArea('40%', 12)
Column() {
textArea('100%', 204)
...
...
@@ -70,7 +70,6 @@ function textArea(width: number | Resource | string = '100%', height: number | R
.height(height)
.backgroundColor('#FFF2F3F4')
.margin({ top: 10 })
.borderRadius(4)
}
// 全局公共样式
...
...
sight_harmony/features/wdComponent/src/main/ets/components/skeleton/detailSkeleton.ets
View file @
543c4f1
...
...
@@ -24,7 +24,6 @@ export struct detailedSkeleton {
.SkeletonStyle()
.alignItems(HorizontalAlign.Start)
Column() {
textArea('100%', 12)
textArea('100%', 12)
...
...
Please
register
or
login
to post a comment