|
@@ -156,7 +156,7 @@
|
|
|
}
|
|
|
|
|
|
.center {
|
|
|
- height: 680px;
|
|
|
+ height: 140vh;
|
|
|
}
|
|
|
|
|
|
.part2 {
|
|
@@ -1110,18 +1110,18 @@
|
|
|
)
|
|
|
for (let i = 0; i < this.printData1.length; i++) {
|
|
|
if(!this.printData1[i].identityAuthenticationInfo.compAddress) this.printData1[i].identityAuthenticationInfo.compAddress=''
|
|
|
- if (this.printData1[i].identityAuthenticationInfo.compAddress.length > 28) {
|
|
|
+ if (this.printData1[i].identityAuthenticationInfo.compAddress.length > 24) {
|
|
|
this.printData1[i].identityAuthenticationInfo.compAddress = this.printData1[i]
|
|
|
.identityAuthenticationInfo
|
|
|
- .compAddress.substring(0, 28)
|
|
|
+ .compAddress.substring(0, 24)
|
|
|
}
|
|
|
}
|
|
|
} else {
|
|
|
this.printData = JSON.parse(_data)
|
|
|
//地址过长截取
|
|
|
- if (this.printData.identityAuthenticationInfo.compAddress.length > 28) {
|
|
|
+ if (this.printData.identityAuthenticationInfo.compAddress.length > 24) {
|
|
|
this.printData.identityAuthenticationInfo.compAddress = this.printData.identityAuthenticationInfo
|
|
|
- .compAddress.substring(0, 28)
|
|
|
+ .compAddress.substring(0, 24)
|
|
|
}
|
|
|
this.selectPrint = false
|
|
|
}
|