99b72a0a by 李婷婷

文案换行

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