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
4eabd5e5
Commit
4eabd5e5
authored
Nov 30, 2023
by
zhaochengxiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fix
parent
de226945
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
ImportActionHeader.jsx
src/view/Manage/Model/Component/ImportActionHeader.jsx
+2
-2
ImportActionIndex.jsx
src/view/Manage/Model/Component/ImportActionIndex.jsx
+1
-1
ImportActionInherited.jsx
src/view/Manage/Model/Component/ImportActionInherited.jsx
+1
-1
ImportActionManage.jsx
src/view/Manage/Model/Component/ImportActionManage.jsx
+1
-1
ImportActionTable.jsx
src/view/Manage/Model/Component/ImportActionTable.jsx
+1
-1
No files found.
src/view/Manage/Model/Component/ImportActionHeader.jsx
View file @
4eabd5e5
...
@@ -260,7 +260,7 @@ const ImportActionHeader = (props) => {
...
@@ -260,7 +260,7 @@ const ImportActionHeader = (props) => {
return
(
return
(
<
div
className=
'model-import-action-header'
>
<
div
className=
'model-import-action-header'
>
<
div
className=
'model-import-action-basic mb-3'
>
<
div
className=
'model-import-action-basic mb-3'
>
<
h
2
className=
'mr-3'
style=
{
{
marginBottom
:
0
}
}
>
基本信息
</
h2
>
<
h
3
className=
'mr-3'
style=
{
{
marginBottom
:
0
}
}
>
基本信息
</
h3
>
</
div
>
</
div
>
{
{
editable
?
(
editable
?
(
...
@@ -367,7 +367,7 @@ const ImportActionHeader = (props) => {
...
@@ -367,7 +367,7 @@ const ImportActionHeader = (props) => {
alignItems
:
'center'
,
alignItems
:
'center'
,
}
}
}
}
>
>
<
h
2
className=
'mr-3'
style=
{
{
marginBottom
:
0
}
}
>
技术信息
</
h2
>
<
h
3
className=
'mr-3'
style=
{
{
marginBottom
:
0
}
}
>
技术信息
</
h3
>
{
{
isCollapse
?
<
Button
type=
'primary'
size=
'small'
onClick=
{
()
=>
{
isCollapse
?
<
Button
type=
'primary'
size=
'small'
onClick=
{
()
=>
{
setCollapse
(
!
isCollapse
)
setCollapse
(
!
isCollapse
)
...
...
src/view/Manage/Model/Component/ImportActionIndex.jsx
View file @
4eabd5e5
...
@@ -813,7 +813,7 @@ const ImportActionIndex = (props) => {
...
@@ -813,7 +813,7 @@ const ImportActionIndex = (props) => {
<
div
className=
'model-import-action-index'
id=
'model-import-action-index'
>
<
div
className=
'model-import-action-index'
id=
'model-import-action-index'
>
<
div
className=
'd-flex mb-3'
style=
{
{
justifyContent
:
'space-between'
}
}
>
<
div
className=
'd-flex mb-3'
style=
{
{
justifyContent
:
'space-between'
}
}
>
<
Space
>
<
Space
>
<
h
2
style=
{
{
marginBottom
:
0
}
}
>
数据表索引
</
h2
>
<
h
3
style=
{
{
marginBottom
:
0
}
}
>
数据表索引
</
h3
>
{
{
editable
&&
<
Popover
content=
'点击行进行编辑,表格可以通过拖拽来排序'
>
editable
&&
<
Popover
content=
'点击行进行编辑,表格可以通过拖拽来排序'
>
<
QuestionCircleOutlined
className=
'pointer'
/>
<
QuestionCircleOutlined
className=
'pointer'
/>
...
...
src/view/Manage/Model/Component/ImportActionInherited.jsx
View file @
4eabd5e5
...
@@ -42,7 +42,7 @@ const FC = (props) => {
...
@@ -42,7 +42,7 @@ const FC = (props) => {
<
div
className=
'model-import-action-inherited'
>
<
div
className=
'model-import-action-inherited'
>
<
div
className=
'mb-3'
>
<
div
className=
'mb-3'
>
<
div
className=
'flex'
style=
{
{
alignItems
:
'center'
}
}
>
<
div
className=
'flex'
style=
{
{
alignItems
:
'center'
}
}
>
<
h
2
className=
{
action
===
'add'
?
'mr-1'
:
'mr-3'
}
style=
{
{
marginBottom
:
0
}
}
>
历史存储形式
</
h2
>
<
h
3
className=
{
action
===
'add'
?
'mr-1'
:
'mr-3'
}
style=
{
{
marginBottom
:
0
}
}
>
历史存储形式
</
h3
>
{
{
action
===
'add'
&&
<
Popover
className=
'mr-3'
content=
'保存当前模型后方可选择历史存储形式'
>
action
===
'add'
&&
<
Popover
className=
'mr-3'
content=
'保存当前模型后方可选择历史存储形式'
>
<
QuestionCircleOutlined
className=
'pointer'
/>
<
QuestionCircleOutlined
className=
'pointer'
/>
...
...
src/view/Manage/Model/Component/ImportActionManage.jsx
View file @
4eabd5e5
...
@@ -74,7 +74,7 @@ const FC = (props) => {
...
@@ -74,7 +74,7 @@ const FC = (props) => {
alignItems
:
'center'
,
alignItems
:
'center'
,
}
}
}
}
>
>
<
h
2
className=
'mr-3'
style=
{
{
marginBottom
:
0
}
}
>
管理信息
</
h2
>
<
h
3
className=
'mr-3'
style=
{
{
marginBottom
:
0
}
}
>
管理信息
</
h3
>
{
{
isCollapse
?
<
Button
type=
'primary'
size=
'small'
onClick=
{
()
=>
{
isCollapse
?
<
Button
type=
'primary'
size=
'small'
onClick=
{
()
=>
{
setCollapse
(
!
isCollapse
)
setCollapse
(
!
isCollapse
)
...
...
src/view/Manage/Model/Component/ImportActionTable.jsx
View file @
4eabd5e5
...
@@ -1113,7 +1113,7 @@ export const ImportActionTable = (props) => {
...
@@ -1113,7 +1113,7 @@ export const ImportActionTable = (props) => {
<div className='model-import-action-table' id='model-import-action-table'>
<div className='model-import-action-table' id='model-import-action-table'>
<div className='d-flex mb-3' style={{ justifyContent: 'space-between', alignItems: 'center' }}>
<div className='d-flex mb-3' style={{ justifyContent: 'space-between', alignItems: 'center' }}>
<Space>
<Space>
<h
2 style={{ marginBottom: 0 }}>数据表结构</h2
>
<h
3 style={{ marginBottom: 0 }}>数据表结构</h3
>
{
{
editable && <Popover content={<span>
editable && <Popover content={<span>
新增: 点击操作列的加号按钮在当前字段前新增一个字段<br />
新增: 点击操作列的加号按钮在当前字段前新增一个字段<br />
...
...
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