fix: fix panel cards style (#1171)
This commit is contained in:
parent
9821bc7281
commit
7a44adb5a7
@ -65,7 +65,7 @@ const StatisticalLineChartCard = ({ isLoading, title, chartData, todayValue }) =
|
|||||||
) : (
|
) : (
|
||||||
<CardWrapper border={false} content={false}>
|
<CardWrapper border={false} content={false}>
|
||||||
<Box sx={{ p: 2.25 }}>
|
<Box sx={{ p: 2.25 }}>
|
||||||
<Grid container direction="column">
|
<Grid>
|
||||||
<Grid item sx={{ mb: 0.75 }}>
|
<Grid item sx={{ mb: 0.75 }}>
|
||||||
<Grid container alignItems="center">
|
<Grid container alignItems="center">
|
||||||
<Grid item xs={6}>
|
<Grid item xs={6}>
|
||||||
|
Loading…
Reference in New Issue
Block a user