diff --git a/apps/web-antdv-next/src/views/im/home/components/friend/friend-add-dialog.vue b/apps/web-antdv-next/src/views/im/home/components/friend/friend-add-dialog.vue index 8a22a55a5..2b7f57777 100644 --- a/apps/web-antdv-next/src/views/im/home/components/friend/friend-add-dialog.vue +++ b/apps/web-antdv-next/src/views/im/home/components/friend/friend-add-dialog.vue @@ -179,7 +179,7 @@ async function handleSubmitApply() { - +
- +
diff --git a/apps/web-antdv-next/src/views/im/home/components/rtc/rtc-group-call-banner.vue b/apps/web-antdv-next/src/views/im/home/components/rtc/rtc-group-call-banner.vue index e7aabcced..758ce6583 100644 --- a/apps/web-antdv-next/src/views/im/home/components/rtc/rtc-group-call-banner.vue +++ b/apps/web-antdv-next/src/views/im/home/components/rtc/rtc-group-call-banner.vue @@ -147,7 +147,7 @@ async function handleJoin() { diff --git a/apps/web-antdv-next/src/views/im/home/components/user/user-info.vue b/apps/web-antdv-next/src/views/im/home/components/user/user-info.vue index f84048580..e5abfe1cf 100644 --- a/apps/web-antdv-next/src/views/im/home/components/user/user-info.vue +++ b/apps/web-antdv-next/src/views/im/home/components/user/user-info.vue @@ -305,7 +305,7 @@ async function handleDeleteFriend() {
- +
diff --git a/apps/web-antdv-next/src/views/im/home/pages/conversation/components/conversation/conversation-group-side.vue b/apps/web-antdv-next/src/views/im/home/pages/conversation/components/conversation/conversation-group-side.vue index cc3cf66e1..0b35584ed 100644 --- a/apps/web-antdv-next/src/views/im/home/pages/conversation/components/conversation/conversation-group-side.vue +++ b/apps/web-antdv-next/src/views/im/home/pages/conversation/components/conversation/conversation-group-side.vue @@ -497,7 +497,7 @@ function handleOpenTransferOwner() { v-model:open="namePopoverVisible" trigger="click" placement="leftTop" - :overlay-style="{ width: '280px' }" + :styles="{ root: { width: '280px' } }" >
- +
@@ -184,7 +184,7 @@ function handleGroupCreated(groupId: number) { v-model:open="displayNamePopoverVisible" trigger="click" placement="leftTop" - :overlay-style="{ width: '280px' }" + :styles="{ root: { width: '280px' } }" >
{ wrap-class-name="im-material-detail-modal" destroy-on-hidden > - +
{{ payload.title || '' }} diff --git a/apps/web-antdv-next/src/views/im/home/pages/conversation/components/message/message-history.vue b/apps/web-antdv-next/src/views/im/home/pages/conversation/components/message/message-history.vue index 8c202f551..5ef46f33f 100644 --- a/apps/web-antdv-next/src/views/im/home/pages/conversation/components/message/message-history.vue +++ b/apps/web-antdv-next/src/views/im/home/pages/conversation/components/message/message-history.vue @@ -569,7 +569,7 @@ function locateMessage(messageId: number) { v-model:open="datePopoverVisible" trigger="click" placement="bottom" - :overlay-style="{ width: '320px' }" + :styles="{ root: { width: '320px' } }" >