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-09-19 15:25:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5e34133a5b18dfc4b0b1822e3f5fc35f5f21a131
5e34133a
1 parent
98be4a2d
fix: 20451 金刚位-缺少下分割线
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/cardCommon/behindDivider.ets
sight_harmony/features/wdComponent/src/main/ets/components/cardCommon/behindDivider.ets
View file @
5e34133
...
...
@@ -54,7 +54,7 @@ export struct behindDivider {
Divider().strokeWidth(1).color('#f5f5f5').width(CommonConstants.FULL_WIDTH).padding({ left: 10, right: 10 })
}
} else {
// Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16
})
Divider().strokeWidth(1).color('#f5f5f5').width(CommonConstants.FULL_WIDTH).padding({ left: 10, right: 10
})
}
}
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment