Commit a5e5655c authored by d.arizona's avatar d.arizona

jambul

parent f5ce2a3a
......@@ -201,8 +201,9 @@ export default class VisualReportItems extends Component {
render() {
return (
<div>
<div style={{ height: this.props.height }}>
<div style={{ height: 150, width: '100%' }} className={"main-color"} />
<div style={{ height: 199, width: '100%' }} className={"main-color"} />
<div>
<div style={{ display: 'flex', flexDirection: 'row', justifyContent: 'space-between', paddingRight: 25, paddingLeft: 25, marginTop: -150 }}>
<label style={{ color: 'white', width: '20%', fontSize: 16, paddingTop: 8 }}>Visualisasi Data</label>
......@@ -219,7 +220,7 @@ export default class VisualReportItems extends Component {
renderInput={(params) => <TextField {...params} label="Jenis Laporan" margin="normal" style={{ marginTop: 7 }} />}
value={this.state.report}
/ >
/>
</div>
<div className="margin-top-10px" style={{ padding: 10, borderRadius: 5 }}>
<Autocomplete
......@@ -230,7 +231,7 @@ export default class VisualReportItems extends Component {
renderInput={(params) => <TextField {...params} label="Compan" margin="normal" style={{ marginTop: 7 }} />}
value={this.state.company}
/ >
/>
</div>
<div className="margin-top-30px">
<Nestable
......@@ -260,6 +261,7 @@ export default class VisualReportItems extends Component {
</div>
</div>
</div>
</div>
);
}
......
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