Browse Source

样式调整

wangxinyao
lingxiao 2 years ago
parent
commit
0f057afd6b
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;
margin-top: 37px;
margin-bottom: 5px;
min-height: 18px;
}
#details-wrap span {
padding-left: 7px;
@ -200,16 +201,19 @@ span {
#details-wrap .cidName{
position: absolute;
top: 3px;
left: 0;
line-height: 12px;
}
#details-wrap .propertyid{
position: absolute;
top: 3px;
left: 187px;
line-height: 12px;
}
#details-wrap .constructionarea{
position: absolute;
top: 3px;
right: 203px;
}
tr,


Loading…
Cancel
Save