Commit 8bf3bfa0 by zhaochengxiang

模型版本对比增加样式

parent 2639f974
......@@ -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
......@@ -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
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment