fix: bug#10984

This commit is contained in:
xieyonghong 2023-03-25 23:17:54 +08:00
parent 8c66b348a3
commit 8370f863bb
1 changed files with 8 additions and 4 deletions

View File

@ -125,7 +125,7 @@
</div>
</template>
<template v-else-if="data?.notify?.notifyType === 'email'">
<div>
<div style="display: flex;">
通过
<span class="notify-text-highlight">
<img
@ -138,9 +138,13 @@
/>
邮件
</span>
<span class="notify-text-highlight">{{
options?.sendTo || ''
}}</span>
<span class="notify-text-highlight">
<Ellipsis style='max-width: 400px;'>
{{
options?.sendTo || ''
}}
</Ellipsis>
</span>
发送
<span class="notify-text-highlight">
{{