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
8bf3bfa0
Commit
8bf3bfa0
authored
Oct 15, 2021
by
zhaochengxiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
模型版本对比增加样式
parent
2639f974
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
1 deletion
+15
-1
index.less
src/index.less
+5
-0
VersionCompare.less
src/view/Manage/Model/Component/VersionCompare.less
+9
-0
index.jsx
src/view/Manage/Model/index.jsx
+1
-1
No files found.
src/index.less
View file @
8bf3bfa0
...
...
@@ -144,4 +144,8 @@ tr.drop-over-upward td {
.yy-table-sticky-scroll {
display: none !important;
}
.ReactVirtualized__Grid, .ReactVirtualized__List {
outline: none;
}
\ No newline at end of file
src/view/Manage/Model/Component/VersionCompare.less
View file @
8bf3bfa0
...
...
@@ -35,4 +35,12 @@
table tr.even, table tr.alt, table tr:nth-of-type(even) {
background: #F9F9F9;
}
del {
color: red;
}
strong {
color: #0069ac;
}
}
\ No newline at end of file
src/view/Manage/Model/index.jsx
View file @
8bf3bfa0
...
...
@@ -611,7 +611,7 @@ class Model extends React.Component {
</Dropdown>
</Space>
<Space>
<Button type='primary' onClick={this.startFlow}>模型送审</Button>
<Button type='primary' onClick={this.startFlow}
disabled={currentModelState!=='1'}
>模型送审</Button>
</Space>
<Space>
...
...
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