Showing
1 changed file
with
2 additions
and
1 deletions
| @@ -108,7 +108,7 @@ export struct CommentCustomDialog { | @@ -108,7 +108,7 @@ export struct CommentCustomDialog { | ||
| 108 | } | 108 | } |
| 109 | .backgroundColor('#F9F9F9') | 109 | .backgroundColor('#F9F9F9') |
| 110 | // .width('100%') | 110 | // .width('100%') |
| 111 | - .margin({ top: 12, right: 12, left: 12, bottom: 10 }) | 111 | + .margin({ top: 12, right: 12, left: 12, bottom:10}) |
| 112 | .height(80) | 112 | .height(80) |
| 113 | .borderRadius(4) | 113 | .borderRadius(4) |
| 114 | 114 | ||
| @@ -160,6 +160,7 @@ export struct CommentCustomDialog { | @@ -160,6 +160,7 @@ export struct CommentCustomDialog { | ||
| 160 | }.justifyContent(FlexAlign.SpaceBetween) | 160 | }.justifyContent(FlexAlign.SpaceBetween) |
| 161 | .width('100%') | 161 | .width('100%') |
| 162 | .height(60) | 162 | .height(60) |
| 163 | + .padding({bottom:20}) | ||
| 163 | 164 | ||
| 164 | // .margin({ right: 12, left: 12 }) | 165 | // .margin({ right: 12, left: 12 }) |
| 165 | // .backgroundColor(Color.Red) | 166 | // .backgroundColor(Color.Red) |
-
Please register or login to post a comment