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-08-29 10:24:20 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8fe297a112b6820ffdd98b8fa2684eacec1f1c7d
8fe297a1
1 parent
53f71806
fix: 小视频横划卡边缘消失问题,大专题卡底部间距
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card10Component.ets
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhSingleRow02.ets
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card10Component.ets
View file @
8fe297a
...
...
@@ -165,10 +165,9 @@ export struct Card10Component {
left: $r('app.float.card_comp_pagePadding_lf'),
right: $r('app.float.card_comp_pagePadding_lf'),
top: $r('app.float.card_comp_pagePadding_tb'),
bottom:
14
bottom:
$r('app.float.card_comp_pagePadding_tb')
})
.backgroundColor($r("app.color.white"))
.margin({ bottom: 8 })
}
@Builder
...
...
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhSingleRow02.ets
View file @
8fe297a
...
...
@@ -125,6 +125,7 @@ export struct ZhSingleRow02 {
.margin({left: 1.5 * (this.moreWidth - this.initMoreWidth)})
}
}
.padding({right: 10})
}
.width(CommonConstants.FULL_WIDTH)
.height(208)
...
...
@@ -159,7 +160,7 @@ export struct ZhSingleRow02 {
bottom: $r('app.float.card_comp_pagePadding_tb')
})
.backgroundColor(0xffffff)
.width('10
1
%')
.width('10
2
%')
.margin({ bottom: 8, left: -6 })
}
...
...
Please
register
or
login
to post a comment