Commit 6ca2cca5 authored by chenshouchao's avatar chenshouchao

feat: 参数设置渲染完成70%

parent 11a35e35
...@@ -70,7 +70,6 @@ export type IDomType = ...@@ -70,7 +70,6 @@ export type IDomType =
| "dataset" | "dataset"
| "file" | "file"
| "input" | "input"
| "file"
| "select" | "select"
| "multipleselect" | "multipleselect"
| "radio" | "radio"
......
...@@ -61,6 +61,63 @@ ...@@ -61,6 +61,63 @@
); );
cursor: pointer; cursor: pointer;
} }
.inOutBox {
margin-bottom: 20px;
}
.paramsTitle {
color: rgba(30, 38, 51, 1);
font-size: 14px;
line-height: 22px;
font-weight: 600;
margin-bottom: 12px;
display: flex;
justify-content: flex-start;
align-items: center;
}
.paramsTitleDesc {
margin-left: 8px;
}
.paramsList {
background-color: rgba(247, 248, 250, 1);
border-radius: 4px;
padding: 16px 20px;
}
.parameterBox {
margin-bottom: 12px;
}
.parameterBox:last-child {
margin-bottom: 0;
}
.parameterTop {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 8px;
}
.parameterleft {
}
.parameterName {
color: rgba(30, 38, 51, 1);
font-size: 14px;
line-height: 22px;
font-weight: 600;
}
.required::after {
content: "*";
color: rgba(255, 78, 78, 1);
margin-left: 4px;
}
.parameterdataType {
color: rgba(138, 144, 153, 1);
font-size: 12px;
line-height: 20px;
}
.noData { .noData {
height: calc(100vh - 140px); height: calc(100vh - 140px);
display: flex; display: flex;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment