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
16485b8e
Commit
16485b8e
authored
Sep 09, 2022
by
chenshouchao
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into feat-20220908-dataset
parents
2e620e26
95d8fd24
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
MyTooltip.tsx
src/components/mui/MyTooltip.tsx
+3
-3
index.tsx
src/views/Project/ProjectSubmitWork/ConfigForm/index.tsx
+1
-1
index.tsx
src/views/Project/components/Flow/index.tsx
+1
-1
index.tsx
src/views/WorkFlowEdit/components/ParameterSetting/index.tsx
+1
-1
No files found.
src/components/mui/MyTooltip.tsx
View file @
16485b8e
/*
/*
* @Author: 吴永生#A02208 yongsheng.wu@wholion.com
* @Author: 吴永生#A02208 yongsheng.wu@wholion.com
* @Date: 2022-07-11 11:56:58
* @Date: 2022-07-11 11:56:58
* @LastEditors: 吴永生
#A02208 yongsheng.wu@wholion
.com
* @LastEditors: 吴永生
15770852798@163
.com
* @LastEditTime: 2022-0
7-22 10:51:1
0
* @LastEditTime: 2022-0
9-08 13:55:2
0
* @FilePath: /bkunyun/src/components/mui/MyTooltip.tsx
* @FilePath: /bkunyun/src/components/mui/MyTooltip.tsx
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
*/
*/
...
@@ -39,7 +39,7 @@ const MyTooltip = (props: IMyTooltipProps) => {
...
@@ -39,7 +39,7 @@ const MyTooltip = (props: IMyTooltipProps) => {
<
Tooltip
<
Tooltip
// interactive={true}
// interactive={true}
arrow
arrow
title=
{
title
}
title=
{
title
||
''
}
placement=
{
placement
}
placement=
{
placement
}
{
...
other
}
{
...
other
}
>
>
...
...
src/views/Project/ProjectSubmitWork/ConfigForm/index.tsx
View file @
16485b8e
...
@@ -210,7 +210,7 @@ const ConfigForm = (props: ConfigFormProps) => {
...
@@ -210,7 +210,7 @@ const ConfigForm = (props: ConfigFormProps) => {
</
span
>
</
span
>
</
div
>
</
div
>
<
MyTooltip
<
MyTooltip
title=
{
parameter
.
description
||
parameter
.
name
}
title=
{
parameter
.
description
}
placement=
"right"
placement=
"right"
>
>
<
div
className=
{
styles
.
parameterContent
}
>
<
div
className=
{
styles
.
parameterContent
}
>
...
...
src/views/Project/components/Flow/index.tsx
View file @
16485b8e
...
@@ -329,7 +329,7 @@ const Flow = (props: IProps) => {
...
@@ -329,7 +329,7 @@ const Flow = (props: IProps) => {
/** 坐标 */
/** 坐标 */
position
:
{
position
:
{
/** 流算子生成的时候多加了15 兼容历史模版数据 直接这边减去15 */
/** 流算子生成的时候多加了15 兼容历史模版数据 直接这边减去15 */
x
:
Number
(
item
.
position
?.
x
-
15
)
||
0
,
x
:
Number
(
item
.
position
?.
x
)
||
0
,
y
:
Number
(
item
.
position
?.
y
)
||
0
,
y
:
Number
(
item
.
position
?.
y
)
||
0
,
},
},
/**
/**
...
...
src/views/WorkFlowEdit/components/ParameterSetting/index.tsx
View file @
16485b8e
...
@@ -190,7 +190,7 @@ const ParameterSetting = (props: IParameterSettingProps) => {
...
@@ -190,7 +190,7 @@ const ParameterSetting = (props: IParameterSettingProps) => {
(
parameter
:
IParameter
)
=>
{
(
parameter
:
IParameter
)
=>
{
return
(
return
(
<
MyTooltip
<
MyTooltip
title=
{
parameter
.
description
||
parameter
.
name
}
title=
{
parameter
.
description
}
placement=
"right"
placement=
"right"
>
>
<
div
>
<
div
>
...
...
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