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
yumaochao
2024-05-16 16:09:15 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
7aecf3aae07fbd37e8193f419ff9d5395cbbca2b
7aecf3aa
2 parents
fa5a8411
eaee6014
Merge branch 'main' of
http://192.168.1.42/developOne/harmonyPool
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
19 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhSingleRow06.ets
sight_harmony/features/wdComponent/src/main/ets/components/view/OperRowListView.ets
sight_harmony/features/wdComponent/src/main/resources/base/element/float.json
sight_harmony/features/wdDetailPlayShortVideo/src/main/resources/base/element/float.json
sight_harmony/features/wdDetailPlayShortVideo/src/main/resources/base/media/ic_news_detail_division.webp
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhSingleRow06.ets
View file @
7aecf3a
...
...
@@ -168,7 +168,7 @@ export struct ZhSingleRow06 {
? item.operDataList[0]?.commentInfo?.userHeaderUrl
? item.operDataList[0].commentInfo.userHeaderUrl
: $r('app.media.default_head')
:
''
)
:
$r('app.media.comment_rmh_tag')
)
.width(32)
.height(32)
.borderRadius(16)
...
...
sight_harmony/features/wdComponent/src/main/ets/components/view/OperRowListView.ets
View file @
7aecf3a
...
...
@@ -132,6 +132,11 @@ export struct OperRowListView {
build() {
// 视频详情页
Column() {
Image($r('app.media.ic_news_detail_division'))
.width('100%')
.height($r('app.float.margin_4'))
Flex({ justifyContent: FlexAlign.SpaceBetween, alignItems: ItemAlign.Center }) {
// AudioDialog()
Row() {
...
...
@@ -180,6 +185,7 @@ export struct OperRowListView {
bottom: `${this.bottomSafeHeight}px`
// bottom: 50
})
}
}
...
...
sight_harmony/features/wdComponent/src/main/resources/base/element/float.json
View file @
7aecf3a
...
...
@@ -65,10 +65,18 @@
"value"
:
"14vp"
},
{
"name"
:
"margin_4"
,
"value"
:
"4vp"
},
{
"name"
:
"margin_8"
,
"value"
:
"8vp"
},
{
"name"
:
"margin_9"
,
"value"
:
"9vp"
},
{
"name"
:
"label_margin_top"
,
"value"
:
"10vp"
},
...
...
sight_harmony/features/wdDetailPlayShortVideo/src/main/resources/base/element/float.json
View file @
7aecf3a
...
...
@@ -13,6 +13,10 @@
"value"
:
"12fp"
},
{
"name"
:
"margin_4"
,
"value"
:
"4vp"
},
{
"name"
:
"normal_text_size"
,
"value"
:
"16fp"
},
...
...
sight_harmony/features/wdDetailPlayShortVideo/src/main/resources/base/media/ic_news_detail_division.webp
0 → 100644
View file @
7aecf3a
No preview for this file type
Please
register
or
login
to post a comment