From 32685bb704f837240dc803726beaed43b05759df Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Sat, 18 Oct 2025 14:53:24 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E5=85=A5=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../production-inbound/inboundRegister.vue | 884 +++++++++++------- 1 file changed, 569 insertions(+), 315 deletions(-) diff --git a/src/views/modules/production-inbound/inboundRegister.vue b/src/views/modules/production-inbound/inboundRegister.vue index 98b1b1b..bfeebca 100644 --- a/src/views/modules/production-inbound/inboundRegister.vue +++ b/src/views/modules/production-inbound/inboundRegister.vue @@ -1,387 +1,641 @@ -/* 响应式设计 */ -@media (max-width: 360px) { - .header-bar { - padding: 8px 12px; - } - - .search-container { - padding: 8px 12px; - } - - .content-area { - padding: 8px 12px; - } - - .inbound-card { - padding: 12px; - } - - .card-details { - flex-wrap: wrap; - gap: 6px; - } - - .detail-item { - flex: 0 0 48%; - margin-bottom: 6px; - min-width: 50px; - } -} - \ No newline at end of file