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
1864ac25
Commit
1864ac25
authored
Jul 26, 2023
by
zhaochengxiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
大百度-点击具体条目跳转后,建议高亮该条目,目前的标识非常不明显。
parent
b0f06513
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
index.less
src/index.less
+1
-1
ModelTable.jsx
src/view/Manage/Model/Component/ModelTable.jsx
+1
-1
No files found.
src/index.less
View file @
1864ac25
...
@@ -296,7 +296,7 @@ tr.drop-over-upward td {
...
@@ -296,7 +296,7 @@ tr.drop-over-upward td {
.yy-table-select-row {
.yy-table-select-row {
.yy-table-cell {
.yy-table-cell {
background-color: #
F6F6F6
!important;
background-color: #
eeeeee
!important;
}
}
}
}
...
...
src/view/Manage/Model/Component/ModelTable.jsx
View file @
1864ac25
...
@@ -933,13 +933,13 @@ const ModelTable = (props) => {
...
@@ -933,13 +933,13 @@ const ModelTable = (props) => {
onRow={(record, index) => {
onRow={(record, index) => {
return {
return {
id: `
data
-
model
-
$
{
record
?.
id
}
`,
id: `
data
-
model
-
$
{
record
?.
id
}
`,
style: { backgroundColor: (record?.id===anchorId)?'#e7f7ff':'transparent' },
onContextMenu: event => {
onContextMenu: event => {
setCurrentItem(record);
setCurrentItem(record);
// displayMenu(event);
// displayMenu(event);
},
},
}
}
}}
}}
rowClassName={(record, index) => (record?.id===anchorId)?'yy-table-select-row':''}
scroll={{ y: modelId?null:((filterData||[]).length===0?null:'calc(100vh - 121px - 57px - 24px - 38px - 44px)') }}
scroll={{ y: modelId?null:((filterData||[]).length===0?null:'calc(100vh - 121px - 57px - 24px - 38px - 44px)') }}
onChange={onTableChange}
onChange={onTableChange}
expandable={!isOnlyEnding ? expandable : undefined}
expandable={!isOnlyEnding ? expandable : undefined}
...
...
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