修复上传身份证图片问题
This commit is contained in:
parent
7e059570b5
commit
f5d75affcf
|
@ -179,7 +179,7 @@ export default {
|
|||
carTypeText: "",
|
||||
serviceTypeId: 0,
|
||||
serviceTypeText: "",
|
||||
idcardA: "1",
|
||||
idcardA: "",
|
||||
idcardB: "",
|
||||
license: "",
|
||||
content: "",
|
||||
|
@ -333,6 +333,7 @@ export default {
|
|||
}
|
||||
.idcard-item {
|
||||
background: #f6f6f6;
|
||||
font-size: 0;
|
||||
}
|
||||
.image,
|
||||
.icon {
|
||||
|
|
Loading…
Reference in New Issue