图床管理后台背景图无法删除
更新1.7.1之后,图床管理后台 - 系统设置 - 背景图设置中,已经上传的背景图和授权页背景图无法正常删除。这是一个BUG,将为会在下个版本修复。目前给出临时解决方案:
修改:/resources/views/admin/setting/sub/background.blade.php文件 第10行和第34行(以实际行数为准)
将一下代码:
<i class="fas fa-times-circle absolute top-1 right-1 cursor-pointer text-white shadow image-remove"></i>修改为:
<i class="fas fa-times-circle absolute top-1 right-1 cursor-pointer text-white shadow image-remove" style="z-index: 1;"></i>保存即可,如未生效,请清理缓存。
页:
[1]