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')"
|
:content="t('link_ticket.time_tips')"
|
||||||
placement="top"
|
placement="top"
|
||||||
>
|
>
|
||||||
|
<span class="exp-tips-span">
|
||||||
<Icon name="dv-info"><dvInfo class="svg-icon" /></Icon>
|
<Icon name="dv-info"><dvInfo class="svg-icon" /></Icon>
|
||||||
|
</span>
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@ -449,6 +451,8 @@ onMounted(() => {
|
|||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
.exp-tips-span {
|
||||||
|
height: 18px;
|
||||||
svg {
|
svg {
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
@ -456,6 +460,7 @@ onMounted(() => {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
:deep(.ticket-row) {
|
:deep(.ticket-row) {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
Loading…
Reference in New Issue
Block a user