diff --git a/src/components/receiptPrinting.vue b/src/components/receiptPrinting.vue
index 9b4cedb..0423670 100644
--- a/src/components/receiptPrinting.vue
+++ b/src/components/receiptPrinting.vue
@@ -4,9 +4,9 @@
{{ data.contracttab.serialnumber }}
{{ printSerialNumber }}
- 小区楼名称:{{ data.cidName }}
- 楼楼号:{{ data.propertyid }}
- 面楼积:{{ data.constructionarea }}
+ 小区楼名称:{{ data.cidName }}
+ 楼号:{{ data.propertyid }}
+ 面楼积:{{ data.constructionarea }}
@@ -190,12 +190,28 @@ span {
right: 70px;
}
#details-wrap {
+ position: relative;
margin-top: 37px;
margin-bottom: 5px;
}
#details-wrap span {
padding-left: 7px;
}
+
+#details-wrap .cidName{
+ position: absolute;
+ left: 0;
+ line-height: 12px;
+}
+#details-wrap .propertyid{
+ position: absolute;
+ left: 187px;
+ line-height: 12px;
+}
+#details-wrap .constructionarea{
+ position: absolute;
+ right: 203px;
+}
tr,
td,
th {