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
chenjun
2024-08-20 11:05:42 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
37728d8edbc2deb84aa2339f698d706a19de932c
37728d8e
1 parent
dbf18885
人民号主题卡 分割线 间距
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhSingleColumn04.ets
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhSingleColumn04.ets
View file @
37728d8
...
...
@@ -47,7 +47,7 @@ export struct ZhSingleColumn04 {
.padding({
left: 10,
right: 10,
top:
$r('app.float.card_comp_pagePadding_tb')
,
top:
14
,
bottom: $r('app.float.card_comp_pagePadding_tb')
})
.backgroundColor(0xffffff)
...
...
@@ -82,7 +82,7 @@ export struct ZhSingleColumn04 {
}
}
.width(CommonConstants.FULL_WIDTH)
.height(
32
)
.height(
40
)
.margin({ bottom: 8 })
.backgroundImage($r('app.media.rmh_theme_bg'))
.backgroundImageSize({ width: CommonConstants.FULL_WIDTH, height: CommonConstants.FULL_WIDTH })
...
...
Please
register
or
login
to post a comment