diff --git a/src/views/fac_cal/hfnf_index.vue b/src/views/fac_cal/hfnf_index.vue index dc1c9f11..81a2a920 100644 --- a/src/views/fac_cal/hfnf_index.vue +++ b/src/views/fac_cal/hfnf_index.vue @@ -25,8 +25,8 @@ - - +
+
@@ -51,8 +51,8 @@
- - +
+
@@ -511,9 +511,16 @@ onBeforeUnmount(() => { /* 工厂卡片 */ .factory-row { + display: flex; + gap: 16px; margin-bottom: 16px; } +.factory-col { + flex: 1 1 0; + min-width: 0; +} + .factory-card { background: #fff; border-radius: 10px;