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-05 16:29:12 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9a886627c36618405c1496737b3ac1e34fed16e8
9a886627
1 parent
ea23280c
fix: 18034 健康频道-时间轴专题_时间节点间距有的偏大有的的偏小
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card9Component.ets
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card9Component.ets
View file @
9a88662
...
...
@@ -166,7 +166,8 @@ export struct Card9Component {
.strokeWidth(1)
.margin({ top: 0, left: 4 })
.height(16)
if (!isLastOne) {
if (!isLastOne)
{
Divider()
.vertical(true)
.color($r('app.color.color_EDEDED'))
...
...
Please
register
or
login
to post a comment