Skip to content

Commit

Permalink
Update src/components/ErrorLog/index.vue
Browse files Browse the repository at this point in the history
Co-Authored-By: runner-mei <[email protected]>
  • Loading branch information
Armour and mei-rune authored Mar 5, 2019
1 parent 060a270 commit ed5f6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ErrorLog/index.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div v-if="errorLogs.length > 0">
<el-badge :is-dot="true" style="line-height: 25px;margin-top: -5px;" @click.native="dialogTableVisible=true">
<el-badge :is-dot="true" style="line-height: 25px; margin-top: -5px;" @click.native="dialogTableVisible=true">
<el-button style="padding: 8px 10px;" size="small" type="danger">
<svg-icon icon-class="bug" />
</el-button>
Expand Down

0 comments on commit ed5f6f5

Please sign in to comment.