fix: fix panel cards style (#1171)

This commit is contained in:
shuirong 2024-03-17 20:26:12 +09:00 committed by GitHub
parent 9821bc7281
commit 7a44adb5a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}>