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}}
'}, { field: 'size', title: '文件大小', align: 'center', width: '8%', sort: true, templet: function (d) { @@ -42,7 +42,7 @@ } }, {field: 'ctype', title: '存储方式', align: 'center', width: '10%'}, - {field: 'create_at', title: '上传时间', align: 'center', minWidth: 170, sort: true}, + {field: 'create_at', title: '上传时间', align: 'center', width: '15%', sort: true}, {toolbar: '#toolbar', title: '操作面板', align: 'center', minWidth: 90, fixed: 'right'} ]] });