删除文件上传离开页面的提示信息

This commit is contained in:
2025-06-06 11:32:19 +08:00
parent 358e9ab745
commit 7009227806
4 changed files with 36 additions and 119 deletions
+1 -1
View File
@@ -527,7 +527,7 @@ export default function ReviewDetails() {
) : reviewData && (
<>
{/* 自定义面包屑 */}
<div className="flex justify-between items-center mb-2">
<div className="flex justify-between items-center mb-4">
<Breadcrumb
items={getBreadcrumbItems()}
className="items-center flex !mb-0"