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
style: 创建实验表单label和控件居中对齐
pull/273/head
zhaowei
6 months ago
parent
e59ff1eae3
commit
7b65ee0847
2 changed files
with
12 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
react-ui/src/pages/Experiment/components/AddExperimentModal/index.less
+6
-0
react-ui/src/pages/Experiment/components/ViewParamsModal/index.less
+ 6
- 0
react-ui/src/pages/Experiment/components/AddExperimentModal/index.less
View File
@@ -6,4 +6,10 @@
border: 1px solid #e6e6e6;
border-radius: 6px;
}
:global {
.ant-form-item-row {
align-items: center;
}
}
}
+ 6
- 0
react-ui/src/pages/Experiment/components/ViewParamsModal/index.less
View File
@@ -4,6 +4,12 @@
overflow-y: auto;
border: 1px solid #e6e6e6;
border-radius: 8px;
:global {
.ant-form-item-row {
align-items: center;
}
}
}
.params-empty {
:global {
Write
Preview
Loading…
Cancel
Save