Merge pull request #13047 from dataease/pr@dev-v2@style_share_ticket

style: 分享ticket页面表头有效期提示
This commit is contained in:
fit2cloud-chenyw 2024-10-31 17:56:28 +08:00 committed by GitHub
commit bfd23cdbd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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) {