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-09-21 13:47:03 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3f798ea048618ed02d95fd165929bd42b2978192
3f798ea0
1 parent
3092cbaa
fix: 219887 设置仅wifi加载图片控制,4G网络下,频道信息流页面缺省图缺少边框,见截图
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card6Component.ets
sight_harmony/features/wdComponent/src/main/ets/components/view/HorizontalStrokeCardThreeTwoRadioForMoreComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/view/LiveHorizontalCardComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card6Component.ets
View file @
3f798ea
...
...
@@ -124,7 +124,7 @@ export struct Card6Component {
.borderRadius(5)
.aspectRatio(this.contentDTO.appStyle === CompStyle.Card_13 ? 3 / 2 : 3 / 4)
.height(this.contentDTO.appStyle === CompStyle.Card_13 ? 78 : 156)
.border({width: 0.5, color:
0xf5f5f5
})
.border({width: 0.5, color:
'#0D000000'
})
.borderStyle(BorderStyle.Solid)
CardMediaInfo({ contentDTO: this.contentDTO })
}
...
...
sight_harmony/features/wdComponent/src/main/ets/components/view/HorizontalStrokeCardThreeTwoRadioForMoreComponent.ets
View file @
3f798ea
...
...
@@ -107,7 +107,7 @@ export struct HorizontalStrokeCardThreeTwoRadioForMoreComponent {
.width(this.compDTO.operDataList.length == 2 ? 210 : 150)
.objectFit(ImageFit.Contain)
.borderRadius(4)
.border({width: 0.5, color:
0xf5f5f5
})
.border({width: 0.5, color:
'#0D000000'
})
CardMediaInfo({
livePeopleNum:false,
contentDTO: item
...
...
sight_harmony/features/wdComponent/src/main/ets/components/view/LiveHorizontalCardComponent.ets
View file @
3f798ea
...
...
@@ -168,7 +168,7 @@ export struct LiveHorizontalCardComponent {
})
}
.borderRadius(4)
.border({width: 1, color:
0xf5f5f5
})
.border({width: 1, color:
'#0D000000'
})
Text(item.newsTitle)
.fontSize(15)
...
...
Please
register
or
login
to post a comment