Skip to content

Commit

Permalink
[feature]{CrudTable}: 调整按钮列样式
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Mar 21, 2019
1 parent d51b426 commit 4e5a3ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions src/components/CrudTable/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -197,3 +197,8 @@ export default {
},
}
</script>
<style lang="scss" scoped>
.v-btn{
min-width:60px!important;
}
</style>
4 changes: 2 additions & 2 deletions src/components/FormDesigner/ListConfig.vue
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@

</td>
<td>
<el-input type="textarea"
<el-input type="input"
v-model="item.slotName"
placeholder="自定义列"></el-input>
placeholder="插槽"></el-input>
</td>

<td> <el-button
Expand Down

0 comments on commit 4e5a3ac

Please sign in to comment.