我正在使用此plugin
我已经设置了像这样的previewFileIconSettings
previewFileIconSettings: {
'docx': '<i class="fa fa-file-word-o text-primary"></i>',
'xlsx': '<i class="fa fa-file-excel-o text-success"></i>',
'pptx': '<i class="fa fa-file-powerpoint-o text-danger"></i>',
'doc': '<i class="fa fa-file-word-o text-primary"></i>',
'xls': '<i class="fa fa-file-excel-o text-success"></i>',
'ppt': '<i class="fa fa-file-powerpoint-o text-danger"></i>',
'pdf': '<i class="fa fa-file-pdf-o text-danger"></i>',
},
就像这个DEMO
一样但如果我去编辑页面,那些文件就没有预览图标:
有没有办法解决这个问题?
更新
我也发现了这个......
http://plugins.krajee.com/file-preview-management-demo#preview-advanced
但没有更改初始预览图标的设置