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
guochunsong
2024-02-04 18:32:45 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
a0303487cb3c88986f3d19eff29aea5583722915
a0303487
2 parents
07d40aeb
440deb9b
Merge branch 'main' of
http://192.168.1.42/developOne/harmonyPool
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
sight_harmony/wdComponent/src/main/ets/components/ENewspaperItemComponent.ets
sight_harmony/wdComponent/src/main/ets/components/ENewspaperPageComponent.ets
sight_harmony/wdComponent/src/main/ets/components/ENewspaperItemComponent.ets
View file @
a030348
...
...
@@ -58,11 +58,11 @@ export struct ENewspaperItemComponent {
let taskAction: Action = {
type: 'JUMP_INNER_NEW_PAGE',
params: {
contentID: '
30001758346'
,
contentID: '
' + this.itemBeanClicked.newsId
,
pageID: 'IMAGE_TEXT_DETAIL',
extra: {
relType: '1',
relId: '500000001277',
relType: this.itemBeanClicked.relType ?? '',
relId: ''+this.itemBeanClicked.relId,
sourcePage: '5'
} as ExtraDTO
} as Params,
...
...
sight_harmony/wdComponent/src/main/ets/components/ENewspaperPageComponent.ets
View file @
a030348
...
...
@@ -115,7 +115,7 @@ export struct ENewspaperPageComponent {
Image($r('app.media.newspaper_shadow'))
.height($r('app.float.vp_12'))
.margin({ left:
12, right: 12
, top: -1 })
.margin({ left:
20, right: 20
, top: -1 })
.objectFit(ImageFit.Contain)
.alignRules({ top: { anchor: "e_newspaper_content", align: VerticalAlign.Bottom },
left: { anchor: 'e_newspaper_content', align: HorizontalAlign.Start },
...
...
Please
register
or
login
to post a comment