mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-12-26 17:55:58 +08:00
fix: fix panel cards style (#1171)
This commit is contained in:
@@ -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}>
|
||||||
|
|||||||
Reference in New Issue
Block a user