图床管理后台背景图无法删除解决方法

发表:3周前 更新:3周前 | {{user.city}}

更新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>

最后保存即可。

signature
上海吴彦祖
评论

无权限

请登录后评论