This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
ci4s
/
ci4sManagement-cloud
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
1
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
fix: 调整流水线画布padding
pull/134/head
cp3hnu
1 year ago
parent
9f75413864
commit
44d4f505f1
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
react-ui/src/pages/Experiment/Info/index.jsx
+1
-1
react-ui/src/pages/Pipeline/Info/index.jsx
+ 1
- 1
react-ui/src/pages/Experiment/Info/index.jsx
View File
@@ -353,7 +353,7 @@ function ExperimentText() {
fitView: true,
minZoom: 0.5,
maxZoom: 5,
fitViewPadding:
3
00,
fitViewPadding:
2
00,
modes: {
default: [
// config the shouldBegin for drag-node to avoid node moving while dragging on the anchor-point circles
+ 1
- 1
react-ui/src/pages/Pipeline/Info/index.jsx
View File
@@ -433,7 +433,7 @@ const EditPipeline = () => {
fitView: true,
minZoom: 0.5,
maxZoom: 5,
fitViewPadding:
3
00,
fitViewPadding:
2
00,
modes: {
default: [
// config the shouldBegin for drag-node to avoid node moving while dragging on the anchor-point circles
Write
Preview
Loading…
Cancel
Save