From 8c3e482de29bbe0ff8c996e73fc42c2196e5d04c Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Thu, 27 Jun 2024 17:43:56 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=B5=8C=E5=85=A5=E5=BC=8F):=20div?= =?UTF-8?q?=E5=B5=8C=E5=85=A5=E5=BC=8F=E6=97=B6=EF=BC=8C=E4=BB=AA=E8=A1=A8?= =?UTF-8?q?=E6=9D=BF=E6=88=96=E5=A4=A7=E5=B1=8F=E7=9A=84=E5=88=86=E4=BA=AB?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E6=98=BE=E7=A4=BA=E8=B6=85=E5=87=BA=E8=BE=B9?= =?UTF-8?q?=E7=95=8C=EF=BC=8C=E4=B8=94=E6=97=A0=E6=B3=95=E9=80=9A=E8=BF=87?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E7=A9=BA=E7=99=BD=E5=A4=84=E5=85=B3=E9=97=AD?= =?UTF-8?q?=E5=88=86=E4=BA=AB=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/share/share/ShareVisualHead.vue | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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 @@ -