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
chenquansheng
2024-08-21 09:36:07 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6dcfde58544d3da58628f4d920a46b2d0e217ea6
6dcfde58
1 parent
5b84e22c
fix |> temp
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 @
6dcfde5
...
...
@@ -56,7 +56,7 @@ export struct Card5Component {
)
.height(this.loadImg ? '' : 114)
.autoResize(true)
if (!!this.titleShowPolicy || this.titleShowPolicy === null
|| this.titleShowPolicy == ''
) {
if (!!this.titleShowPolicy || this.titleShowPolicy === null) {
Row()
.borderRadius(
{
...
...
Please
register
or
login
to post a comment