Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
bkunyun
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bkunyun
Commits
1705c930
Commit
1705c930
authored
Aug 19, 2022
by
chenshouchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 样式文案优化
parent
1f1d2f75
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
index.tsx
src/views/CustomOperator/components/SaveOperator/index.tsx
+2
-2
index.tsx
...ct/components/Flow/components/BatchOperatorFlow/index.tsx
+1
-0
No files found.
src/views/CustomOperator/components/SaveOperator/index.tsx
View file @
1705c930
...
@@ -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
}
...
...
src/views/Project/components/Flow/components/BatchOperatorFlow/index.tsx
View file @
1705c930
...
@@ -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)"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment