Skip to content

Commit

Permalink
fix(lint): fix style problem
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed Jul 13, 2019
1 parent a30be8e commit 1726273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/windows/main/components/TaskNodeStatus.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div @mouseenter="enter" @mouseleave="leave" >
<div @mouseenter="enter" @mouseleave="leave">
<v-icon v-if="status !== 'running'" style="margin-right: 5px" :color="status === 'successed'?'green':status === 'cancelled'?'white':'red'">
{{ status === 'successed' ? 'check' : status === 'cancelled' ? 'stop' :
'error_outline' }}
Expand Down

0 comments on commit 1726273

Please sign in to comment.