From 43bd381aec7b3be9c23084b4f143f328de494fc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E5=BA=86?= <18331150170@163.com> Date: Sat, 15 Nov 2025 19:17:12 +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=E6=89=93=E5=8D=B0=E8=B0=83=E6=95=B4=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/heli/purchaseorderno/print.vue | 23 ++++++------------- 1 file changed, 7 insertions(+), 16 deletions(-) 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 7e88931a..7b494cf1 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 @@ -221,21 +221,10 @@ const onPrint = () => { .order-no{ margin-left: 12px; } + /* 合计行样式 */ .sum-row { - border-top: 2px solid #000; - font-weight: bold; - } - .sum-label { - text-align: right; - font-weight: bold; - } - .sum-value { - font-weight: bold; - } - /* 合计行样式 */ - .sum-row { - border-top: 2px solid #000; + border-top: none; font-weight: bold; } .sum-label { @@ -259,7 +248,7 @@ const onPrint = () => { .sheet .spec { word-break: break-word; white-space: normal; } .sheet .num { text-align:right; padding-right:6px; } .sheet tfoot .sum-label, .sheet tfoot .sum-value { font-weight:700; } - .sheet tfoot .sum-row td { border-top: 2px solid #000; } + .sheet tfoot .sum-row td { border-top: none; } .sign-row { display:flex; justify-content:flex-start; margin-top:12px; font-size:12px;gap:30px } .sign-item { display: flex; align-items: center; } @@ -328,7 +317,8 @@ const onPrint = () => { .sheet { margin-top: 8px; table-layout: fixed; - border-collapse: collapse; + border-collapse: collapse !important; + border-spacing: 0 !important; font-size: 12px; width: 100%; @@ -338,6 +328,7 @@ const onPrint = () => { text-align: center; line-height: 1.3; vertical-align: middle; + border:1pt solid #000 !important; } thead th { @@ -361,7 +352,7 @@ const onPrint = () => { } tfoot .sum-row td { - border-top: 2px solid #000; + border-top: none; } }