[+] Add image indicating too many unread
This commit is contained in:
@@ -36,12 +36,10 @@
|
|||||||
:key="course.id">
|
:key="course.id">
|
||||||
</overall-course>
|
</overall-course>
|
||||||
|
|
||||||
<el-dialog
|
<el-dialog title="Notice" :visible.sync="promptClearNotification"
|
||||||
title="Notice"
|
width="30%" style="word-break: unset;">
|
||||||
:visible.sync="promptClearNotification"
|
|
||||||
width="30%" style="word-break: unset;"
|
|
||||||
:before-close="handleClose">
|
|
||||||
<span>You have too many new grade notifications. Clear them now?</span>
|
<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">
|
<span slot="footer" class="dialog-footer">
|
||||||
<el-button @click="promptClearNotification = false">Nah</el-button>
|
<el-button @click="promptClearNotification = false">Nah</el-button>
|
||||||
<el-button type="primary" @click="promptClearNotification = false">Sure!</el-button>
|
<el-button type="primary" @click="promptClearNotification = false">Sure!</el-button>
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 2.6 KiB |
Reference in New Issue
Block a user