diff --git a/app/admin/view/file/index.html b/app/admin/view/file/index.html index 619e145ea..0c0f4b366 100644 --- a/app/admin/view/file/index.html +++ b/app/admin/view/file/index.html @@ -19,7 +19,7 @@ cols: [[ {checkbox: true, fixed: true}, {field: 'id', title: 'ID', width: 80, align: 'center', sort: true}, - {field: 'name', title: '文件名称', width: '15%', align: 'center'}, + {field: 'name', title: '文件名称', width: '12%', align: 'center'}, {field: 'hash', title: '文件哈希', width: '15%', align: 'center', templet: '
{{d.hash}}