Commit 83ec3b8e authored by 吴冠's avatar 吴冠

更改细节

parent 66940518
...@@ -378,9 +378,9 @@ ...@@ -378,9 +378,9 @@
<p class=MsoNormal>本协议的解释权归本捷安采所有。如果其中有任何条款与国家现行的有关法律相抵触,则以国家法律的明文规定为准。</p> <p class=MsoNormal>本协议的解释权归本捷安采所有。如果其中有任何条款与国家现行的有关法律相抵触,则以国家法律的明文规定为准。</p>
</el-scrollbar> </el-scrollbar>
<span slot="footer" class="dialog-footer"> <span slot="footer" class="dialog-footer flex-center">
<el-button @click="centerDialogVisible = false">取 消</el-button> <el-button @click="centerDialogVisible = false">关闭</el-button>
<el-button type="primary" @click="centerDialogVisible = false">确 定</el-button> <!-- <el-button type="primary" @click="centerDialogVisible = false">确 定</el-button> -->
</span> </span>
</el-dialog> </el-dialog>
</div> </div>
...@@ -389,11 +389,11 @@ ...@@ -389,11 +389,11 @@
<!-- 完善 --> <!-- 完善 -->
<div class="perfect content" v-if="active == 1"> <div class="perfect content" v-if="active == 1">
<div class="flex-between perfect-head"> <div class="flex-between perfect-head">
<div class="t2 flex"> <div class="y2 flex">
<div>单位名称:</div> <div>单位名称:</div>
<div>{{form.companyName}}</div> <div>{{form.companyName}}</div>
</div> </div>
<div class="t2 flex"> <div class="y3 flex">
<!-- <div>注册角色:</div> <!-- <div>注册角色:</div>
<div>{{form.type}}</div> --> <div>{{form.type}}</div> -->
<div>注册角色:</div> <div>注册角色:</div>
...@@ -451,8 +451,8 @@ ...@@ -451,8 +451,8 @@
</el-form-item> </el-form-item>
</div> </div>
<div class="flex-between"> <div class="flex-between">
<el-form-item label="单位性质" prop="companyNature" class="item"> <el-form-item label="单位性质" prop="companyNature" class="item" style="width: 7.1rem">
<el-select v-model="perfectForm.companyNature" placeholder="请选择"> <el-select v-model="perfectForm.companyNature" placeholder="请选择" style="width: 2.4rem">
<el-option <el-option
v-for="item in companyNatures" v-for="item in companyNatures"
:key="item.id" :key="item.id"
...@@ -476,8 +476,8 @@ ...@@ -476,8 +476,8 @@
" "
></el-input> ></el-input>
</el-form-item> </el-form-item>
<el-form-item label="行业类型" prop="industryType" class="item"> <el-form-item label="行业类型" prop="industryType" class="item" style="width:10rem">
<el-select v-model="perfectForm.industryType" placeholder="请选择"> <el-select v-model="perfectForm.industryType" placeholder="请选择" style="width:2.4rem">
<el-option <el-option
v-for="item in belongTypes" v-for="item in belongTypes"
:key="item.id" :key="item.id"
...@@ -564,7 +564,7 @@ ...@@ -564,7 +564,7 @@
:rows="2" :rows="2"
v-model="perfectForm.businessScope" v-model="perfectForm.businessScope"
placeholder="请输入" placeholder="请输入"
style="width: 2.4rem" style="width: 10.8rem"
maxlength="300" maxlength="300"
@keyup.native="$event.target.value = $event.target.value.replace(/^\s+|\s+$/gm,'')" @keyup.native="$event.target.value = $event.target.value.replace(/^\s+|\s+$/gm,'')"
></el-input> ></el-input>
...@@ -628,18 +628,18 @@ ...@@ -628,18 +628,18 @@
<h5 style="color: #000000">拒绝原因:身份证信息作假</h5> <h5 style="color: #000000">拒绝原因:身份证信息作假</h5>
</div> </div>
</div> </div>
<div class="flex btn"> <div class=" btn">
<button class=" nextButton" style="margin-right:20px" v-if="active==1" @click="prev">上一步</button> <button @click="next"
class="t2 nextButton"
v-if="active == 1">
提交</button>
<div class=" nextButton y1" style="margin-right:20px" v-if="active==1" @click="prev">上一步</div>
<button <button
@click="next" @click="next"
class="t2 nextButton" class="t2 nextButton"
v-if="active == 0"> v-if="active == 0">
下一步 下一步
</button> </button>
<button @click="next"
class="t2 nextButton"
v-if="active == 1">
提交></button>
</div> </div>
<div class="flex"> <div class="flex">
<!-- <button @click="watchStatus" class="t2 nextButton" v-if="active == 2" style="margin-right:20px"> <!-- <button @click="watchStatus" class="t2 nextButton" v-if="active == 2" style="margin-right:20px">
...@@ -812,7 +812,7 @@ export default { ...@@ -812,7 +812,7 @@ export default {
fileList: [], fileList: [],
flag: true, //该值变化,就会触发刷新 flag: true, //该值变化,就会触发刷新
code: "", //刷新后的验证码 code: "", //刷新后的验证码
active: 0, active: 1,
checked: true, checked: true,
adminform: { adminform: {
name: "", name: "",
...@@ -1408,4 +1408,19 @@ export default { ...@@ -1408,4 +1408,19 @@ export default {
cursor: pointer; cursor: pointer;
height:50px height:50px
} }
.y1{
text-align: center;
margin-top:-60px;
width:1rem;
position: relative;
left:33%;
background: white;
color:blue
}
.y2{
margin-left:10%
}
.y3{
margin-right:-20%
}
</style> </style>
\ No newline at end of file
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