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
8d5e05de
Commit
8d5e05de
authored
Apr 14, 2021
by
zhaochengxiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
模型搜索框调整
parent
25129bd7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
index.jsx
src/view/Manage/Model/index.jsx
+9
-5
No files found.
src/view/Manage/Model/index.jsx
View file @
8d5e05de
...
@@ -126,12 +126,14 @@ class Model extends React.Component {
...
@@ -126,12 +126,14 @@ class Model extends React.Component {
<
Col
span=
{
18
}
>
<
Col
span=
{
18
}
>
<
div
style=
{
{
backgroundColor
:
'#fff'
}
}
>
<
div
style=
{
{
backgroundColor
:
'#fff'
}
}
>
<
div
<
div
className=
'p-3'
className=
'
d-flex
p-3'
style=
{
{
style=
{
{
display
:
'flex
'
,
borderBottom
:
'1px solid #EFEFEF
'
,
borderBottom
:
"1px solid #EFEFEF"
,
justifyContent
:
'space-between'
}
}
}
}
>
>
<
div
className=
'd-flex'
style=
{
{
alignItems
:
'center'
}
}
>
<
span
className=
'mr-3'
>
模型搜索:
</
span
>
<
Input
<
Input
placeholder=
"请输入模型名称或者英文名称"
placeholder=
"请输入模型名称或者英文名称"
allowClear
allowClear
...
@@ -139,10 +141,12 @@ class Model extends React.Component {
...
@@ -139,10 +141,12 @@ class Model extends React.Component {
onChange=
{
this
.
onSearchInputChange
}
onChange=
{
this
.
onSearchInputChange
}
style=
{
{
width
:
240
,
marginLeft
:
'auto'
}
}
style=
{
{
width
:
240
,
marginLeft
:
'auto'
}
}
/>
/>
{
/* <Button type="primary" style={{ marginLeft: 'auto' }}>提交审核</Button> */
}
</
div
>
<
Button
type=
"primary"
className=
'ml-3'
onClick=
{
this
.
onImportBtnClick
}
>
模型创建
</
Button
>
<
div
className=
'd-flex'
style=
{
{
alignItems
:
'center'
}
}
>
<
Button
type=
"primary"
onClick=
{
this
.
onImportBtnClick
}
>
模型创建
</
Button
>
<
Button
type=
"primary"
className=
'ml-3'
onClick=
{
this
.
onExportBtnClick
}
>
模型导出
</
Button
>
<
Button
type=
"primary"
className=
'ml-3'
onClick=
{
this
.
onExportBtnClick
}
>
模型导出
</
Button
>
</
div
>
</
div
>
</
div
>
<
div
className=
'p-3'
>
<
div
className=
'p-3'
>
<
ModelTable
loading=
{
loadingTableData
}
catalogId=
{
catalogId
}
data=
{
filterTableData
}
onChange=
{
this
.
onTableChange
}
onSelect=
{
this
.
onTableSelect
}
onItemAction=
{
this
.
onTableItemAction
}
/>
<
ModelTable
loading=
{
loadingTableData
}
catalogId=
{
catalogId
}
data=
{
filterTableData
}
onChange=
{
this
.
onTableChange
}
onSelect=
{
this
.
onTableSelect
}
onItemAction=
{
this
.
onTableItemAction
}
/>
</
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