Commit 1ef99876 authored by wuyongsheng's avatar wuyongsheng

Merge branch 'feat-20220801' of http://120.77.149.83/root/bkunyun into feat-20220801

parents 592bae61 9dc9d46e
......@@ -193,8 +193,8 @@ const SaveOperator = (props: IProps) => {
<MyInput
value={description}
id="desc"
label="模板描述"
placeholder="模板描述"
label="算子描述"
placeholder="算子描述"
onChange={handleDescriptionChange}
multiline
rows={4}
......
......@@ -147,6 +147,7 @@ const BatchOperatorFlow = (props: IProps) => {
flowNodeStyle: {
backgroundColor: "#fff",
borderRadius: "4px",
boxShadow: "0px 3px 10px 0px rgba(0,24,57,0.14)",
},
inStyle: {
backgroundColor: "rgba(19, 112, 255, 1)",
......
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