From 31e2e57b5ade538901a0b859301eeaeddbeae7c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Mon, 2 Feb 2026 13:40:02 +0800 Subject: [PATCH] =?UTF-8?q?style(wayBill):=20=E8=B0=83=E6=95=B4=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC=E6=A0=B7=E5=BC=8F=E5=92=8C=E5=AD=97=E4=BD=93=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除数量和单价列 - 统一调整字体大小为16px - 优化表格列宽和输入框样式 - 调整标签和输入框的对齐方式 --- .../views/wms/delivery/components/wayBill.vue | 61 +++++++++++-------- 1 file changed, 34 insertions(+), 27 deletions(-) diff --git a/klp-ui/src/views/wms/delivery/components/wayBill.vue b/klp-ui/src/views/wms/delivery/components/wayBill.vue index 5a03faf0..b4f8809f 100644 --- a/klp-ui/src/views/wms/delivery/components/wayBill.vue +++ b/klp-ui/src/views/wms/delivery/components/wayBill.vue @@ -51,9 +51,9 @@ 卷号 规格 材质 - 数量(件) + 重量(T) - 单价 + @@ -68,7 +68,7 @@ - + @@ -83,11 +83,11 @@ - + - + @@ -104,7 +104,7 @@
- 取货地点: + 取货地点:
@@ -466,7 +466,8 @@ export default { .label { font-weight: bold; display: inline-block; - width: 80px; + width: 100px; + font-size: 16px; text-align: right; white-space: nowrap; } @@ -480,7 +481,7 @@ export default { padding: 4px 8px; border: 1px solid #dcdfe6; border-radius: 4px; - font-size: 14px; + font-size: 16px; font-family: SimSun, serif; outline: none; transition: all 0.2s; @@ -492,7 +493,7 @@ export default { } .date-input { - width: 30px; + width: 40px; text-align: center; margin-right: 5px; } @@ -525,6 +526,7 @@ export default { line-height: 6mm; text-align: center; vertical-align: middle; + font-size: 16px; padding: 0; overflow: hidden; white-space: nowrap; @@ -533,7 +535,7 @@ export default { /* 表格列宽设置 */ .waybill-table th:nth-child(1), .waybill-table td:nth-child(1) { - width: 80px; + width: 60px; /* 品名 */ } @@ -581,27 +583,29 @@ export default { .waybill-table th:nth-child(9), .waybill-table td:nth-child(9) { - width: 40px; + width: 80px; /* 材质 */ } -.waybill-table th:nth-child(10), +/* 数量(件) */ +/* .waybill-table th:nth-child(10), .waybill-table td:nth-child(10) { width: 60px; - /* 数量(件) */ -} -.waybill-table th:nth-child(11), -.waybill-table td:nth-child(11) { +} */ + +.waybill-table th:nth-child(10), +.waybill-table td:nth-child(10) { width: 80px; /* 重量(kg) */ } -.waybill-table th:nth-child(12), + /* 单价 */ +/* .waybill-table th:nth-child(12), .waybill-table td:nth-child(12) { width: 40px; - /* 单价 */ -} + +} */ .waybill-table th { @@ -623,10 +627,10 @@ export default { border: none; outline: none; background: transparent; - font-family: inherit; - font-size: inherit; + /* font-family: inherit; */ + font-size: 16px; line-height: 6mm; - text-align: inherit; + text-align: center; vertical-align: middle; } @@ -695,7 +699,7 @@ export default { /* 备注样式 */ .waybill-remarks { margin-bottom: 30px; - font-size: 14px; + font-size: 16px; line-height: 1.5; text-align: justify; } @@ -721,9 +725,12 @@ export default { font-size: 16px; } + + .waybill-pickup-location label { - font-size: 14px; - margin-right: 10px; + font-size: 16px; + /* margin-right: 10px; */ + text-align: left !important; width: 40px; } @@ -742,7 +749,7 @@ export default { } .footer-item .label { - font-size: 14px; + font-size: 16px; margin-right: 10px; width: 40px; }