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
2866e039
Commit
2866e039
authored
Aug 27, 2019
by
zhangderong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改一些字体大小问题
parent
bb9c1134
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
12 deletions
+17
-12
App.vue
src/App.vue
+3
-0
allResume.vue
src/page/resume/allResume.vue
+1
-1
account.vue
src/page/system/account.vue
+1
-1
upload.vue
src/page/upload/upload.vue
+9
-10
http.service.js
src/service/http.service.js
+3
-0
No files found.
src/App.vue
View file @
2866e039
...
@@ -57,4 +57,7 @@ export default {
...
@@ -57,4 +57,7 @@ export default {
min-width
:
unset
;
min-width
:
unset
;
min-height
:
unset
;
min-height
:
unset
;
}
}
.ivu-btn-primary
{
background
:
#0092FF
!important
}
</
style
>
</
style
>
src/page/resume/allResume.vue
View file @
2866e039
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
</FormItem>
</FormItem>
</Form>
</Form>
<Button
type=
"primary"
style=
"width:30%;margin-left:30%;font-size:13px"
@
click=
"SouSuo(item.Num1,item.Num2,item.Num3)"
>
搜索
</Button>
<Button
type=
"primary"
style=
"width:30%;margin-left:30%;font-size:13px
;background:#0092FF
"
@
click=
"SouSuo(item.Num1,item.Num2,item.Num3)"
>
搜索
</Button>
<div
class=
"text1"
></div>
<div
class=
"text1"
></div>
<div
class=
"text2"
></div>
<div
class=
"text2"
></div>
<div
class=
"text3"
></div>
<div
class=
"text3"
></div>
...
...
src/page/system/account.vue
View file @
2866e039
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
</FormItem>
</FormItem>
</Form>
</Form>
<p>
<p>
<span
style=
"margin-left:25px"
>
初始登录密码
</span>
<span
style=
"margin-left:25px
;fnt-size:14px
"
>
初始登录密码
</span>
<span
style=
"margin-left:10px"
>
默认是"123456",新用户首次登录需修改后才能进入系统。
</span>
<span
style=
"margin-left:10px"
>
默认是"123456",新用户首次登录需修改后才能进入系统。
</span>
<span
style=
"margin-left:30px"
><Button
type=
"primary"
size=
'small'
style=
"color:#ffffff;margin-left:20px;width:60px"
@
click=
"addacount"
>
添加
</Button></span>
<span
style=
"margin-left:30px"
><Button
type=
"primary"
size=
'small'
style=
"color:#ffffff;margin-left:20px;width:60px"
@
click=
"addacount"
>
添加
</Button></span>
</p>
</p>
...
...
src/page/upload/upload.vue
View file @
2866e039
...
@@ -51,18 +51,18 @@
...
@@ -51,18 +51,18 @@
</Modal>
</Modal>
</div>
</div>
<div
class=
"leftcontrentFotter"
>
<div
class=
"leftcontrentFotter"
>
<h5
style=
"width:100%;height:40px;background:rgb(0,176,160);text-align:center;line-height:40px;color:white;font-size:
20px
"
>
上传记录
</h5>
<h5
style=
"width:100%;height:40px;background:rgb(0,176,160);text-align:center;line-height:40px;color:white;font-size:
15px;font-weight:bold
"
>
上传记录
</h5>
<div
style=
"width:100%;background:rgb(0,176,160); opacity: 0.7;height:462px;overflow-y:auto;"
>
<div
style=
"width:100%;background:rgb(0,176,160); opacity: 0.7;height:462px;overflow-y:auto;"
>
<div
style=
"width:100%;height:10px;background:rgb(0,176,160)"
></div>
<div
style=
"width:100%;height:10px;background:rgb(0,176,160)"
></div>
<div
class=
"contentMASSAGE"
v-for=
"(item,index) in ajaxData"
:key=
"index"
>
<div
class=
"contentMASSAGE"
v-for=
"(item,index) in ajaxData"
:key=
"index"
>
<p
@
click=
"getResumeData(item.resumeId)"
style=
"margin-top:10px"
>
<p
@
click=
"getResumeData(item.resumeId)"
style=
"margin-top:10px"
>
<span
style=
"color:#000000;margin:10px 0 0 10px;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;"
>
{{
item
.
name
}}
|
</span>
<span
style=
"color:#000000;margin:10px 0 0 10px;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;
cursor:pointer
"
>
{{
item
.
name
}}
|
</span>
<span
style=
"color:#000000;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;"
>
{{
item
.
mobile
}}
|
</span>
<span
style=
"color:#000000;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;
cursor:pointer
"
>
{{
item
.
mobile
}}
|
</span>
<span
style=
"color:#000000;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;"
>
{{
item
.
age
}}
岁|
</span>
<span
style=
"color:#000000;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;
cursor:pointer
"
>
{{
item
.
age
}}
岁|
</span>
<span
style=
"color:#000000;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;"
>
{{
item
.
gender
}}
|
</span>
<span
style=
"color:#000000;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;
cursor:pointer
"
>
{{
item
.
gender
}}
|
</span>
<span
style=
"color:#000000;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;"
>
{{
item
.
workYears
}}
年 |
</span>
<span
style=
"color:#000000;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;
cursor:pointer
"
>
{{
item
.
workYears
}}
年 |
</span>
<span
style=
"color:#000000;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;"
>
{{
item
.
degree
}}
|
</span>
<span
style=
"color:#000000;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;
cursor:pointer
"
>
{{
item
.
degree
}}
|
</span>
<span
style=
"color:#000000;width:28%;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;"
>
{{
item
.
expectedTitle
}}
</span>
<span
style=
"color:#000000;width:28%;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;
cursor:pointer
"
>
{{
item
.
expectedTitle
}}
</span>
</p>
</p>
<p
style=
"margin-top:0px;color:Grey"
>
<p
style=
"margin-top:0px;color:Grey"
>
<span
style=
"color:Grey;margin:5px 0 0 10px;display:inline-block"
>
{{
item
.
createTime
}}
入库|
</span>
<span
style=
"color:Grey;margin:5px 0 0 10px;display:inline-block"
>
{{
item
.
createTime
}}
入库|
</span>
...
@@ -510,7 +510,6 @@ import {uploadFile} from '../../service/ajax'
...
@@ -510,7 +510,6 @@ import {uploadFile} from '../../service/ajax'
}
}
.leftcontrentFotter{
.leftcontrentFotter{
display: block;
display: block;
cursor:pointer
}
}
.contentMASSAGE{
.contentMASSAGE{
width:96%;
width:96%;
...
...
src/service/http.service.js
View file @
2866e039
...
@@ -32,6 +32,9 @@ instance.interceptors.response.use(function (response) {
...
@@ -32,6 +32,9 @@ instance.interceptors.response.use(function (response) {
}},
'
您的账号已在其他地方登录,如不是您个人操作,请及时修改密码
'
)}})
}},
'
您的账号已在其他地方登录,如不是您个人操作,请及时修改密码
'
)}})
router
.
replace
({
name
:
'
login
'
})
router
.
replace
({
name
:
'
login
'
})
}
}
if
(
response
.
data
.
body
.
code
==
'
901
'
){
router
.
replace
({
name
:
'
login
'
})
}
if
(
response
.
data
.
body
.
code
==
'
902
'
){
if
(
response
.
data
.
body
.
code
==
'
902
'
){
Notice
.
error
({
title
:
'
cookie已失效,请重新登录
'
})
Notice
.
error
({
title
:
'
cookie已失效,请重新登录
'
})
router
.
replace
({
name
:
'
login
'
})
router
.
replace
({
name
:
'
login
'
})
...
...
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