Browse Source

Merge branch 'develop' of http://101.201.121.115:3000/leo/LAPP_MY_WEBFRONT into feature_meiyuan

feature_meiyuan
lingxiao 2 years ago
parent
commit
a24e3152a2
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      src/components/receiptPrinting.vue

+ 4
- 0
src/components/receiptPrinting.vue View File

@ -193,6 +193,7 @@ span {
position: relative; position: relative;
margin-top: 37px; margin-top: 37px;
margin-bottom: 5px; margin-bottom: 5px;
min-height: 18px;
} }
#details-wrap span { #details-wrap span {
padding-left: 7px; padding-left: 7px;
@ -200,16 +201,19 @@ span {
#details-wrap .cidName{ #details-wrap .cidName{
position: absolute; position: absolute;
top: 3px;
left: 0; left: 0;
line-height: 12px; line-height: 12px;
} }
#details-wrap .propertyid{ #details-wrap .propertyid{
position: absolute; position: absolute;
top: 3px;
left: 187px; left: 187px;
line-height: 12px; line-height: 12px;
} }
#details-wrap .constructionarea{ #details-wrap .constructionarea{
position: absolute; position: absolute;
top: 3px;
right: 203px; right: 203px;
} }
tr, tr,


Loading…
Cancel
Save