refactor: update artifact list style

This commit is contained in:
tao.chen
2026-09-02 10:10:41 +08:00
committed by tao.chen
parent b47848cc08
commit be162a9ee3
@@ -652,10 +652,7 @@ export default function SchedulePage({
</button>
</>
)}
{contextMenu.kind === "artifact" && (
// 移出调度列表 入口已移除:右键 artifact 只剩查看/绑定等只读操作。
null
)}
{contextMenu.kind === "artifact" && null}
{contextMenu.kind === "node" && (
<button
type="button"