refactor: update artifact list style

This commit is contained in:
tao.chen
2026-08-24 17:28:55 +08:00
parent b87f58be60
commit b8246b1e9b
4 changed files with 473 additions and 89 deletions
@@ -653,14 +653,8 @@ export default function SchedulePage({
</>
)}
{contextMenu.kind === "artifact" && (
<button
type="button"
role="menuitem"
onClick={() => useSchedulesStore.getState().removeArtifact(contextMenu.artifact)}
>
<Icon name="close" size={14} />
</button>
// 移出调度列表 入口已移除:右键 artifact 只剩查看/绑定等只读操作。
null
)}
{contextMenu.kind === "node" && (
<button