From a5d86a5cabcefd80a849a768e9afddb59b0cfda8 Mon Sep 17 00:00:00 2001
From: fengyuan_yang <1976974459@qq.com>
Date: Wed, 12 Nov 2025 16:20:34 +0800
Subject: [PATCH] =?UTF-8?q?2025-11-11=20pda=E5=85=B6=E5=AE=83=E5=85=A5?=
=?UTF-8?q?=E5=BA=93=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../other-inout/otherInboundDetail.vue | 26 +++++++++----------
1 file changed, 12 insertions(+), 14 deletions(-)
diff --git a/src/views/modules/other-inout/otherInboundDetail.vue b/src/views/modules/other-inout/otherInboundDetail.vue
index a0976d8..9bf6391 100644
--- a/src/views/modules/other-inout/otherInboundDetail.vue
+++ b/src/views/modules/other-inout/otherInboundDetail.vue
@@ -69,8 +69,8 @@
- 入库数
-
+ 入库数量
+
@@ -691,12 +691,12 @@ export default {
}
.material-code-item {
- flex: 1.2;
+ flex: 1.5;
}
.unit-item {
flex: 1;
- min-width: 60px;
+ min-width: 70px;
}
.quantity-item {
@@ -707,8 +707,6 @@ export default {
flex: 1;
}
-
-
.material-name-area {
flex: 1;
width: 100%;
@@ -758,19 +756,19 @@ export default {
background: linear-gradient(135deg, #17B3A3 0%, #0d8f7f 100%);
color: white;
border: none;
- border-radius: 8px;
- padding: 10px 24px;
+ border-radius: 5px;
+ padding: 6px 14px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
- gap: 8px;
- font-size: 15px;
+ gap: 5px;
+ font-size: 13px;
font-weight: 600;
transition: all 0.3s ease;
- min-width: 140px;
- box-shadow: 0 3px 10px rgba(23, 179, 163, 0.25);
- letter-spacing: 0.5px;
+ min-width: 90px;
+ box-shadow: 0 2px 6px rgba(23, 179, 163, 0.2);
+ letter-spacing: 0.2px;
}
.add-material-btn:hover {
@@ -785,7 +783,7 @@ export default {
}
.add-material-btn i {
- font-size: 18px;
+ font-size: 14px;
font-weight: bold;
}