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
507ac4b9
Commit
507ac4b9
authored
Oct 20, 2021
by
zhaochengxiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加模型配置菜单
parent
d36788ca
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
2 deletions
+10
-2
routes.js
src/routes.js
+5
-1
ModelTable.jsx
src/view/Manage/Model/Component/ModelTable.jsx
+1
-1
ModelTable.less
src/view/Manage/Model/Component/ModelTable.less
+4
-0
No files found.
src/routes.js
View file @
507ac4b9
...
@@ -17,7 +17,11 @@ export const routes = [
...
@@ -17,7 +17,11 @@ export const routes = [
},
},
{
{
name
:
'data-model'
,
name
:
'data-model'
,
text
:
'数据模型'
,
text
:
'模型设计'
,
},
{
name
:
'model-config'
,
text
:
'模型配置'
,
},
},
{
{
name
:
'asset-map'
,
name
:
'asset-map'
,
...
...
src/view/Manage/Model/Component/ModelTable.jsx
View file @
507ac4b9
...
@@ -118,7 +118,7 @@ const ModelTable = (props) => {
...
@@ -118,7 +118,7 @@ const ModelTable = (props) => {
{
{
title
:
'操作'
,
title
:
'操作'
,
key
:
'action'
,
key
:
'action'
,
width
:
20
0
,
width
:
18
0
,
render
:
(
_
,
record
)
=>
{
render
:
(
_
,
record
)
=>
{
return
(
return
(
<
div
style=
{
{
display
:
'flex'
,
alignItems
:
'center'
}
}
>
<
div
style=
{
{
display
:
'flex'
,
alignItems
:
'center'
}
}
>
...
...
src/view/Manage/Model/Component/ModelTable.less
View file @
507ac4b9
...
@@ -17,6 +17,10 @@
...
@@ -17,6 +17,10 @@
padding: 0px !important;
padding: 0px !important;
}
}
.yy-table-tbody > tr.yy-table-row-selected > td {
background: #fff !important;
}
tr.yy-table-expanded-row > td {
tr.yy-table-expanded-row > td {
background: #fff !important;
background: #fff !important;
}
}
...
...
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