Commit 2ac8fd13 authored by anxixi's avatar anxixi

优化

parent 9eab708d
...@@ -838,6 +838,9 @@ i { ...@@ -838,6 +838,9 @@ i {
width: 300px; width: 300px;
margin: 0 auto; margin: 0 auto;
} }
.issignuptabs .el-tabs__content{
margin-top: -60px;
}
.signuptabs { .signuptabs {
.el-tabs__item.is-active{ .el-tabs__item.is-active{
color: #5D78FF!important; color: #5D78FF!important;
......
<template> <template>
<div> <div>
<el-dialog :title="$t('activityInfo.signUpDialogTitle')" :visible.sync="expertVisible" :append-to-body="true" :close-on-click-modal="false" @close="closeSensor" class="dialogWrap500 dialogWrap700" v-if="basicInfoList!=undefined&&basicInfoList.length>0"> <el-dialog :title="$t('activityInfo.signUpDialogTitle')" :visible.sync="expertVisible" :append-to-body="true" :close-on-click-modal="false" @close="closeSensor" class="dialogWrap500 dialogWrap700" v-if="basicInfoList!=undefined&&basicInfoList.length>0">
<el-tabs class="signuptabs" v-model="activeName" @tab-click="handleClick"> <el-tabs class="signuptabs" :class="detailInfo.channelType==2?'':'issignuptabs'" v-model="activeName" @tab-click="handleClick">
<el-tab-pane :label="detailInfo.channelType==2?'1.'+$t('activityInfo.addApplyInfo'):''" name="first" disabled> <el-tab-pane :label="detailInfo.channelType==2?'1.'+$t('activityInfo.addApplyInfo'):''" name="first" disabled>
<el-form label-position="right" label-width="150px" :rules="rules" class="applyPcForm" :model="ruleForm" ref="ruleForm"> <el-form label-position="right" label-width="150px" :rules="rules" class="applyPcForm" :model="ruleForm" ref="ruleForm">
<el-form-item :class="[item.fieldType==-1?'yzcodeItems':item.fieldType==6||item.fieldType==7?'dateform':item.fieldType==4||item.fieldType==5?'timeform':'',(item.fieldType==6||item.fieldType==7)&&item.isCheck==1?'requiredateform':'']" :label="item.fieldName+':'" v-for="(item,index) in basicInfoObj.basicInfoList" :key="index" :prop="item.fieldValue" style="width:100%;" :ref="item.fieldType==8&&item.isCheck==1?item.fieldValue:''"> <el-form-item :class="[item.fieldType==-1?'yzcodeItems':item.fieldType==6||item.fieldType==7?'dateform':item.fieldType==4||item.fieldType==5?'timeform':'',(item.fieldType==6||item.fieldType==7)&&item.isCheck==1?'requiredateform':'']" :label="item.fieldName+':'" v-for="(item,index) in basicInfoObj.basicInfoList" :key="index" :prop="item.fieldValue" style="width:100%;" :ref="item.fieldType==8&&item.isCheck==1?item.fieldValue:''">
......
...@@ -818,7 +818,7 @@ ...@@ -818,7 +818,7 @@
} }
this.getProjectById(); this.getProjectById();
this.Loadpatent(); this.Loadpatent();
this.isshow = this.$i18n.locale&&this.$i18n.locale=="zh-CN"?false:true; this.isshow = this.publicFun.getCookie("language") == "en"&&this.publicFun.getCookie("language") =="zh-CN"?false:true;
this.getDocumentFunc(); this.getDocumentFunc();
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment