Commit 1705c930 authored by chenshouchao's avatar chenshouchao

feat: 样式文案优化

parent 1f1d2f75
......@@ -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