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-19 17:39:55 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
1237310fe19ee8af328ffd1386ce5c52a05f7051
1237310f
2 parents
835a9d18
cd339a0b
Merge remote-tracking branch 'origin/main'
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
5 deletions
sight_harmony/features/wdComponent/src/main/ets/components/comment/view/CommentCustomDialog.ets
sight_harmony/features/wdComponent/src/main/ets/components/live/AudioRowComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/view/LiveHorizontalCardComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/view/LiveHorizontalCardForOneComponent.ets
sight_harmony/features/wdComponent/src/main/resources/base/element/float.json
sight_harmony/features/wdComponent/src/main/ets/components/comment/view/CommentCustomDialog.ets
View file @
1237310
...
...
@@ -84,6 +84,7 @@ export struct CommentCustomDialog {
controller: this.textInputController,
text: this.publishCommentModel.commentContent
})
.placeholderColor("#999999")
.id("textAreaId")
.defaultFocus(true) // 获取默认焦点
.enableKeyboardOnFocus(true)
...
...
sight_harmony/features/wdComponent/src/main/ets/components/live/AudioRowComponent.ets
View file @
1237310
...
...
@@ -13,7 +13,7 @@ export struct AudioRowComponent {
aboutToAppear(): void {
this.playerController.onCanplay = () => {
this.playerController.play()
//
this.playerController.play()
}
this.playerController.onStatusChange = (status: number) => {
if (status == PlayerConstants.STATUS_START) {
...
...
sight_harmony/features/wdComponent/src/main/ets/components/view/LiveHorizontalCardComponent.ets
View file @
1237310
...
...
@@ -148,7 +148,7 @@ export struct LiveHorizontalCardComponent {
}
}.justifyContent(FlexAlign.SpaceBetween)
// .padding({ left: 16, right: 16 })
.margin({ top: 8, bottom:
8
})
.margin({ top: 8, bottom:
10
})
.width(CommonConstants.FULL_WIDTH)
// 多个
...
...
@@ -264,7 +264,7 @@ export struct LiveHorizontalCardComponent {
left: 10,
right: 10,
top: $r('app.float.card_comp_pagePadding_tb'),
bottom:
6
bottom:
$r('app.float.card_comp_pagePadding_tb')
})
.backgroundColor($r("app.color.white"))
}
...
...
sight_harmony/features/wdComponent/src/main/ets/components/view/LiveHorizontalCardForOneComponent.ets
View file @
1237310
...
...
@@ -20,7 +20,7 @@ export struct LiveHorizontalCardForOneComponent {
}
Text(this.contentDTO.newsTitle)
.fontSize(
$r("app.float.font_size_14")
)
.fontSize(
15
)
.fontColor($r("app.color.color_212228"))
.fontWeight(400)
.maxLines(1)
...
...
sight_harmony/features/wdComponent/src/main/resources/base/element/float.json
View file @
1237310
...
...
@@ -298,7 +298,7 @@
},
{
"name"
:
"card_comp_pagePadding_tb"
,
"value"
:
"14
f
p"
"value"
:
"14
v
p"
},
{
"name"
:
"margin_116"
,
...
...
Please
register
or
login
to post a comment