[+] Add image indicating too many unread

This commit is contained in:
Hykilpikonna
2019-12-21 18:32:24 -05:00
parent 45e0ac6066
commit 4bc9113b96
2 changed files with 3 additions and 5 deletions
+3 -5
View File
@@ -36,12 +36,10 @@
:key="course.id">
</overall-course>
<el-dialog
title="Notice"
:visible.sync="promptClearNotification"
width="30%" style="word-break: unset;"
:before-close="handleClose">
<el-dialog title="Notice" :visible.sync="promptClearNotification"
width="30%" style="word-break: unset;">
<span>You have too many new grade notifications. Clear them now?</span>
<img src="./too-many-unread.png" alt=""/>
<span slot="footer" class="dialog-footer">
<el-button @click="promptClearNotification = false">Nah</el-button>
<el-button type="primary" @click="promptClearNotification = false">Sure!</el-button>
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB