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; } }