diff --git a/src/views/im/home/pages/conversation/components/input/MentionPicker.vue b/src/views/im/home/pages/conversation/components/input/MentionPicker.vue index 1d49b8769..60c3c65ff 100644 --- a/src/views/im/home/pages/conversation/components/input/MentionPicker.vue +++ b/src/views/im/home/pages/conversation/components/input/MentionPicker.vue @@ -9,9 +9,9 @@ v-show="visible && showMembers.length > 0" class="message-input__mention-picker !fixed z-100 w-50 rounded-md bg-[var(--el-bg-color)] shadow-[0_4px_16px_rgba(0,0,0,0.12)]" :style="{ - left: pos.x + 'px', - top: pos.top != null ? pos.top + 'px' : 'auto', - bottom: pos.bottom != null ? pos.bottom + 'px' : 'auto' + left: position.x + 'px', + top: position.top != null ? position.top + 'px' : 'auto', + bottom: position.bottom != null ? position.bottom + 'px' : 'auto' }" > @@ -25,7 +25,7 @@
- +
{{ allItem.showNickName }} @@ -42,13 +42,13 @@
@@ -60,8 +60,8 @@