Merge branch 'yongpxu-dev' into yongxu-dev3

This commit is contained in:
笔记本里的永平
2025-07-23 17:38:16 +08:00
18 changed files with 2690 additions and 472 deletions

View File

@@ -11,7 +11,7 @@ const StepIndicator: React.FC<StepIndicatorProps> = ({
steps,
}) => {
return (
<div style={{ marginBottom: 24, overflowX: "auto" }}>
<div style={{ overflowX: "auto", padding: "30px 0px", background: "#fff" }}>
<Steps current={currentStep - 1}>
{steps.map((step, idx) => (
<Steps.Step