From 17f94f88f2a91cb321a776a9ddd9af4cec5aef21 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期一, 23 九月 2024 14:55:34 +0800
Subject: [PATCH] #

---
 zy-acs-flow/src/page/bus/BusPanel.jsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/zy-acs-flow/src/page/bus/BusPanel.jsx b/zy-acs-flow/src/page/bus/BusPanel.jsx
index dbffa3f..6cee8d5 100644
--- a/zy-acs-flow/src/page/bus/BusPanel.jsx
+++ b/zy-acs-flow/src/page/bus/BusPanel.jsx
@@ -36,7 +36,7 @@
 
     return (
         <>
-            <Card sx={{ maxWidth: '80%', margin: 'auto' }}>
+            <Card sx={{ maxWidth: '80%', margin: 'auto', mt: .5, mb: .5 }}>
                 <CardContent>
                     <Grid container spacing={2}>
                         <Grid item xs={12} sx={{ display: 'flex', justifyContent: 'space-between' }}>
@@ -61,7 +61,7 @@
                             </Typography>
                         </Grid>
                     </Grid>
-                    <Box height={20}>&nbsp;</Box>
+                    <Box height={10}>&nbsp;</Box>
                     <Box>
                         <Table size="small">
                             <TableHead>

--
Gitblit v1.9.1