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-26 14:48:14 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cce81695ef7c18abdcc1f9f57026bf0a54fdb353
cce81695
1 parent
9e01eb79
fix: 19235 UI还原问题-【生产】进入法治频道,单图卡图片没有显示边框线
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card6Component.ets
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card6Component.ets
View file @
cce8169
...
...
@@ -121,6 +121,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: 1, color: 0xf5f5f5})
CardMediaInfo({ contentDTO: this.contentDTO })
}
...
...
Please
register
or
login
to post a comment