diff --git a/core/core-frontend/src/views/share/share/ShareVisualHead.vue b/core/core-frontend/src/views/share/share/ShareVisualHead.vue index 61f1989d10..af28609324 100644 --- a/core/core-frontend/src/views/share/share/ShareVisualHead.vue +++ b/core/core-frontend/src/views/share/share/ShareVisualHead.vue @@ -3,7 +3,7 @@ :visible="popoverVisible" title="" width="480" - placement="bottom-start" + placement="bottom-end" :show-arrow="false" :popper-class="`share-popover ${showTicket ? 'share-ticket-popover' : ''}`" @show="share" @@ -31,11 +31,12 @@ -