diff --git a/klp-ui/src/views/wms/warehouse/components/WarehouseBird.vue b/klp-ui/src/views/wms/warehouse/components/WarehouseBird.vue
index 46f11373..4e9c1822 100644
--- a/klp-ui/src/views/wms/warehouse/components/WarehouseBird.vue
+++ b/klp-ui/src/views/wms/warehouse/components/WarehouseBird.vue
@@ -22,11 +22,22 @@
+
+
+
- 第{{ layer }}层库位
@@ -198,9 +209,53 @@ export default {
}
}
+// 图例样式
+.legend-container {
+ display: flex;
+ align-items: center;
+ margin-bottom: 16px;
+ padding: 8px 12px;
+ background: #f8f9fa;
+ border-radius: 4px;
+
+ .legend-item {
+ display: flex;
+ align-items: center;
+ margin-right: 24px;
+
+ &:last-child {
+ margin-right: 0;
+ }
+
+ .legend-color {
+ width: 16px;
+ height: 16px;
+ border-radius: 2px;
+ margin-right: 8px;
+ border: 1px solid #e6e6e6;
+ }
+
+ .normal {
+ background-color: #ffffff;
+ }
+
+ .occupied {
+ background-color: #c0c4cc;
+ }
+
+ .legend-text {
+ font-size: 14px;
+ color: #606266;
+ }
+ }
+}
+
// 分层容器样式
.layers-container {
+ display: flex;
.layer-section {
+ flex: 1;
+ max-width: 50%;
margin-bottom: 24px;
}
diff --git a/klp-ui/src/views/wms/warehouse/components/WarehouseGrid.vue b/klp-ui/src/views/wms/warehouse/components/WarehouseGrid.vue
index 5048e0df..4c8cc7f9 100644
--- a/klp-ui/src/views/wms/warehouse/components/WarehouseGrid.vue
+++ b/klp-ui/src/views/wms/warehouse/components/WarehouseGrid.vue
@@ -1,87 +1,89 @@
-
-
-
- {{ isTransposed ? '恢复行列' : '行列转置' }}
-
-
-
-