fixing telemetry style
This commit is contained in:
parent
4401878f24
commit
664c7b32bc
@ -251,7 +251,7 @@ export default function Telemetria({userName, clients}: any) {
|
|||||||
<section>
|
<section>
|
||||||
<div className='select'>
|
<div className='select'>
|
||||||
<p className='title' >Unidade</p>
|
<p className='title' >Unidade</p>
|
||||||
<FormControl sx={{ m: 1, minWidth: 120, width: 200 }} size="small">
|
<FormControl sx={{ minWidth: 120, width: 200 }} size="small">
|
||||||
<InputLabel id="demo-select-small">Unidade</InputLabel>
|
<InputLabel id="demo-select-small">Unidade</InputLabel>
|
||||||
<Select
|
<Select
|
||||||
labelId="demo-select-small"
|
labelId="demo-select-small"
|
||||||
@ -259,6 +259,7 @@ export default function Telemetria({userName, clients}: any) {
|
|||||||
value={unity}
|
value={unity}
|
||||||
label="Unidade"
|
label="Unidade"
|
||||||
onChange={value => setUnity(value.target.value)}
|
onChange={value => setUnity(value.target.value)}
|
||||||
|
sx={{height: 63, mb: 0.5}}
|
||||||
fullWidth
|
fullWidth
|
||||||
>
|
>
|
||||||
<MenuItem value="">
|
<MenuItem value="">
|
||||||
@ -284,6 +285,7 @@ export default function Telemetria({userName, clients}: any) {
|
|||||||
value={discretization}
|
value={discretization}
|
||||||
label="Unidade"
|
label="Unidade"
|
||||||
onChange={value => setDiscretization(value.target.value)}
|
onChange={value => setDiscretization(value.target.value)}
|
||||||
|
sx={{height: 63, mb: 0.5}}
|
||||||
fullWidth
|
fullWidth
|
||||||
>
|
>
|
||||||
<MenuItem value="">
|
<MenuItem value="">
|
||||||
@ -309,7 +311,7 @@ export default function Telemetria({userName, clients}: any) {
|
|||||||
renderInput={(params) => <TextField {...params}/>}
|
renderInput={(params) => <TextField {...params}/>}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className='select datePicker'>
|
<div className='select datePicker' style={{marginRight: 10}}>
|
||||||
<p className='title' >Data final</p>
|
<p className='title' >Data final</p>
|
||||||
<DesktopDatePicker
|
<DesktopDatePicker
|
||||||
label="Date desktop"
|
label="Date desktop"
|
||||||
|
|||||||
@ -171,9 +171,6 @@ export const TelemetriaView = styled.main`
|
|||||||
|
|
||||||
input {
|
input {
|
||||||
width: 15rem;
|
width: 15rem;
|
||||||
height: 2.5rem;
|
|
||||||
|
|
||||||
padding: 14px;
|
|
||||||
|
|
||||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
@ -219,6 +216,18 @@ export const TelemetriaView = styled.main`
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
height: 10em;
|
||||||
|
|
||||||
|
:nth-child(1) {
|
||||||
|
label {
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
:nth-child(2) {
|
||||||
|
label {
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user