From 697172aaae103f2718cd75a52e950a5c64c3e13e Mon Sep 17 00:00:00 2001 From: lingxiao Date: Mon, 23 May 2022 13:33:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=BE=E7=A4=BA=E7=94=B5=E6=A2=AF=E5=8D=A1?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/receiptPrinting.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/components/receiptPrinting.vue b/src/components/receiptPrinting.vue index 3e5c10d..86a1c31 100644 --- a/src/components/receiptPrinting.vue +++ b/src/components/receiptPrinting.vue @@ -3,6 +3,7 @@

物业费收款收据

{{ data.contracttab.serialnumber }}

{{ printSerialNumber }}

+

{{ data.accesscardid }}

小区楼名称:{{ data.cidName }} 楼号:{{ data.propertyid }} @@ -189,6 +190,11 @@ span { top: 70px; right: 70px; } +.accesscardid{ + position: absolute; + top: 50px; + right: 70px; +} #details-wrap { position: relative; margin-top: 37px; @@ -213,7 +219,7 @@ span { } #details-wrap .constructionarea{ position: absolute; - top: 3px; + top: 0px; right: 203px; } tr, @@ -228,7 +234,7 @@ td p { line-height: 13px; } #bottom-wrap { - margin-top: 6px; + margin-top: 2px; width: 100%; } #bottom-wrap span {