mirror of
https://github.com/schroinerxy/cloud-mail.git
synced 2026-06-21 19:35:50 +08:00
修复其他列表显示已读图标问题
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
v-if="getSelectedMailsIds().length > 0"
|
||||
@click="handleDelete"/>
|
||||
<Icon v-perm="'email:delete'" class="icon delete" icon="fluent:mail-read-20-regular" width="21" height="21"
|
||||
v-if="getSelectedMailsIds().length > 0"
|
||||
v-if="getSelectedMailsIds().length > 0 && showUnread"
|
||||
@click="handleRead"/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user