From becc60d2efecae41b3c7a6e8ada509faedd2494d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E5=BA=86?= <18331150170@163.com> Date: Wed, 19 Nov 2025 20:55:36 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9B=B6=E4=BB=B6=E9=87=87=E8=B4=AD=E6=94=B6?= =?UTF-8?q?=E8=B4=A7=20=E6=89=93=E5=8D=B0=E8=B0=83=E6=95=B4=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mes-ui-admin-vue3/src/views/heli/purchaseorderno/print.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mes-ui/mes-ui-admin-vue3/src/views/heli/purchaseorderno/print.vue b/mes-ui/mes-ui-admin-vue3/src/views/heli/purchaseorderno/print.vue index 7b494cf1..53b14ad7 100644 --- a/mes-ui/mes-ui-admin-vue3/src/views/heli/purchaseorderno/print.vue +++ b/mes-ui/mes-ui-admin-vue3/src/views/heli/purchaseorderno/print.vue @@ -242,7 +242,7 @@ const onPrint = () => { } .sheet { width:100%; border-collapse:collapse; font-size:12px; table-layout: fixed; } - .sheet th, .sheet td { border:1px solid #333; padding:4px 0px; text-align:center; line-height:1; vertical-align: middle; } + .sheet th, .sheet td { border:1.5pt solid #333; padding:4px 0px; text-align:center; line-height:1; vertical-align: middle; } .sheet thead th { background:#f5f7fa; font-weight:600; } .sheet .text-left { text-align:left; padding-left:6px; } .sheet .spec { word-break: break-word; white-space: normal; }