Skip to content

Commit

Permalink
[modify]{dict}: 修改宽度
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Dec 16, 2019
1 parent 80700b2 commit c6e28b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/system/dict.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class="widget-box"
>
<el-row>
<el-col :span="8">
<el-col :span="6">
<el-tree
ref="dicttypetree"
:data="dicttypeList"
Expand Down Expand Up @@ -45,7 +45,7 @@
</span>
</el-tree>
</el-col>
<el-col :span="16">
<el-col :span="18">
<crud-table
tableName="dict"
:tableParams="tableParams"
Expand Down

0 comments on commit c6e28b9

Please sign in to comment.