99b72a0a by 李婷婷

文案换行

1 parent cfa859f8
......@@ -107,14 +107,18 @@
<!--上传护照,多张-->
<div class="cptVisaInfoBosTable">
<el-form-item :label="language==0?'有效证件':'Passport Copy'" required>
<el-text type="danger">Please ensure that the uploaded passport image is clear, complete, and free from
<div class="wrap-item">
<!-- <el-text type="success">Please ensure that the uploaded passport image is clear, complete, and free from
glare or reflections.
</el-text>
</el-text> -->
<el-link type="danger" :underline="false">Please ensure that the uploaded passport image is clear, complete, and free from
glare or reflections.</el-link>
<ImageUpload v-model="form.passportCopy" :is-show-tip="false" :limit="20"
:action="'/league/visa/getPersonInfoFromCert/3'"
:action="'/league/visa/getPersonInfoFromCert/3' "
paramName="pic" list-type="text" :show-file-list="false"
:button-text="language==0?'上传':'Upload'" @response="getPassportInfo"
/>
</div>
</el-form-item>
<!--识别信息-->
<div v-if="form.cptVisaInfoBos?.length>0" class="border">
......@@ -488,4 +492,8 @@ h4 {
font-size: 12px;
}
}
.wrap-item{
flex-wrap: wrap;
display: block;
}
</style>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!