From 72139f39a0845f8de31fd44bc5dd7077df17d48e Mon Sep 17 00:00:00 2001
From: lbq <1065079612@qq.com>
Date: 星期一, 05 一月 2026 09:56:29 +0800
Subject: [PATCH] 仓库和库区页面优化

---
 rsf-admin/src/page/basicInfo/warehouse/WarehousePanel.jsx |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/rsf-admin/src/page/basicInfo/warehouse/WarehousePanel.jsx b/rsf-admin/src/page/basicInfo/warehouse/WarehousePanel.jsx
index b1fc42f..59ef899 100644
--- a/rsf-admin/src/page/basicInfo/warehouse/WarehousePanel.jsx
+++ b/rsf-admin/src/page/basicInfo/warehouse/WarehousePanel.jsx
@@ -64,36 +64,36 @@
                                 property={record.address}
                             />
                         </Grid>
-                        <Grid item xs={6}>
+                        {/* <Grid item xs={3}>
                             <PanelTypography
                                 title="table.field.warehouse.longitude" 
                                 property={record.longitude}
                             />
                         </Grid>
-                        <Grid item xs={6}>
+                        <Grid item xs={3} >
                             <PanelTypography
                                 title="table.field.warehouse.latgitude" 
                                 property={record.latgitude}
                             />
                         </Grid>
-                        <Grid item xs={6}>
+                        <Grid item xs={2}>
                             <PanelTypography
                                 title="table.field.warehouse.length" 
                                 property={record.length}
                             />
                         </Grid>
-                        <Grid item xs={6}>
+                        <Grid item xs={2}>
                             <PanelTypography
                                 title="table.field.warehouse.width" 
                                 property={record.width}
                             />
                         </Grid>
-                        <Grid item xs={6}>
+                        <Grid item xs={2}>
                             <PanelTypography
                                 title="table.field.warehouse.height" 
                                 property={record.height}
                             />
-                        </Grid>
+                        </Grid> */}
 
                     </Grid>
                 </CardContent>

--
Gitblit v1.9.1