mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
frontend: use justifyContent instead of justify
This commit is contained in:
parent
b4f3b62632
commit
26cb1d5903
|
@ -47,7 +47,7 @@ export default function TradingVolumePanel() {
|
|||
</Tabs>
|
||||
</Grid>
|
||||
<Grid item xs={12} md={6}>
|
||||
<Grid container justify={"flex-end"}>
|
||||
<Grid container justifyContent={"flex-end"}>
|
||||
<Tabs value={segment}
|
||||
onChange={handleSegmentChange}
|
||||
indicatorColor="primary"
|
||||
|
|
|
@ -89,7 +89,7 @@ export default function Home() {
|
|||
<div className={classes.grid}>
|
||||
<Grid container
|
||||
direction="row"
|
||||
justify="space-around"
|
||||
justifyContent="space-around"
|
||||
alignItems="flex-start"
|
||||
spacing={1}>
|
||||
<Grid item xs={12} md={8}>
|
||||
|
|
Loading…
Reference in New Issue
Block a user