diff --git a/pages/index/components/chat-input-bar/chat-input-bar.vue b/pages/index/components/chat-input-bar/chat-input-bar.vue index 023832c..e5f2cd5 100644 --- a/pages/index/components/chat-input-bar/chat-input-bar.vue +++ b/pages/index/components/chat-input-bar/chat-input-bar.vue @@ -78,7 +78,7 @@ borderRadius: 50, //评论框圆角大小 emojiShow: false, //表情显示 autoFocus: false, //自动焦点 - focus: false, + focus: true, disabled: false, open: true, more: false, diff --git a/pages/index/detail.vue b/pages/index/detail.vue index e610862..7cac483 100644 --- a/pages/index/detail.vue +++ b/pages/index/detail.vue @@ -113,11 +113,11 @@ {{ item.nickname }} - - @@ -180,56 +180,78 @@ - - - + + + +