Skip to content

Commit

Permalink
style: 格式问题
Browse files Browse the repository at this point in the history
  • Loading branch information
yuntian001 committed Sep 22, 2022
1 parent 1e72721 commit ce865e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/components/number.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
</el-form-item>
</el-form>
<div class="footer">
<el-button @click="start()" type="success">开始</el-button>
<el-button @click="props.disabled = true" type="danger">停止</el-button>
<el-button type="success" @click="start()">开始</el-button>
<el-button type="danger" @click="props.disabled = true">停止</el-button>
</div>
</el-card>
</div>
Expand Down

0 comments on commit ce865e1

Please sign in to comment.