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
ecfe0608
Commit
ecfe0608
authored
Aug 31, 2022
by
chenshouchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式修改
parent
55861efa
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletion
+8
-1
index.tsx
src/views/Project/ProjectSetting/BaseInfo/index.tsx
+1
-1
index.module.css
...WorkFlowEdit/components/ParameterSetting/index.module.css
+6
-0
index.tsx
src/views/WorkFlowEdit/components/ParameterSetting/index.tsx
+1
-0
No files found.
src/views/Project/ProjectSetting/BaseInfo/index.tsx
View file @
ecfe0608
...
...
@@ -335,7 +335,7 @@ const BaseInfo = observer(() => {
style=
{
{
width
:
"560px"
}
}
/>
</
div
>
<
div
className=
{
style
.
projectInfoListLi
}
>
<
div
className=
{
style
.
projectInfoListLi
}
style=
{
{
marginBottom
:
'20px'
}
}
>
<
div
className=
{
style
.
projectInfoListLiLabel
}
>
项目描述
</
div
>
<
textarea
value=
{
projectInfo
.
desc
}
...
...
src/views/WorkFlowEdit/components/ParameterSetting/index.module.css
View file @
ecfe0608
...
...
@@ -129,6 +129,12 @@
line-height
:
20px
;
color
:
rgba
(
255
,
78
,
78
,
1
);
}
.noParameters
{
font-size
:
12px
;
text-align
:
center
;
color
:
#C2C6CC
;
line-height
:
84px
;
}
.noData
{
height
:
calc
(
100vh
-
140px
);
...
...
src/views/WorkFlowEdit/components/ParameterSetting/index.tsx
View file @
ecfe0608
...
...
@@ -654,6 +654,7 @@ const ParameterSetting = (props: IParameterSettingProps) => {
allowNullValue=
{
true
}
tabPanelSx=
{
{
padding
:
"7px 0"
}
}
/>
{
basisParameters
.
length
===
0
&&
seniorParameters
.
length
===
0
&&
hardwareParameters
.
length
===
0
&&
(<
div
className=
{
styles
.
noParameters
}
>
暂无可设置参数
</
div
>)
}
</
div
>
)
}
{
!
taskInfo
&&
(
...
...
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