style: 分享ticket页面表头有效期提示

This commit is contained in:
fit2cloud-chenyw 2024-10-31 17:55:15 +08:00
parent e7c59f1c5d
commit 3a84d2f5aa

View File

@ -70,7 +70,9 @@
:content="t('link_ticket.time_tips')"
placement="top"
>
<Icon name="dv-info"><dvInfo class="svg-icon" /></Icon>
<span class="exp-tips-span">
<Icon name="dv-info"><dvInfo class="svg-icon" /></Icon>
</span>
</el-tooltip>
</div>
</template>
@ -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) {