新增无人收件和支持一些字符邮箱
This commit is contained in:
@@ -91,6 +91,14 @@
|
||||
height="20"/>
|
||||
|
||||
</el-tooltip>
|
||||
<el-tooltip v-if="item.status === 7"
|
||||
effect="dark"
|
||||
content="无人收件"
|
||||
>
|
||||
<Icon icon="ic:round-mark-email-read" style="color:#FBBD08" width="20"
|
||||
height="20"/>
|
||||
|
||||
</el-tooltip>
|
||||
</div>
|
||||
<div v-else></div>
|
||||
<span class="name">
|
||||
|
||||
@@ -76,9 +76,6 @@ function updateContent() {
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #409EFF !important;
|
||||
}
|
||||
</style>
|
||||
<div class="shadow-content">
|
||||
${cleanedHtml}
|
||||
|
||||
Reference in New Issue
Block a user