From ca76147ee6c256ba8796f25a477c6b84ccad1be1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Mon, 2 Feb 2026 17:33:34 +0800 Subject: [PATCH] =?UTF-8?q?style(wms):=20=E8=B0=83=E6=95=B4=E8=BF=90?= =?UTF-8?q?=E5=8D=95=E8=A1=A8=E6=A0=BC=E6=A0=B7=E5=BC=8F=EF=BC=8C=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=E5=A4=9A=E4=BD=99=E8=BE=B9=E6=A1=86=E5=B9=B6=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E8=A1=8C=E9=AB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除表格行的边框样式,并在表格底部添加空行以加粗最后一行线 优化表格行高设置,移除冗余的 !important 标记 --- .../views/wms/delivery/components/wayBill.vue | 22 ++++++++++++++----- 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/klp-ui/src/views/wms/delivery/components/wayBill.vue b/klp-ui/src/views/wms/delivery/components/wayBill.vue index a28a82a5..6afad7fc 100644 --- a/klp-ui/src/views/wms/delivery/components/wayBill.vue +++ b/klp-ui/src/views/wms/delivery/components/wayBill.vue @@ -84,7 +84,21 @@ - + + + + + + + + + + + + + + @@ -544,10 +558,6 @@ export default { white-space: nowrap; } -.waybill-table tr { - border: 1px solid #000; -} - /* 表格列宽设置 */ .waybill-table th:nth-child(1), .waybill-table td:nth-child(1) { @@ -665,7 +675,7 @@ export default { padding: 0 !important; margin: 0 !important; line-height: 6mm !important; - height: 6mm !important; + height: 6mm; vertical-align: middle !important; }