Skip to content

Commit

Permalink
fix(lint): fix the style error
Browse files Browse the repository at this point in the history
Former-commit-id: f545372
  • Loading branch information
ci010 committed Jul 15, 2019
1 parent d4c8f24 commit 25dcf46
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/renderer/windows/main/SettingPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
{{ updateInfo.releaseName }}
</a>
</h3>
<div class="grey--text">{{ updateInfo.releaseDate }}</div>
<div class="grey--text">
{{ updateInfo.releaseDate }}
</div>
<v-spacer />
<v-chip small>
v{{ updateInfo.version }}
Expand All @@ -45,6 +47,9 @@
{{ $t('setting.updateToThisVersion') }}
</v-btn>
<v-btn v-else block color="primary" @click="installThisUpdate">
<v-icon color="white" left>
refresh
</v-icon>
{{ $t('setting.installAndQuit') }}
</v-btn>
</v-card-actions>
Expand Down

0 comments on commit 25dcf46

Please sign in to comment.