From 3a84d2f5aab36037d77e7ea95835904f96ffd317 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Thu, 31 Oct 2024 17:55:15 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=88=86=E4=BA=ABticket=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E8=A1=A8=E5=A4=B4=E6=9C=89=E6=95=88=E6=9C=9F=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/share/share/ShareTicket.vue | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/core/core-frontend/src/views/share/share/ShareTicket.vue b/core/core-frontend/src/views/share/share/ShareTicket.vue index 8aa6ddcd85..fc5a208481 100644 --- a/core/core-frontend/src/views/share/share/ShareTicket.vue +++ b/core/core-frontend/src/views/share/share/ShareTicket.vue @@ -70,7 +70,9 @@ :content="t('link_ticket.time_tips')" placement="top" > - + + + @@ -449,11 +451,14 @@ onMounted(() => { line-height: 22px; height: 22px; align-items: center; - svg { - margin-left: 4px; - width: 16px; - height: 16px; - cursor: pointer; + .exp-tips-span { + height: 18px; + svg { + margin-left: 4px; + width: 16px; + height: 16px; + cursor: pointer; + } } } :deep(.ticket-row) {