diff --git a/src/views/modules/cross-area-transfer/crossAreaTransfer.vue b/src/views/modules/cross-area-transfer/crossAreaTransfer.vue
index 7bee065..b3f4353 100644
--- a/src/views/modules/cross-area-transfer/crossAreaTransfer.vue
+++ b/src/views/modules/cross-area-transfer/crossAreaTransfer.vue
@@ -14,6 +14,7 @@
-
@@ -444,16 +445,32 @@ export default {
gap: 12px;
}
-.search-container .el-input {
- flex: 1;
-}
-
/* 模式切换开关 */
.mode-switch {
position: relative;
display: inline-block;
}
+.search-container .el-input {
+ width: 240px;
+ margin-right: 12px;
+}
+
+/* 紧凑型输入框样式 */
+.compact-input ::v-deep .el-input__inner {
+ height: 36px;
+ padding: 0 12px 0 35px;
+ font-size: 14px;
+}
+
+.compact-input ::v-deep .el-input__prefix {
+ left: 10px;
+}
+
+.compact-input ::v-deep .el-input__suffix {
+ right: 30px;
+}
+
.custom-switch {
transform: scale(1.3);
}
diff --git a/src/views/modules/production-pick/productionPickingDetail.vue b/src/views/modules/production-pick/productionPickingDetail.vue
index 4c638a1..5cbedef 100644
--- a/src/views/modules/production-pick/productionPickingDetail.vue
+++ b/src/views/modules/production-pick/productionPickingDetail.vue
@@ -13,7 +13,7 @@
-
确定
-
+
打印
-
+
取消
@@ -448,7 +448,23 @@ export default {
}
.search-container .el-input {
- flex: 1;
+ width: 240px;
+ margin-right: 12px;
+}
+
+/* 紧凑型输入框样式 */
+.compact-input ::v-deep .el-input__inner {
+ height: 36px;
+ padding: 0 12px 0 35px;
+ font-size: 14px;
+}
+
+.compact-input ::v-deep .el-input__prefix {
+ left: 10px;
+}
+
+.compact-input ::v-deep .el-input__suffix {
+ right: 30px;
}
/* 模式切换开关 */
diff --git a/src/views/modules/production/productionInboundStorage.vue b/src/views/modules/production/productionInboundStorage.vue
index e6fad25..8db7560 100644
--- a/src/views/modules/production/productionInboundStorage.vue
+++ b/src/views/modules/production/productionInboundStorage.vue
@@ -13,7 +13,7 @@
-
确定
-
+
打印
-
+
取消
@@ -513,7 +513,23 @@ export default {
}
.search-container .el-input {
- flex: 1;
+ width: 240px;
+ margin-right: 12px;
+}
+
+/* 紧凑型输入框样式 */
+.compact-input ::v-deep .el-input__inner {
+ height: 36px;
+ padding: 0 12px 0 35px;
+ font-size: 14px;
+}
+
+.compact-input ::v-deep .el-input__prefix {
+ left: 10px;
+}
+
+.compact-input ::v-deep .el-input__suffix {
+ right: 30px;
}
/* 模式切换开关 */
diff --git a/src/views/modules/purchase-inbound/inboundStorage.vue b/src/views/modules/purchase-inbound/inboundStorage.vue
index ebe7c54..310745c 100644
--- a/src/views/modules/purchase-inbound/inboundStorage.vue
+++ b/src/views/modules/purchase-inbound/inboundStorage.vue
@@ -13,7 +13,9 @@
-
确定
-
+
打印
-
+
取消
@@ -512,7 +514,23 @@ export default {
}
.search-container .el-input {
- flex: 1;
+ width: 240px;
+ margin-right: 12px;
+}
+
+/* 紧凑型输入框样式 */
+.compact-input ::v-deep .el-input__inner {
+ height: 36px;
+ padding: 0 12px 0 35px;
+ font-size: 14px;
+}
+
+.compact-input ::v-deep .el-input__prefix {
+ left: 10px;
+}
+
+.compact-input ::v-deep .el-input__suffix {
+ right: 30px;
}
/* 模式切换开关 */
diff --git a/src/views/modules/purchase-return/purchaseReturnDetail.vue b/src/views/modules/purchase-return/purchaseReturnDetail.vue
index b77b90b..9129ea8 100644
--- a/src/views/modules/purchase-return/purchaseReturnDetail.vue
+++ b/src/views/modules/purchase-return/purchaseReturnDetail.vue
@@ -13,7 +13,7 @@
-
确定
-
+
打印
-
+
取消
@@ -451,7 +451,23 @@ export default {
}
.search-container .el-input {
- flex: 1;
+ width: 240px;
+ margin-right: 12px;
+}
+
+/* 紧凑型输入框样式 */
+.compact-input ::v-deep .el-input__inner {
+ height: 36px;
+ padding: 0 12px 0 35px;
+ font-size: 14px;
+}
+
+.compact-input ::v-deep .el-input__prefix {
+ left: 10px;
+}
+
+.compact-input ::v-deep .el-input__suffix {
+ right: 30px;
}
/* 模式切换开关 */
diff --git a/src/views/modules/sales-return/salesReturnStorage.vue b/src/views/modules/sales-return/salesReturnStorage.vue
index a12ef3e..ec24afe 100644
--- a/src/views/modules/sales-return/salesReturnStorage.vue
+++ b/src/views/modules/sales-return/salesReturnStorage.vue
@@ -13,7 +13,7 @@
-
确定
-
+
打印
-
+
取消
@@ -514,7 +514,23 @@ export default {
}
.search-container .el-input {
- flex: 1;
+ width: 240px;
+ margin-right: 12px;
+}
+
+/* 紧凑型输入框样式 */
+.compact-input ::v-deep .el-input__inner {
+ height: 36px;
+ padding: 0 12px 0 35px;
+ font-size: 14px;
+}
+
+.compact-input ::v-deep .el-input__prefix {
+ left: 10px;
+}
+
+.compact-input ::v-deep .el-input__suffix {
+ right: 30px;
}
/* 模式切换开关 */
diff --git a/src/views/modules/sales/salesOutboundDetail.vue b/src/views/modules/sales/salesOutboundDetail.vue
index 3bc0a29..6165bce 100644
--- a/src/views/modules/sales/salesOutboundDetail.vue
+++ b/src/views/modules/sales/salesOutboundDetail.vue
@@ -13,7 +13,7 @@
-
确定
-
+
打印
-
+
取消
@@ -451,7 +451,23 @@ export default {
}
.search-container .el-input {
- flex: 1;
+ width: 240px;
+ margin-right: 12px;
+}
+
+/* 紧凑型输入框样式 */
+.compact-input ::v-deep .el-input__inner {
+ height: 36px;
+ padding: 0 12px 0 35px;
+ font-size: 14px;
+}
+
+.compact-input ::v-deep .el-input__prefix {
+ left: 10px;
+}
+
+.compact-input ::v-deep .el-input__suffix {
+ right: 30px;
}
/* 模式切换开关 */