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-05-22 16:33:47 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ba4dced45b8a70250e311298430271843fa7bb2b
ba4dced4
1 parent
f97cb6dd
feat: 查看更多相似组件ui
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
0 deletions
sight_harmony/commons/wdConstant/src/main/ets/enum/CompStyle.ts
sight_harmony/features/wdComponent/src/main/ets/components/cardview/MoreComponent.ets
sight_harmony/commons/wdConstant/src/main/ets/enum/CompStyle.ts
View file @
ba4dced
...
...
@@ -64,6 +64,7 @@ export const enum CompStyle {
Card_21
=
'21'
,
// 小视频卡人民号
Card_22
=
'22'
,
// 时间链
Card_23
=
'23'
,
// 问政卡
More_Comp
=
'More_Comp'
,
// 点击查看更多相似
...
...
sight_harmony/features/wdComponent/src/main/ets/components/cardview/MoreComponent.ets
0 → 100644
View file @
ba4dced
/**
* More_Comp
*/
const TAG: string = 'Card9Component';
@Entry
@Component
export struct MoreComponent {
build() {
Row() {
Text('点击展开更多相似')
.fontSize(16)
Image($r('app.media.comment_unfold'))
.width(16)
.height(16)
}
.justifyContent(FlexAlign.Center)
.width('100%')
.height(48)
.backgroundColor(0xffffff)
}
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment