Commit 5546732c authored by zhangderong's avatar zhangderong

扫码测试

parent b6004d0e
......@@ -3,7 +3,7 @@
<h2 class="header">应聘登记表</h2>
<div class="sweepcode_content">
<Form :label-width="110" :model="formInline" :rules="ruleInline" ref="formInline">
<FormItem label="邀约人" prop="Inviter" style="margin-top:1.5rem">
<FormItem label="邀约人" prop="Inviter" style="margin-top:1rem">
<Input placeholder="请输入" style="width:250px;" v-model="formInline.Inviter" @on-focus='a' size="large"/>
</FormItem>
<FormItem label="邀约手机号" style="" >
......@@ -228,11 +228,11 @@ export default {
.header{
font-size: 2.6rem;
text-align: center;
margin-top:1rem
margin-top:0rem
}
.utbuton{
position: fixed;
bottom: 2.5rem;
bottom: 1rem;
left: 31%;
width:45%;
height: 2.2rem;
......@@ -241,7 +241,7 @@ export default {
}
.sweepcode_content{
margin-top:1rem;
margin-top:0.2rem;
border-top: 1px solid rgba(241,241,241,1);
}
......
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