Skip to content

Commit

Permalink
fix: 调整按钮位置
Browse files Browse the repository at this point in the history
  • Loading branch information
sparrow-js committed Jan 22, 2021
1 parent 0fc0df8 commit ce4d669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sparrow-client/src/components/TopToolbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@

<el-dialog title="二次开发" :visible.sync="redevelopmentVisible">
<div>
<el-button type="primary" @click="redevelopmentHandler">提交</el-button>
<codemirror ref="codemirror" v-model="redevelopmentCode"></codemirror>
</div>
<div>
<codemirror ref="codemirror" v-model="redevelopmentCode"></codemirror>
<el-button type="primary" @click="redevelopmentHandler">提交</el-button>
</div>
</el-dialog>
</div>
Expand Down

0 comments on commit ce4d669

Please sign in to comment.