Pārlūkot izejas kodu

修改企业认证选择框左边距

zhanglb 3 gadi atpakaļ
vecāks
revīzija
e64a622797

+ 3 - 2
front-vue/src/views/system/company/certification.vue

@@ -147,7 +147,7 @@
                                     placeholder="请选择营业期限"
                                     type="date"
                                     style="width: 206px"></el-date-picker>
-                                <el-checkbox v-model="term">长期有效</el-checkbox>
+                                <el-checkbox v-model="term" style="margin-left: 24px;">长期有效</el-checkbox>
                             </el-col>
                             <el-col :span="12">
                                 <span class="zap-form__label zap-form__label--large">企业电话</span>
@@ -163,7 +163,7 @@
                     <div class="zap-certification-title__wrap">
                         <span class="main-title">法定代表人身份证件</span>
                         <span class="sub-title">(请按照要求上传法定代表人身份证证件图片)</span>
-                        <el-checkbox v-model="legalHandle">法人亲办</el-checkbox>
+                        <el-checkbox v-model="legalHandle" style="margin-left: 16px;">法人亲办</el-checkbox>
                         <div class="warning"><i class="el-icon-warning-outline"></i>请核对系统识别结果是否正确</div>
                     </div>
                     <el-button type="success">查看示例</el-button>
@@ -1951,6 +1951,7 @@ export default {
         align-items: center;
 
         .main-title {
+            font-weight: 500;
             font-size: 16px;
             color: #333333;
         }