Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -229,7 +229,7 @@ export struct LiveOperRowListView { | @@ -229,7 +229,7 @@ export struct LiveOperRowListView { | ||
| 229 | } | 229 | } |
| 230 | } | 230 | } |
| 231 | } | 231 | } |
| 232 | - .height(30) | 232 | + .height(this.isLlive ? 30:36) |
| 233 | .onClick(() => { | 233 | .onClick(() => { |
| 234 | if (this.onCommentInputFocus) { | 234 | if (this.onCommentInputFocus) { |
| 235 | this.onCommentInputFocus() | 235 | this.onCommentInputFocus() |
-
Please register or login to post a comment