Commit 5546732c authored by zhangderong's avatar zhangderong

扫码测试

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