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
王士厅
2024-06-17 20:04:37 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bec87adfa884f58325ab1333310901d4ff83d912
bec87adf
1 parent
edd05b6e
电子报修改
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
sight_harmony/AppScope/app.json5
sight_harmony/features/wdComponent/src/main/ets/components/ENewspaperItemComponent.ets
sight_harmony/AppScope/app.json5
View file @
bec87ad
...
...
@@ -2,8 +2,8 @@
"app"
:
{
"bundleName"
:
"com.peopledailychina.hosactivity"
,
"vendor"
:
"$string:app_vendor"
,
"versionCode"
:
7370
,
"versionName"
:
"7.3.7.0"
,
"versionCode"
:
7390
,
"versionName"
:
"7.3.9.0"
,
"icon"
:
"$media:app_icon"
,
"label"
:
"$string:app_name"
}
...
...
sight_harmony/features/wdComponent/src/main/ets/components/ENewspaperItemComponent.ets
View file @
bec87ad
...
...
@@ -48,9 +48,9 @@ export struct ENewspaperItemComponent {
this.isShowSkeleton = false
})
.objectFit(ImageFit.Fill)
.
visibility(this.isShowSkeleton ? Visibility.None : Visibility.Visible
)
.
zIndex(10
)
newsSkeleton()
.
visibility(this.isShowSkeleton ? Visibility.Visible : Visibility.None
)
.
zIndex(1
)
if (this.contentWidth !== 0) {
Canvas(this.context)
.width(px2vp(this.contentWidth))
...
...
@@ -59,6 +59,7 @@ export struct ENewspaperItemComponent {
.onReady(() => {
})
.zIndex(15)
}
}
.padding({
...
...
Please
register
or
login
to post a comment