This commit is contained in:
parent
2b55e65b2d
commit
328855325f
|
|
@ -216,6 +216,17 @@ export function DetailPageHeader({ data }: { data: any }) {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{/* 占位 + 删除按钮 */}
|
||||||
|
<div className="flex-1 flex justify-end items-end">
|
||||||
|
<button
|
||||||
|
onClick={() => handleClick("delete")}
|
||||||
|
className="text-red-500 hover:text-red-700 transition"
|
||||||
|
disabled={loading}
|
||||||
|
>
|
||||||
|
<Trash2 size={20} />
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* 状态条 */}
|
{/* 状态条 */}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue