Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
solderq35 committed Sep 15, 2023
1 parent 7491fdf commit f0daf36
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/view/card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<!--Next/Previous Buttons-->
<el-row :span='24'>
<el-col :span='12' class='buttonDisplay'>
<el-button size='small' type='primary' class='moveButtons' @click='previousInterval' icon='el-icon-d-arrow-left'>
<el-button size='small' type='primary' class='moveButtons' @click='previousInterval' icon='el-icon-d-arrow-left'>
Previous
</el-button>
</el-col>
Expand Down
8 changes: 7 additions & 1 deletion src/components/view/modals/edit_card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@
Info: Modal for editing "full-view" chart settings.
-->
<template>
<el-dialog size="lg" :visible.sync="visible" :title="form.new ? 'New Block' : 'Edit Block'" width="80%" @open="updateForm()">
<el-dialog
size="lg"
:visible.sync="visible"
:title="form.new ? 'New Block' : 'Edit Block'"
width="80%"
@open="updateForm()"
>
<el-form label-width="150px" label-position="left" :model="form" ref="form">
<el-form-item
label="Name: "
Expand Down

0 comments on commit f0daf36

Please sign in to comment.