Commit ecd25e08 authored by zhangderong's avatar zhangderong

修复页面上方提示语固定问题

parent 8e5ee009
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
</div> </div>
<div style="float:left;margin-left:1%;width:99%;overflow-y: auto;height:660px;margin-bottom:40px"> <div style="float:left;margin-left:1%;width:99%;overflow-y: auto;height:660px;margin-bottom:40px">
<div style="margin:50px auto;width:300px;height:200px;line-height:200px;text-align:center;font-size:20px;color:LightGray" v-show="Essentialinformation.length==0">暂无数据</div> <div style="margin:50px auto;width:300px;height:200px;line-height:200px;text-align:center;font-size:20px;color:LightGray" v-show="Essentialinformation.length==0">暂无数据</div>
<div class="leftcontentContent" v-for="(item,index) in Essentialinformation " :key='index'> <div class="leftcontentContent" v-for="(item,index) in Essentialinformation " :key='index'>
<div class="contentMassage"> <div class="contentMassage">
<p style="margin-top:7px"> <p style="margin-top:7px">
<span style="margin-left:10px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;display:inline-block;cursor:pointer" @click="Seedetail(item.id)">{{item.ownerName}} |</span> <span style="margin-left:10px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;display:inline-block;cursor:pointer" @click="Seedetail(item.id)">{{item.ownerName}} |</span>
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
<span style="float:right;margin:0 20px 0 0px;color:#2d8cf0;cursor:pointer" @click="Stopinterview(item.id)" v-if="item.flowStatus=='NO_ENTRY'">终止面试</span> <span style="float:right;margin:0 20px 0 0px;color:#2d8cf0;cursor:pointer" @click="Stopinterview(item.id)" v-if="item.flowStatus=='NO_ENTRY'">终止面试</span>
<span style="float:right;margin:0 20px 0 0px;color:#2d8cf0;cursor:pointer" @click="Stopinterview(item.id)" v-if="item.flowStatus=='PASS'">终止面试</span> <span style="float:right;margin:0 20px 0 0px;color:#2d8cf0;cursor:pointer" @click="Stopinterview(item.id)" v-if="item.flowStatus=='PASS'">终止面试</span>
<span style="float:right;margin:0 20px 0 0px;color:#2d8cf0;cursor:pointer" @click="Stopinterview(item.id)" v-if="item.flowStatus=='HAS_SENT_OFFER'">终止面试</span> <span style="float:right;margin:0 20px 0 0px;color:#2d8cf0;cursor:pointer" @click="Stopinterview(item.id)" v-if="item.flowStatus=='HAS_SENT_OFFER'">终止面试</span>
<span style="float:right;margin:0 20px 0 0px;color:#2d8cf0;cursor:pointer" @click="Stopinterview(item.id)" v-if="item.flowStatus=='ARRIVED'">面试人已到达</span>
<span style="float:right;margin:0 20px 0 10px;color:#2d8cf0;cursor:pointer" @click="OPPeninterview(item.id,item.flowStatus)" v-if="item.flowStatus=='END'">重启面试</span> <span style="float:right;margin:0 20px 0 10px;color:#2d8cf0;cursor:pointer" @click="OPPeninterview(item.id,item.flowStatus)" v-if="item.flowStatus=='END'">重启面试</span>
</p> </p>
<p class="nowstatus" style="margin-top:8px"> <p class="nowstatus" style="margin-top:8px">
...@@ -53,11 +54,9 @@ ...@@ -53,11 +54,9 @@
<span style="margin:0 20px 0 20px" v-if="item.flowStatus=='PASS'">PASS</span> <span style="margin:0 20px 0 20px" v-if="item.flowStatus=='PASS'">PASS</span>
<span style="margin:0 20px 0 20px" v-if="item.flowStatus=='HAS_SENT_OFFER'">已发offer</span> <span style="margin:0 20px 0 20px" v-if="item.flowStatus=='HAS_SENT_OFFER'">已发offer</span>
<span style="margin:0 20px 0 20px" v-if="item.flowStatus=='TO_RESULT'">面试结果待定</span> <span style="margin:0 20px 0 20px" v-if="item.flowStatus=='TO_RESULT'">面试结果待定</span>
<span style="margin:0 20px 0 20px" v-if="item.flowStatus=='ARRIVED'">面试人已到达</span>
<span> <span>
<!-- <Select style="width:40%;float:right;color:#1E90FF" placeholder="变更状态" :label-in-value='true' @on-change="selectchangeElement($event,item.id)" size="small"> <select style="border:0;margin-right:10px;float:right;cursor:pointer" @change="selectchangeElement($event,item.id)" >
<Option v-for="(item,index) in nowstate" :key="index" :value="index" >{{item.label}}</Option>
</Select> -->
<select style="border:0;margin-right:10px;float:right;cursor:pointer" @change="selectchangeElement($event,item.id)">
<option value="0" style="color:#2d8cf0">变更状态 ∨</option> <option value="0" style="color:#2d8cf0">变更状态 ∨</option>
<option value="2" style="color:#2d8cf0">已邀约 </option> <option value="2" style="color:#2d8cf0">已邀约 </option>
<option value="3" style="color:#2d8cf0">邀约失败</option> <option value="3" style="color:#2d8cf0">邀约失败</option>
...@@ -85,19 +84,19 @@ ...@@ -85,19 +84,19 @@
<div class="interview-right"> <div class="interview-right">
<Form :label-width="80"> <Form :label-width="80">
<FormItem label="关键搜索:" style="margin-top:20px;margin-left:1%" @keyup.enter.native="Sousuo"> <FormItem label="关键搜索:" style="margin-top:20px;margin-left:1%" @keyup.enter.native="Sousuo">
<Input placeholder="请输入关键词" style="width:65%" v-model="keywords"/> <Input placeholder="请输入关键词" style="width:80%" v-model="keywords"/>
</FormItem> </FormItem>
<FormItem label="学历:" class="Education2"> <FormItem label="学历:" class="Education2">
<span v-for="(item,index) in Education2" style="cursor:pointer" :class="{'active2':index==clickIndex1}" @click="selectSeeElement(item.Num2,index)" :key="'Education2'+index" class="edu"> {{item.status2}}</span> <span v-for="(item,index) in Education2" style="cursor:pointer" :class="{'active2':index==clickIndex1}" @click="selectSeeElement(item.Num2,index)" :key="'Education2'+index" class="edu"> {{item.status2}}</span>
</FormItem> </FormItem>
<FormItem label="邀约人:" style="margin-top:20px"> <FormItem label="邀约人:" style="margin-top:20px">
<Select style="width:65%" placeholder="请选择" :label-in-value='true' @on-change="selectinterviewElement2"> <Select style="width:80%" placeholder="请选择" :label-in-value='true' @on-change="selectinterviewElement2">
<!-- <Option value="">不限</Option> --> <!-- <Option value="">不限</Option> -->
<Option v-for="(item,index) in Inviter" :key="index" :value="index" >{{item}}</Option> <Option v-for="(item,index) in Inviter" :key="index" :value="index" >{{item}}</Option>
</Select> </Select>
</FormItem> </FormItem>
<FormItem label="面试官:" style="margin-top:20px"> <FormItem label="面试官:" style="margin-top:20px">
<Select style="width:65%;height:20px" placeholder="请选择" :label-in-value='true' @on-change='selectinterviewElement'> <Select style="width:80%;height:20px" placeholder="请选择" :label-in-value='true' @on-change='selectinterviewElement'>
<!-- <Option value="">不限</Option> --> <!-- <Option value="">不限</Option> -->
<Option v-for="(item,index) in Interviewer" :key="index" :value="index" >{{item}}</Option> <Option v-for="(item,index) in Interviewer" :key="index" :value="index" >{{item}}</Option>
</Select> </Select>
...@@ -106,7 +105,7 @@ ...@@ -106,7 +105,7 @@
<span v-for="(item,index) in state" style="cursor:pointer" :class="{'active2':item.sta==true}" @click="selectElement3(item.Num3,index,item.status3,item.sta)" :key="'state2'+index"> {{item.status3}}</span> <span v-for="(item,index) in state" style="cursor:pointer" :class="{'active2':item.sta==true}" @click="selectElement3(item.Num3,index,item.status3,item.sta)" :key="'state2'+index"> {{item.status3}}</span>
</FormItem> </FormItem>
</Form> </Form>
<Button type="primary" size='small' style="width:200px;margin-left:150px;font-size:15px" @click="Sousuo">搜索</Button> <Button type="primary" size='small' style="width:150px;margin-left:150px;font-size:15px" @click="Sousuo">搜索</Button>
</div> </div>
<!-- 操作记录弹出框 --> <!-- 操作记录弹出框 -->
<Modal <Modal
...@@ -136,6 +135,7 @@ ...@@ -136,6 +135,7 @@
<span style="color:#0092FF;display:inline-block;width:70px;" v-if=" item.previousState=='PASS'">PASS</span> <span style="color:#0092FF;display:inline-block;width:70px;" v-if=" item.previousState=='PASS'">PASS</span>
<span style="color:#0092FF;display:inline-block;width:70px;" v-if=" item.previousState=='TO_DO'">待处理</span> <span style="color:#0092FF;display:inline-block;width:70px;" v-if=" item.previousState=='TO_DO'">待处理</span>
<span style="color:#0092FF;display:inline-block;width:70px;" v-if=" item.previousState=='RESET'">重启面试</span> <span style="color:#0092FF;display:inline-block;width:70px;" v-if=" item.previousState=='RESET'">重启面试</span>
<span style="color:#0092FF;display:inline-block;width:70px;" v-if=" item.previousState=='ARRIVED'">重启面试</span>
<span style="display:inline-block;width:50px;">变更为</span> <span style="display:inline-block;width:50px;">变更为</span>
<span style="color:#0092FF" v-if=" item.afterState=='INTERVIEW_OK'">面试合适</span> <span style="color:#0092FF" v-if=" item.afterState=='INTERVIEW_OK'">面试合适</span>
<span style="color:#0092FF" v-if=" item.afterState=='INTERVIEW_FAIL'">面试淘汰</span> <span style="color:#0092FF" v-if=" item.afterState=='INTERVIEW_FAIL'">面试淘汰</span>
...@@ -152,6 +152,7 @@ ...@@ -152,6 +152,7 @@
<span style="color:#0092FF" v-if=" item.afterState=='PASS'">PASS</span> <span style="color:#0092FF" v-if=" item.afterState=='PASS'">PASS</span>
<span style="color:#0092FF" v-if=" item.afterState=='TO_DO'">待处理</span> <span style="color:#0092FF" v-if=" item.afterState=='TO_DO'">待处理</span>
<span style="color:#0092FF" v-if=" item.afterState=='RESET'">重启面试</span> <span style="color:#0092FF" v-if=" item.afterState=='RESET'">重启面试</span>
<span style="color:#0092FF" v-if=" item.afterState=='ARRIVED'">重启面试</span>
</p> </p>
</div> </div>
...@@ -252,6 +253,7 @@ export default { ...@@ -252,6 +253,7 @@ export default {
modal3:false, modal3:false,
modal4:false, modal4:false,
modal5:false, modal5:false,
changestatuss:'',
spinShow:true, spinShow:true,
Ishow:[], Ishow:[],
aaaaa:'', aaaaa:'',
...@@ -735,9 +737,7 @@ export default { ...@@ -735,9 +737,7 @@ export default {
background:#EDEDED background:#EDEDED
} }
.interview-left{ .interview-left{
/* min-height: 1900px; */
min-height: 790px; min-height: 790px;
/* overflow-y: auto; */
overflow-x:hidden; overflow-x:hidden;
width: 70%; width: 70%;
float: left; float: left;
...@@ -822,16 +822,16 @@ option:hover{ ...@@ -822,16 +822,16 @@ option:hover{
color: blue; color: blue;
} }
.Education2{ .Education2{
width:360px; width:380px;
} }
.Education2 :nth-child(2){ .Education2 :nth-child(2){
margin-left: 10% margin-left: 11%
} }
.Education2 :nth-child(3){ .Education2 :nth-child(3){
margin-left: 10% margin-left: 15%
} }
.Education2 :nth-child(4){ .Education2 :nth-child(4){
margin-left:11px margin-left:15px
} }
.Education2 :nth-child(6){ .Education2 :nth-child(6){
margin-left: 10% margin-left: 10%
...@@ -840,16 +840,16 @@ option:hover{ ...@@ -840,16 +840,16 @@ option:hover{
margin-left: 10% margin-left: 10%
} }
.state2{ .state2{
width: 370px; width: 380px;
} }
.state2 :nth-child(2){ .state2 :nth-child(2){
margin-left: 10% margin-left: 6%
} }
.state2 :nth-child(3){ .state2 :nth-child(3){
margin-left: 9% margin-left: 6%
} }
.state2 :nth-child(4){ .state2 :nth-child(4){
margin-left: 9% margin-left: 6%
} }
.state2 :nth-child(5){ .state2 :nth-child(5){
margin-left: 10% margin-left: 10%
......
...@@ -48,8 +48,9 @@ ...@@ -48,8 +48,9 @@
<Button type="primary" size="small" style="margin-left:2%;width:50px" @click="delateAll">删除</Button> <Button type="primary" size="small" style="margin-left:2%;width:50px" @click="delateAll">删除</Button>
<Button type="primary" size="small" style="float:right;margin-right:10px;" @click="allexport">导出列表</Button> <Button type="primary" size="small" style="float:right;margin-right:10px;" @click="allexport">导出列表</Button>
</div> </div>
<div style="width:100%;float:left;margin-bottom:40px" class="a"> <div style="width:100%;float:left;margin-bottom:40px;overflow-y: auto;height:590px" class="a">
<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="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" @mouseover="ahove($event)" > <div class="Resumecontent" v-for='(item,i) in ajaxData' :key="i" @mouseover="ahove($event)" >
<div class="detailResume" id="a" style=""> <div class="detailResume" id="a" style="">
<p> <p>
...@@ -146,7 +147,7 @@ ...@@ -146,7 +147,7 @@
</div> </div>
</div> </div>
<!-- 操作记录弹出框 --> <!-- 操作记录弹出框 -->
<Modal <Modal
v-model="modal1" v-model="modal1"
width='500px' width='500px'
:footer-hide="true" :footer-hide="true"
...@@ -173,6 +174,7 @@ ...@@ -173,6 +174,7 @@
<span style="color:blue" v-if=" item.previousState=='PASS'">PASS</span> <span style="color:blue" v-if=" item.previousState=='PASS'">PASS</span>
<span style="color:blue" v-if=" item.previousState=='TO_DO'">待处理</span> <span style="color:blue" v-if=" item.previousState=='TO_DO'">待处理</span>
<span style="color:blue" v-if=" item.previousState=='RESET'">重启面试</span> <span style="color:blue" v-if=" item.previousState=='RESET'">重启面试</span>
<span style="color:blue" v-if=" item.previousState=='ARRIVEW'">重启面试</span>
<span>变更为</span> <span>变更为</span>
<span style="color:blue" v-if=" item.afterState=='INTERVIEW_OK'">面试合适</span> <span style="color:blue" v-if=" item.afterState=='INTERVIEW_OK'">面试合适</span>
<span style="color:blue" v-if=" item.afterState=='INTERVIEW_FAIL'">面试淘汰</span> <span style="color:blue" v-if=" item.afterState=='INTERVIEW_FAIL'">面试淘汰</span>
...@@ -189,6 +191,7 @@ ...@@ -189,6 +191,7 @@
<span style="color:blue" v-if=" item.afterState=='PASS'">PASS</span> <span style="color:blue" v-if=" item.afterState=='PASS'">PASS</span>
<span style="color:blue" v-if=" item.afterState=='TO_DO'">待处理</span> <span style="color:blue" v-if=" item.afterState=='TO_DO'">待处理</span>
<span style="color:blue" v-if=" item.afterState=='RESET'">重启面试</span> <span style="color:blue" v-if=" item.afterState=='RESET'">重启面试</span>
<span style="color:blue" v-if=" item.afterState=='ARRIVEW'">重启面试</span>
</p> </p>
</div> </div>
...@@ -1073,7 +1076,7 @@ import Router from 'vue-router'; ...@@ -1073,7 +1076,7 @@ import Router from 'vue-router';
} }
.allResume-right{ .allResume-right{
height: 800px; height: 800px;
overflow-y: auto; /* overflow-y: auto; */
width: 70%; width: 70%;
float: left; float: left;
margin-left:1%; margin-left:1%;
......
...@@ -38,9 +38,9 @@ ...@@ -38,9 +38,9 @@
</div> </div>
<div class="channel-right"> <div class="channel-right">
<div class="resumeRightContentTop"> <div class="resumeRightContentTop">
<div style="width:100%;height:80px;margin-top:20px"> <div style="width:100%;height:80px;margin-top:20px;">
<div style="width:40%;height:100%;float:left;background:rgb(61,169,247);margin-left:60px;line-height:80px;text-align:center;color:white;font-size:20px">数据展示</div> <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:40%;height:100%;float:left;background:rgb(253,85,83);margin-left:30px;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>
<div style="background:background:rgba(241,241,241,1);width:100%;margin-top:20px;height:40px;line-height:40px;border-bottom:1px solid black"> <div style="background:background:rgba(241,241,241,1);width:100%;margin-top:20px;height:40px;line-height:40px;border-bottom:1px solid black">
<input type='checkbox' class='input-checkbox' v-model='checked' @click='checkedAll' style="margin-left:1%;cursor:pointer"><span style="margin-left:8px">全选</span> <input type='checkbox' class='input-checkbox' v-model='checked' @click='checkedAll' style="margin-left:1%;cursor:pointer"><span style="margin-left:8px">全选</span>
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
<Button type="primary" size="small" style="margin-left:2%;width:50px" @click="delateAll">删除</Button> <Button type="primary" size="small" style="margin-left:2%;width:50px" @click="delateAll">删除</Button>
<Button type="primary" size="small" style="float:right;margin-right:10px;" @click="allexport">导出列表</Button> <Button type="primary" size="small" style="float:right;margin-right:10px;" @click="allexport">导出列表</Button>
</div> </div>
<div style="margin-bottom:40px;float:left;width:100%" class="a"> <div style="margin-bottom:40px;float:left;width:100%;overflow-y: auto;height:590px" class="a">
<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="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 class="Resumecontent" v-for='(item,i) in ajaxData' :key="i"> <div class="Resumecontent" v-for='(item,i) in ajaxData' :key="i">
<div class="detailResume" id="a" style="background:rgba(241,241,241,1);height:65px"> <div class="detailResume" id="a" style="background:rgba(241,241,241,1);height:65px">
...@@ -139,7 +139,7 @@ ...@@ -139,7 +139,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="pageBottom" style="width:57.5%;background:rgba(255,255,255,1);text-align:center;position:fixed;bottom:0"> <div class="pageBottom" style="width:57.5%;background:rgba(241,241,241,1);text-align:center;position:fixed;bottom:0;height:40px">
<Page :total="totalSize" show-elevator show-total @on-change="pageChange" @on-page-size-change="pageSizeChange" :current='pageIndex' :page-size='pageSize' style="text-align:center;margin-top:4px"></Page> <Page :total="totalSize" show-elevator show-total @on-change="pageChange" @on-page-size-change="pageSizeChange" :current='pageIndex' :page-size='pageSize' style="text-align:center;margin-top:4px"></Page>
</div> </div>
</div> </div>
......
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