windows 和 linux 服务器中不显示 elfinder 图像缩略图

elfinder image thumbnails does not show in windows and linux server

我在 windows localhostlinux 服务器上测试了 elfinder,但缩略图已创建在 .tmb 文件夹中,但在 elFinder 实例中没有预览。

这是我的 elfinder 对话框的屏幕截图 window:

我在 linux 服务器上测试了 .tmb 文件夹的 755 、 775 权限,但问题没有解决。

有什么问题,我该如何解决?

根据nao-pon Answer, This is by design of moono theme,我用于更改elFinder的样式。

只需更改主题 css 文件中的这一行。 theme.cssL.54

.elfinder-cwd-icon {
  /*
  background-image: none !important;
  overflow: hidden;
  */
}

和 theme.cssL.111

    .elfinder-cwd-icon-image:before,
.elfinder-cwd-icon-vnd-adobe-photoshop:before,
.elfinder-cwd-icon-postscript:before {
  /*content: '\f1c5';*/
}