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