Commit 7bd365f5 authored by xixinzhao's avatar xixinzhao

Bug-1516

parent 6a0fc526
...@@ -456,7 +456,7 @@ class CheckDetailNew extends Component { ...@@ -456,7 +456,7 @@ class CheckDetailNew extends Component {
const parentStyle = { width: '100%' }; const parentStyle = { width: '100%' };
return ( return (
<div className="checkDetail-root"> <div className="checkDetail-root">
<div className="header" style={{ padding: '0px', background: '#f2f2f2' }}> <div className="check-header" style={{ padding: '0px', background: '#f2f2f2' }}>
<div className="check-detail-header">{checkDetailHeaderResult(checkDetail)}</div> <div className="check-detail-header">{checkDetailHeaderResult(checkDetail)}</div>
</div> </div>
<div className="content-parent" style={parentStyle}> <div className="content-parent" style={parentStyle}>
......
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