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

update

parent 144550ba
......@@ -461,7 +461,7 @@ export default class DashboardCAT extends Component {
this.getDasboardCAT()
})}
disableClearable
style={{ maxWidth: 250, marginRight: 20 }}
style={{ width: '30%', maxWidth: 250, marginRight: 20 }}
renderInput={(params) => <TextField {...params} label="Company" margin="normal" style={{ marginTop: 7 }} />}
value={this.state.company}
/>
......@@ -472,7 +472,7 @@ export default class DashboardCAT extends Component {
this.getDasboardCAT()
})}
disableClearable
style={{ maxWidth: 250, marginRight: 20 }}
style={{ width: '30%', maxWidth: 250, marginRight: 20 }}
renderInput={(params) => <TextField {...params} label="Periode" margin="normal" style={{ marginTop: 7 }} />}
value={this.state.periode}
/>
......@@ -491,7 +491,7 @@ export default class DashboardCAT extends Component {
this.getDasboardCAT()
})}
disableClearable
style={{ maxWidth: 250, marginRight: 20 }}
style={{ width: '30%', maxWidth: 250, marginRight: 20 }}
renderInput={(params) => <TextField {...params} label="Month" margin="normal" style={{ marginTop: 7 }} />}
value={this.state.month}
/>
......
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