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
Ares
2024-09-30 16:47:15 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
917c96679b66ac3e7c8ef2a97438a9db6128bf45
917c9667
1 parent
d828b60a
fix |> 解决关注频道左右间距过小问题
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
sight_harmony/features/wdComponent/src/main/ets/components/CardParser.ets
sight_harmony/features/wdComponent/src/main/ets/components/CardParser.ets
View file @
917c966
...
...
@@ -65,6 +65,11 @@ export struct CardParser {
// Text(this.contentDTO.newsTitle)
this.contentBuilder(this.contentDTO);
}
.margin({
left: this.compDTO.compStyle === CompStyle.Zh_Single_Row_04 ? 0 : 6,
right: (this.compDTO.compStyle === CompStyle.Zh_Single_Row_05 || this.compDTO.compStyle === CompStyle.Zh_Single_Row_02 ||
this.compDTO.compStyle === CompStyle.Zh_Single_Row_04) ? 0 : 6
})
}
@Builder
...
...
Please
register
or
login
to post a comment