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
yangchenggong1_wd
2024-09-20 14:36:50 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7fb5c31116214b4daa45619ea195f10da8abc47a
7fb5c311
1 parent
90815516
fix |> 17528 UI还原问题-【uat】详情页骨架图和android不一致
Hide 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 @
7fb5c31
...
...
@@ -12,14 +12,14 @@ export struct detailedSkeleton {
Column() {
Column() {
textArea('100%', 20)
textArea('5
0
%', 20)
textArea('5
2.5
%', 20)
}
.SkeletonStyle()
.alignItems(HorizontalAlign.Start)
Column() {
textArea('30%', 12)
textArea('30%', 12)
textArea('23%', 12)
textArea('23%', 12)
}
.SkeletonStyle()
.alignItems(HorizontalAlign.Start)
...
...
Please
register
or
login
to post a comment