update
This commit is contained in:
parent
b14a83ea8c
commit
1f091a7fa5
@ -9,6 +9,9 @@ let data = [
|
|||||||
['产线2', '8mm', '8mm', '8mm'],
|
['产线2', '8mm', '8mm', '8mm'],
|
||||||
['产线3', '15mm', '15mm', '15mm'],
|
['产线3', '15mm', '15mm', '15mm'],
|
||||||
['产线4', '15mm', '15mm', '15mm'],
|
['产线4', '15mm', '15mm', '15mm'],
|
||||||
|
['产线42', '15mm', '15mm', '15mm'],
|
||||||
|
['产线5', '15mm', '15mm', '15mm'],
|
||||||
|
['产线6', '15mm', '15mm', '15mm'],
|
||||||
];
|
];
|
||||||
|
|
||||||
let header = ['产线名', '原板宽度', '净板宽', '玻璃厚度'];
|
let header = ['产线名', '原板宽度', '净板宽', '玻璃厚度'];
|
||||||
@ -23,7 +26,7 @@ let config = {
|
|||||||
],
|
],
|
||||||
oddRowBGC: '#042444',
|
oddRowBGC: '#042444',
|
||||||
evenRowBGC: '#042c4c',
|
evenRowBGC: '#042c4c',
|
||||||
columnWidth: [90],
|
columnWidth: [128],
|
||||||
headerHeight: 40,
|
headerHeight: 40,
|
||||||
hoverPause: false,
|
hoverPause: false,
|
||||||
data: replaceStyle(data, 0.7),
|
data: replaceStyle(data, 0.7),
|
||||||
@ -53,7 +56,10 @@ class Chart1 extends Component {
|
|||||||
className={this.props.className}
|
className={this.props.className}
|
||||||
style={this.props.style}
|
style={this.props.style}
|
||||||
>
|
>
|
||||||
<div className="CenterChart1itemDetailBorder">
|
<div
|
||||||
|
className="CenterChart1itemDetailBorder"
|
||||||
|
style={{ paddingTop: '6px' }}
|
||||||
|
>
|
||||||
<div className="CenterChart1itemContainer">
|
<div className="CenterChart1itemContainer">
|
||||||
<span className="CenterFormitemDetailBorderLine1"></span>
|
<span className="CenterFormitemDetailBorderLine1"></span>
|
||||||
<span className="CenterFormitemDetailBorderLine2"></span>
|
<span className="CenterFormitemDetailBorderLine2"></span>
|
||||||
|
Loading…
Reference in New Issue
Block a user