From 2dae7a77781f4ef123a673893a9a7ffb34285f8f Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期二, 03 二月 2026 14:34:13 +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