This commit is contained in:
parent
62f9d3c5d9
commit
561b45f5b4
1 changed files with 9 additions and 1 deletions
|
@ -199,7 +199,15 @@ export default function SpeedFlowchartPage() {
|
|||
/>
|
||||
</Grid>
|
||||
|
||||
<Grid sx={gridItemStyle} xs={2} item>
|
||||
<Grid
|
||||
sx={{
|
||||
...gridItemStyle,
|
||||
display: 'flex',
|
||||
justifyContent: 'right',
|
||||
}}
|
||||
xs={2.5}
|
||||
item
|
||||
>
|
||||
<Typography sx={textStyle}>
|
||||
{' '}
|
||||
{lane?.result?.result}
|
||||
|
|
Loading…
Reference in a new issue