Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
recruiting-management
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ui
recruiting-management
Commits
62cef0ff
Commit
62cef0ff
authored
Aug 30, 2019
by
zhangderong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整字号
parent
c22a2f77
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
sweepCode.vue
src/page/sweepCode/sweepCode.vue
+8
-4
No files found.
src/page/sweepCode/sweepCode.vue
View file @
62cef0ff
...
...
@@ -2,8 +2,8 @@
<div
id=
"Sweepcode"
>
<h2
class=
"header"
>
应聘登记表
</h2>
<div
class=
"sweepcode_content"
>
<Form
:label-width=
"1
10"
:model=
"formInline"
:rules=
"ruleInline"
ref=
"formInlin
e"
>
<FormItem
label=
"邀约人"
prop=
"Inviter"
style=
"margin-top:1rem"
>
<Form
:label-width=
"1
20"
:model=
"formInline"
:rules=
"ruleInline"
ref=
"formInline"
class=
"fontsiz
e"
>
<FormItem
label=
"邀约人"
prop=
"Inviter"
style=
"margin-top:1rem
;font-size:15px
"
>
<Input
placeholder=
"请输入"
style=
"width:250px;"
v-model=
"formInline.Inviter"
@
on-focus=
'a'
size=
"large"
/>
</FormItem>
<FormItem
label=
"邀约手机号"
style=
""
>
...
...
@@ -248,9 +248,9 @@ export default {
<
style
scoped
>
.header
{
font-size
:
2.5rem
;
font-size
:
19px
;
text-align
:
center
;
margin-top
:
0rem
margin-top
:
10px
}
.utbuton
{
/* position: fixed;
...
...
@@ -265,6 +265,7 @@ export default {
.sweepcode_content
{
margin-top
:
0.2rem
;
font-size
:
15px
;
border-top
:
1px
solid
rgba
(
241
,
241
,
241
,
1
);
}
...
...
@@ -276,4 +277,7 @@ export default {
.sweepcode_content
.ivu-select-placeholder
{
background
:
rgba
(
241
,
241
,
241
,
1
)
}
.fontsize
.ivu-form-item-label
{
font-size
:
15px
}
</
style
>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment