chenquansheng

fix |> 视频详情页输入框底部适配

... ... @@ -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)
... ...