mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-06 06:40:27 +08:00
消息中增加恢复成功的消息
This commit is contained in:
@@ -27,7 +27,7 @@ Vue.component("message-row", {
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr :class="{error: message.level == 'error'}">
|
||||
<tr :class="{error: message.level == 'error', positive: message.level == 'success'}">
|
||||
<td>
|
||||
{{message.body}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user