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
chenquansheng
2024-08-14 16:41:34 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d49ab542df319db2dba0c1b1146de340b66a3ea7
d49ab542
1 parent
abb5cda4
fix |> 视频详情页输入框底部适配
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/comment/view/CommentCustomDialog.ets
sight_harmony/features/wdComponent/src/main/ets/components/comment/view/CommentCustomDialog.ets
View file @
d49ab54
...
...
@@ -108,7 +108,7 @@ export struct CommentCustomDialog {
}
.backgroundColor('#F9F9F9')
// .width('100%')
.margin({ top: 12, right: 12, left: 12, bottom:
10
})
.margin({ top: 12, right: 12, left: 12, bottom:
10
})
.height(80)
.borderRadius(4)
...
...
@@ -160,6 +160,7 @@ export struct CommentCustomDialog {
}.justifyContent(FlexAlign.SpaceBetween)
.width('100%')
.height(60)
.padding({bottom:20})
// .margin({ right: 12, left: 12 })
// .backgroundColor(Color.Red)
...
...
Please
register
or
login
to post a comment