Commit 758da39d authored by FE-安焕焕's avatar FE-安焕焕 👣

页面布局修改

parent 88526e3c
......@@ -49,8 +49,8 @@ export default {
user-select: text !important;
}
.pc {
min-width: 1341px;
min-height: 741px;
height: 100%;
overflow: hidden;
}
.mobile {
......
......@@ -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;
......
......@@ -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);
......
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