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
758da39d
Commit
758da39d
authored
Sep 19, 2019
by
FE-安焕焕
👣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面布局修改
parent
88526e3c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
9 deletions
+11
-9
App.vue
src/App.vue
+2
-2
home.vue
src/components/home.vue
+3
-3
allResume.vue
src/page/resume/allResume.vue
+6
-4
No files found.
src/App.vue
View file @
758da39d
...
...
@@ -49,8 +49,8 @@ export default {
user-select
:
text
!important
;
}
.pc
{
min-width
:
1341px
;
min-height
:
741px
;
height
:
100%
;
overflow
:
hidden
;
}
.mobile
{
...
...
src/components/home.vue
View file @
758da39d
...
...
@@ -15,7 +15,7 @@
</Menu>
</Col>
<Col
span=
"21"
class=
"content"
style=
"width:83%;height:100%"
>
<Row
class=
"header"
style=
"height:
6%
"
>
<Row
class=
"header"
style=
"height:
35px
"
>
<Col
span=
"20"
>
<Menu
mode=
"horizontal"
:active-name=
"levelOneName"
@
on-select=
"selectMenu"
>
<MenuItem
v-for=
"menu in menuList"
:name=
"menu.name"
:key=
"menu.name"
>
...
...
@@ -287,7 +287,7 @@ import localstorage from '../service/localstorage.service.js'
<
style
lang=
"less"
scoped
>
.home{
height: 100%;
overflow:
visible
;
overflow:
auto
;
.aside{
border-right: 1px solid #dcdee2;
box-shadow: #dcdee2 0 0 6px 1px;
...
...
@@ -311,13 +311,13 @@ import localstorage from '../service/localstorage.service.js'
line-height: 55px;
border-bottom: 1px solid rgb(220, 222, 226);
font-size: 14px;
overflow:auto;
.sign-out{
line-height: 6%
}
.ivu-menu{
height: 35px;
line-height: 35px;
margin: 0 10px;
.ivu-menu-item{
padding: 0 13px;
margin: 0 49px;
...
...
src/page/resume/allResume.vue
View file @
758da39d
...
...
@@ -39,7 +39,7 @@
<div
style=
"width:47%;height:100%;float:left;background:rgb(61,169,247);margin-left:1%;line-height:80px;text-align:center;color:white;font-size:20px"
>
数据展示
</div>
<div
style=
"width:48%;height:100%;float:left;background:rgb(253,85,83);margin-left:3%;line-height:80px;text-align:center;color:white;font-size:20px"
>
提示语
</div>
</div>
-->
<div
style=
"background:WhiteSmoke;width:100%;height:
6%
;margin-bottom:0.5%;"
class=
'bar'
>
<div
style=
"background:WhiteSmoke;width:100%;height:
40px
;margin-bottom:0.5%;"
class=
'bar'
>
<input
type=
'checkbox'
class=
'selectAll'
v-model=
'checked'
@
click=
'checkedAll'
style=
"margin-left:10px;cursor:pointer;"
>
<span
style=
"margin-left:5px;position:relative;"
>
选择
<Badge
:count=
"interviewee.length"
size=
'small'
:class=
'["badge",
{"badges1":interviewee.length>9, "badges": interviewee.length>99}]'>
</Badge></span>
<Button
type=
"primary"
size=
"small"
style=
"margin-left:4%;width:50px"
@
click=
"downloadAll"
>
下载
</Button>
...
...
@@ -50,7 +50,7 @@
<Button
type=
"primary"
size=
"small"
class=
'left'
@
click=
"allexport"
>
导出列表
</Button>
<Button
type=
"primary"
size=
"small"
class=
'left leftBtn'
@
click=
"sendEmail(1)"
>
邀请面试
</Button>
</div>
<div
style=
"width:100%;float:left;
margin-bottom:40px;overflow-y: auto;height:100%"
class=
"a
"
>
<div
style=
"width:100%;float:left;
overflow-y: auto;height:100%"
class=
"content
"
>
<div
style=
"margin:50px auto;width:300px;height:200px;line-height:200px;text-align:center;font-size:20px;color:LightGray"
v-show=
"ajaxData.length==0"
>
暂无数据
</div>
<!--
<div
style=
"float:left;margin-left:1%;width:99%;overflow-y: auto;height:600px;margin-bottom:40px"
>
-->
<div
class=
"Resumecontent"
v-for=
'(item,i) in ajaxData'
:key=
"i"
>
...
...
@@ -2028,7 +2028,7 @@ import {mapState} from 'vuex'
.resumeRightContentTop{
width: 100%;
height: 100%;
overflow:
auto
;
overflow:
hidden
;
}
.Resumecontent{
width: 100%;
...
...
@@ -2191,7 +2191,9 @@ background:rgba(241,241,241,1);
font-size: 13px;
}
}
.content{
padding-bottom: 80px;
}
.pageBottom{
width:100%;
background:rgba(241,241,241,1);
...
...
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