diff --git a/app/admin/view/base/index.html b/app/admin/view/base/index.html
index 629dd75ee..2842790b0 100644
--- a/app/admin/view/base/index.html
+++ b/app/admin/view/base/index.html
@@ -38,8 +38,8 @@
{checkbox: true, fixed: true},
{field: 'sort', title: '排序权重', width: 100, align: 'center', sort: true, templet: '#SortInputTpl'},
// {field: 'type', title: '数据类型', minWidth: 140, align: 'center'},
- {field: 'code', title: '数据编码', minWidth: 140, align: 'center'},
- {field: 'name', title: '数据名称', minWidth: 140, align: 'center'},
+ {field: 'code', title: '数据编码', width: '20%', align: 'left'},
+ {field: 'name', title: '数据名称', width: '30%', align: 'left'},
{field: 'status', title: '数据状态', minWidth: 110, align: 'center', templet: '#StatusSwitchTpl'},
{field: 'create_at', title: '创建时间', minWidth: 170, align: 'center', sort: true},
{toolbar: '#toolbar', align: 'center', minWidth: 150, title: '数据操作', fixed: 'right'},