From c55a86895cabc3e91c2e7aa4eab099a7287e0ae6 Mon Sep 17 00:00:00 2001
From: cl <1442464845@qq.com>
Date: 星期二, 21 四月 2026 14:54:16 +0800
Subject: [PATCH] 站点优化

---
 rsf-admin/src/page/components/CardWithIcon.jsx |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/rsf-admin/src/page/components/CardWithIcon.jsx b/rsf-admin/src/page/components/CardWithIcon.jsx
index 567a0bb..4cf6bb3 100644
--- a/rsf-admin/src/page/components/CardWithIcon.jsx
+++ b/rsf-admin/src/page/components/CardWithIcon.jsx
@@ -11,6 +11,7 @@
         <Card
             sx={{
                 width: '100%',
+                maxHeight: 1025,
                 minHeight: 52,
                 flexDirection: 'column',
                 flex: '1',
@@ -65,12 +66,12 @@
                             </Box>
                             <Box sx={{ display: 'flex', padding: '1em' }}>
                                 <Typography color="textSecondary">{type == 'in' ? translate("page.dashboard.header.waitQty") : translate("page.dashboard.header.waitOutQty")}锛�</Typography>
-                                <Typography color="textSecondary">{type == 'in' ? statistic?.taskIn : statistic?.taskOut}</Typography>
+                                <Typography color="textSecondary">{type == 'in' ? statistic?.waitIn : statistic?.waitOut}</Typography>
                             </Box>
                         </Box>}
                     </Box> : <Box>
                         <Typography  sx={{ display: 'flex', padding: '1em' }}>
-                            {'鈥�12234'}
+                            { title }
                         </Typography>
                     </Box>}
                 </Box>

--
Gitblit v1.9.1