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-06 15:30:25 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c19c63b50482ab42a588b22af50684fa8c0d9cb2
c19c63b5
1 parent
7ab4f1dc
fix: 17666 UI还原问题-【uat】进入新闻-健康频道,专题banner 标题字体换行间距有问题,看图
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card5Component.ets
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card5Component.ets
View file @
c19c63b
...
...
@@ -53,7 +53,7 @@ export struct Card5Component {
}
)
.aspectRatio(343 / 225)
if (!!this.titleShowPolicy) {
if (!!this.titleShowPolicy
|| this.titleShowPolicy === null
) {
Row()
.borderRadius(
{
...
...
Please
register
or
login
to post a comment