diff options
| author | Haishan <[email protected]> | 2021-06-05 16:40:07 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2021-06-05 16:40:07 +0800 |
| commit | a18efa9723a0b181e7f90206bc0bd13d6c4a30fd (patch) | |
| tree | 80626c12adf0c6577d6c419a1f03936f23339eee /src/components/TrafficChartSample.tsx | |
| parent | fcab7cad4f4cc65a7f30427be35c12a909633e2e (diff) | |
Update config page style
Diffstat (limited to 'src/components/TrafficChartSample.tsx')
| -rw-r--r-- | src/components/TrafficChartSample.tsx | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/components/TrafficChartSample.tsx b/src/components/TrafficChartSample.tsx index 0723505..fb9b2ee 100644 --- a/src/components/TrafficChartSample.tsx +++ b/src/components/TrafficChartSample.tsx @@ -47,12 +47,7 @@ export default function TrafficChart({ id }) { useLineChart(Chart, eleId, data, null, extraChartOptions); return ( - <div - style={{ - width: 130, - padding: 5, - }} - > + <div style={{ width: 100, padding: 5 }}> <canvas id={eleId} /> </div> ); |
