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