Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
szse
Overview
Overview
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
zhaochengxiang
szse
Commits
5b2c87ff
Commit
5b2c87ff
authored
Jan 25, 2024
by
zhaochengxiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式修改
parent
64c113be
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
ImportActionHeader.less
src/view/Manage/Model/Component/ImportActionHeader.less
+5
-0
EditTemplate.jsx
src/view/Manage/ModelConfig/Component/EditTemplate.jsx
+2
-2
No files found.
src/view/Manage/Model/Component/ImportActionHeader.less
View file @
5b2c87ff
...
...
@@ -26,4 +26,8 @@
.model-import-action-relation,
.model-import-action-comment {
margin-top: 7px;
}
.edit-template .model-import-action-table {
padding: 0;
}
\ No newline at end of file
src/view/Manage/ModelConfig/Component/EditTemplate.jsx
View file @
5b2c87ff
...
...
@@ -128,12 +128,12 @@ const EditTemplate = (props) => {
}
return
(
<
div
className=
'edit-model position-relative'
>
<
div
className=
'edit-model
edit-template
position-relative'
>
<
div
className=
'edit-header'
>
<
span
style=
{
{
fontSize
:
16
,
fontWeight
:
'bold'
,
color
:
'#fff'
}
}
>
{
title
}
</
span
>
</
div
>
<
div
className=
'edit-container'
>
<
div
className=
'edit-container-card'
>
<
div
className=
'edit-container-card'
style=
{
{
backgroundColor
:
'#fff'
}
}
>
<
TemplateAction
onChange=
{
onActionChange
}
action=
{
action
}
id=
{
templateId
}
form=
{
form
}
/>
</
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