Skip to content

Commit

Permalink
🐛 fixed otale#468
Browse files Browse the repository at this point in the history
  • Loading branch information
hellokaton committed Oct 12, 2018
1 parent 5a3e397 commit 440baaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/templates/admin/article/edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ <h3 class="panel-title">编辑文章</h3>

<div class="form-group col-xs-12">
<div class="pull-right">
<button class="btn btn-purple btn-sm waves-effect waves-light switch-editor" @click="switchEditor">
<a class="btn btn-purple btn-sm waves-effect waves-light switch-editor" @click="switchEditor">
切换为富文本编辑器
</button>
</a>
</div>
</div>

Expand Down

0 comments on commit 440baaf

Please sign in to comment.