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-08 14:32:54 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
20c5a3e5874df9da3f27f2fca7a9003c03c9dc9c
20c5a3e5
1 parent
5eaa2a84
对齐正在直播卡片
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
sight_harmony/features/wdComponent/src/main/ets/components/view/LiveHorizontalCardComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/view/LiveHorizontalCardComponent.ets
View file @
20c5a3e
...
...
@@ -261,8 +261,8 @@ export struct LiveHorizontalCardComponent {
}
// .width(CommonConstants.FULL_WIDTH)
.padding({
left: $r('app.float.card_comp_pagePadding_lf'),
right: $r('app.float.card_comp_pagePadding_lf'),
left: 10,
right: 10,
top: $r('app.float.card_comp_pagePadding_tb'),
bottom: 6
})
...
...
Please
register
or
login
to post a comment