forked from github/dataease
style: 分享ticket页面表头有效期提示
This commit is contained in:
parent
e7c59f1c5d
commit
3a84d2f5aa
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user