Browse Source

fix: 调整工作空间快速开始按钮的偏移

pull/259/head
zhaowei 8 months ago
parent
commit
512aa61b05
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      react-ui/src/pages/Workspace/components/QuickStart/index.tsx

+ 2
- 2
react-ui/src/pages/Workspace/components/QuickStart/index.tsx View File

@@ -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')}


Loading…
Cancel
Save