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-19 17:49:02 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
b25903a18f2d9d81136db9af2a59d81e1baf4b35
b25903a1
2 parents
cf4938ab
fe702399
Merge branch 'main' of
http://192.168.1.42/developOne/harmonyPool
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
9 deletions
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card14Component.ets
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card16Component.ets
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card21Component.ets
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card14Component.ets
View file @
b25903a
...
...
@@ -89,15 +89,14 @@ export struct Card14Component {
}
.width(CommonConstants.FULL_WIDTH)
.margin({ bottom: 8 })
.height(75)
CarderInteraction({contentDTO: this.contentDTO})
//TODO 底部的:分享、评论、点赞 功能;需要引用一个公共组件
}
.padding({
left: 10,
right: 10,
left: 16,
right: 16,
top: $r('app.float.card_comp_pagePadding_tb'),
bottom: $r('app.float.card_comp_pagePadding_tb')
})
...
...
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card16Component.ets
View file @
b25903a
...
...
@@ -128,9 +128,9 @@ export struct Card16Component {
//TODO 底部的:分享、评论、点赞 功能;需要引用一个公共组件
}
.padding({
left: 10,
right: 10,
top: $r('app.float.card_comp_pagePadding_tb'),
left: 16,
right: 16,
top: 8,
bottom: $r('app.float.card_comp_pagePadding_tb')
})
.backgroundColor(0xffffff)
...
...
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card21Component.ets
View file @
b25903a
...
...
@@ -74,7 +74,7 @@ export struct Card21Component {
.maxLines(4)
.textOverflow({ overflow: TextOverflow.Ellipsis })
.padding({ right: 12 })
.lineHeight(2
6
)
.lineHeight(2
2
)
}
GridItem() {
...
...
@@ -102,8 +102,8 @@ export struct Card21Component {
ProcessUtils.processPage(this.contentDTO)
})
.padding({
left: 10,
right: 10,
left: 16,
right: 16,
top: $r('app.float.card_comp_pagePadding_tb'),
bottom: $r('app.float.card_comp_pagePadding_tb')
})
...
...
Please
register
or
login
to post a comment