diff --git a/src/components/rightBox/chatBox/ChatMain.vue b/src/components/rightBox/chatBox/ChatMain.vue index eef334e..0300578 100644 --- a/src/components/rightBox/chatBox/ChatMain.vue +++ b/src/components/rightBox/chatBox/ChatMain.vue @@ -9,14 +9,14 @@ class="relative h-100vh" item-resizable :padding-top="10" - :item-size="activeItem.type === RoomTypeEnum.GROUP ? 98 : 70" + :item-size="itemSize" :items="items">