From f788849c6f649dbc6c5c8699d8f83d71ba484376 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期五, 15 八月 2025 09:03:55 +0800
Subject: [PATCH] 库存使用率修改

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

diff --git a/rsf-admin/src/page/components/CardWithIcon.jsx b/rsf-admin/src/page/components/CardWithIcon.jsx
index 567a0bb..5e4b3d0 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',

--
Gitblit v1.9.1