perf: 支持复制粘贴任务步骤

This commit is contained in:
xiaojunnuo
2026-03-22 23:31:24 +08:00
parent 431afd618f
commit acc2df29de
3 changed files with 106 additions and 9 deletions
@@ -118,3 +118,16 @@ span.fs-icon-svg {
}
}
button.ant-btn.ant-btn-default.isPlus{
color: #c5913f;
border: 1px solid #c5913f;
&:disabled {
cursor: not-allowed;
border-color: hsl(240 5.9% 90%);
color: rgba(50, 54, 57, 0.25);
background-color: rgba(50, 54, 57, 0.04);
box-shadow: none;
}
}