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')" :content="t('link_ticket.time_tips')"
placement="top" 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> </el-tooltip>
</div> </div>
</template> </template>
@ -449,11 +451,14 @@ onMounted(() => {
line-height: 22px; line-height: 22px;
height: 22px; height: 22px;
align-items: center; align-items: center;
svg { .exp-tips-span {
margin-left: 4px; height: 18px;
width: 16px; svg {
height: 16px; margin-left: 4px;
cursor: pointer; width: 16px;
height: 16px;
cursor: pointer;
}
} }
} }
:deep(.ticket-row) { :deep(.ticket-row) {