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-04 15:13:04 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7bce39960e97b7fb7fd391b8897d3ed08b455667
7bce3996
1 parent
cadc0abe
fix: 18562 头图卡-设置不展示标题_客户端不该展示标题
Show 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 @
7bce399
...
...
@@ -53,7 +53,7 @@ export struct Card5Component {
}
)
.aspectRatio(343 / 225)
if (
this.titleShowPolicy === 1 || this.titleShowPolicy === null || this.titleShowPolicy === ''
) {
if (
!!this.titleShowPolicy
) {
Row()
.borderRadius(
{
...
...
Please
register
or
login
to post a comment