Commit 1705c930 authored by chenshouchao's avatar chenshouchao

feat: 样式文案优化

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