Commit c22a2f77 authored by zhangderong's avatar zhangderong

扫码测试

parent cb8d0b5d
<template> <template>
<div id="Sweepcode"> <div id="Sweepcode">
<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:1rem"> <FormItem label="邀约人" prop="Inviter" style="margin-top:1rem">
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
</FormItem> </FormItem>
</Form> </Form>
<div class="submission"> <div class="submission">
<Button type='primary' @click="confirmSubmission" class="utbuton" v-show="hidshow">提交</Button> <Button type='primary' @click="confirmSubmission" class="utbuton" >提交</Button>
</div> </div>
</div> </div>
<Modal <Modal
...@@ -248,7 +248,7 @@ export default { ...@@ -248,7 +248,7 @@ export default {
<style scoped> <style scoped>
.header{ .header{
font-size: 2.6rem; font-size: 2.5rem;
text-align: center; text-align: center;
margin-top:0rem margin-top:0rem
} }
......
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