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
yumaochao
2024-05-22 17:39:23 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
49b2966effefaa7c9bfecc4ae52c663048e09e1b
49b2966e
1 parent
16cdb1fd
fix:somebug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
sight_harmony/features/wdComponent/src/main/ets/components/cardCommon/CardMediaInfo.ets
sight_harmony/features/wdComponent/src/main/ets/components/cardCommon/CardMediaInfo.ets
View file @
49b2966
...
...
@@ -132,6 +132,8 @@ export struct CardMediaInfo {
Text(`${this.contentDTO.photoNum}`)
.mediaText()
}
.margin({ left: 80,top: 55})
} else if (this.contentDTO.objectType === '13') {
// 显示音频信息
Row() {
...
...
@@ -161,8 +163,17 @@ export struct CardMediaInfo {
.height(14)
.margin({ right: 3 })
}
@Styles
mediaLogo2() {
.width(14)
.height(14)
.margin({ top:5,right:5 })
}
}
@Extend(Text)
function mediaText() {
.fontColor($r('app.color.color_fff'))
...
...
Please
register
or
login
to post a comment