Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
frontend
/
qqxb-self-service
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
1472093b
authored
May 28, 2020
by
lishengfu
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
update
parent
7bafe2a6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
62 additions
and
44 deletions
src/components/archives/workInfo.vue
src/views/Archives.vue
src/components/archives/workInfo.vue
View file @
1472093b
<
template
>
<div
class=
"content"
>
<div
class=
"tip"
>
1
</div>
<div
class=
"title"
>
工作信息
</div>
<div
class=
"nav"
>
<p>
派遣公司
</p>
<p>
用工单位
</p>
<p>
工作地点
</p>
<p>
工作职位
</p>
<p>
入职时间
</p>
<div
class=
"header"
>
<div
class=
"tip"
></div>
<div
class=
"title"
>
工作信息
</div>
</div>
<div
class=
"info"
>
<p>
北京金色华勤数据服务有限公司
</p>
<p>
北京金色华勤数据服务有限公司
</p>
<p>
福国际大厦A座88层市场推广专员2019-11-22
</p>
<p>
北京金色华勤数据服务有限公司
</p>
<p>
北京金色华勤数据服务有限公司
</p>
<div
class=
"box"
>
<div
class=
"item"
>
<span>
派遣公司
</span>
<label>
北京金色华勤数据服务有限公司
</label>
</div>
<div
class=
"item"
>
<span>
用工单位
</span>
<label>
北京金色华勤数据服务有限公司
</label>
</div>
<div
class=
"item"
>
<span>
工作地点
</span>
<label>
福国际大厦A座88层市场推广专员2019-11-22
</label>
</div>
<div
class=
"item"
>
<span>
工作职位
</span>
<label>
北京金色华勤数据服务有限公司
</label>
</div>
<div
class=
"item"
>
<span>
入职时间
</span>
<label>
北京金色华勤数据服务有限公司
</label>
</div>
</div>
</div>
</
template
>
...
...
@@ -36,37 +46,45 @@ export default class workInfo extends Vue {}
<
style
lang=
"less"
scoped
>
.content
{
margin-top
:
10px
;
display
:
grid
;
align-items
:
center
;
grid-template-columns
:
20px
118px
1
fr
;
grid-template-areas
:
"tip title ."
". nav info"
;
.tip
{
grid-area
:
tip
;
}
.title
{
grid-area
:
title
;
}
.nav
{
grid-area
:
nav
;
display
:
grid
;
grid-template-rows
:
minmax
(
30px
,
auto
);
p
{
font-size
:
14px
;
color
:
rgba
(
149
,
152
,
158
,
1
);
line-height
:
30px
;
.header
{
height
:
50px
;
display
:
flex
;
align-items
:
center
;
.tip
{
width
:
3px
;
height
:
16px
;
background
:
rgba
(
34
,
189
,
122
,
1
);
}
}
.info
{
grid-area
:
info
;
display
:
grid
;
grid-template-rows
:
minmax
(
30px
,
auto
);
p
{
font-size
:
14px
;
.title
{
margin-left
:
17px
;
height
:
16px
;
font-size
:
16px
;
font-weight
:
500
;
color
:
rgba
(
61
,
64
,
71
,
1
);
line-height
:
30px
;
}
}
.box
{
margin
:
0
20px
;
padding-top
:
8px
;
border-top
:
1px
solid
#eaeef5
;
.item
{
display
:
flex
;
align-items
:
center
;
span
{
min-width
:
98px
;
display
:
block
;
font-size
:
14px
;
color
:
rgba
(
149
,
152
,
158
,
1
);
line-height
:
30px
;
text-align
:
right
;
margin-bottom
:
auto
;
}
label
{
font-size
:
14px
;
color
:
rgba
(
61
,
64
,
71
,
1
);
line-height
:
30px
;
margin-left
:
20px
;
}
}
}
}
...
...
src/views/Archives.vue
View file @
1472093b
...
...
@@ -12,7 +12,7 @@ import workInfo from "@/components/archives/workInfo.vue";
@
Component
({
name
:
"Archives"
,
components
:
{
[
workInfo
.
name
]:
workInfo
workInfo
}
})
export
default
class
archives
extends
Vue
{}
...
...
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