| @@ -55,7 +55,7 @@ function QuickStart() { | |||||
| <WorkFlow | <WorkFlow | ||||
| content="为开发者提供数据智能标注与数据回流服务" | content="为开发者提供数据智能标注与数据回流服务" | ||||
| buttonText="数据准备" | buttonText="数据准备" | ||||
| buttonTop={40} | |||||
| buttonTop={20} | |||||
| x={left} | x={left} | ||||
| y={309} | y={309} | ||||
| onClick={() => navigate('/datasetPreparation/datasetAnnotation')} | onClick={() => navigate('/datasetPreparation/datasetAnnotation')} | ||||
| @@ -80,7 +80,7 @@ function QuickStart() { | |||||
| <WorkFlow | <WorkFlow | ||||
| content="开发者可以在这里运行流水线模板,产生实验实例,对比实验训练过程与产生的实验训练数据" | content="开发者可以在这里运行流水线模板,产生实验实例,对比实验训练过程与产生的实验训练数据" | ||||
| buttonText="实验" | buttonText="实验" | ||||
| buttonTop={40} | |||||
| buttonTop={20} | |||||
| x={left + 2 * (192 + space)} | x={left + 2 * (192 + space)} | ||||
| y={295} | y={295} | ||||
| onClick={() => navigate('/pipeline/experiment')} | onClick={() => navigate('/pipeline/experiment')} | ||||