cyl/dev
jscyl13849007907 1 year ago
parent a8fcdba976
commit ba8eef406d

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 168 KiB

@ -1205,7 +1205,7 @@ export default {
justify-content: space-between;
margin-top: 12px;
.maincontentleft {
width: 944px;
width: 704px;
margin-right: 16px;
text-align: left;
.subset {
@ -1544,7 +1544,7 @@ export default {
}
.jobinformationbox,
.proxy {
width: 944px;
width: 704px;
// border: 1px solid #eeefef;
overflow: hidden;
border-radius: 4px;

@ -21,7 +21,7 @@
<div @click="searchJob(item)">{{ item.name }}</div>
</li>
</ul>
</a-modal>
</a-modal>
<!-- 筛选导航 -->
<div class="navigation">
<div class="w" id="navigation">
@ -355,7 +355,7 @@
</template>
<!-- </div> -->
<div v-if="!isspinning">
<div v-if="!isspinning" style="border-radius: 6px;overflow: hidden;">
<div
class="subset"
v-for="(item, index) in jobMainList"
@ -472,7 +472,7 @@
<!-- </template> -->
<!-- </a-button> -->
</div>
<a-button class="br4 g_ml_12" @click="torecord(item)" v-if="item.recruitment == '1'" type="primary"></a-button>
<a-button class="br4 g_ml_12" @click="torecord(item)" v-if="item.recruitment == '1'" type="primary" style="font-size: 13px;"></a-button>
<button class="norecruitment" v-else></button>
<!-- <button @click="showmodal(item)" @click="">报名</button> -->
@ -1855,6 +1855,7 @@ export default {
<style scoped lang="less">
.joblist-container {
background-color: #f0f0f0;
padding-top: 56px;
}
// .dropdown {
// display: inline-block;
@ -1998,7 +1999,7 @@ export default {
// height: 72px;
// margin-bottom: 10px;
// line-height: 100px;
position: relative;
z-index: 9;
.special-active {
@ -2420,6 +2421,15 @@ export default {
}
}
}
.ant-input{
border-color: #c4c7ce !important;
&:hover{
border-color: #a7aab5 !important;
}
&:focus{
border-color: #4e6ef2 !important;
}
}
}
/deep/ #maincontent {
@ -2786,13 +2796,13 @@ export default {
.subset {
display: flex;
justify-content: space-between;
border: 1px solid #ededed;
border-bottom: 1px solid #ededed;
// width: 944px;
// height: 212px;
padding: 16px;
margin-bottom: 16px;
// margin-bottom: 16px;
background: #ffffff;
border-radius: 6px;
// border-radius: 6px;
transition: all 0.2s;
&:hover {

@ -1248,7 +1248,7 @@ export default {
.content {
margin-top: 12px;
padding: 30px 0 20px 300px;
padding: 30px 0 20px 160px;
position: relative;
background-color: #fff;
text-align: left;

@ -23,7 +23,7 @@
<span>{{ billNumber.num30 }}</span>
</li>
<li @click="pagination.status = 40" :class="{ townsmanactive: pagination.status === 40 }">
在职
在职
<span>{{ billNumber.num40 }}</span>
</li>
<li @click="pagination.status = 999" :class="{ townsmanactive: pagination.status === 999 }">

@ -576,8 +576,8 @@ i {
}
// 公用样式类名
.w {
width: 1200px;
min-width: 1200px;
width: 960px;
min-width: 960px;
margin: 0 auto;
}
.mb12 {

@ -1,7 +1,9 @@
<template>
<div class="index-container" @click="isspecialboxshow = false">
<!-- title部分 -->
<div class="pagetitle" v-if="isLogin && routertitleindex != 0">
<div class="pagetitle" v-if="isLogin && routertitleindex != 0"
:class="pagrTitle == 'list' ? 'page-title-list-active' : ''"
>
<div class="w fsa">
<div class="fss">
<router-link to="/main">
@ -43,7 +45,7 @@
<div class="loginbox" style="" slot="overlay">
<router-link to="/mybill">
<div>
<span>职位报名</span>
<span>报名工单</span>
<i class="iconfont icon-youjiantou"></i>
</div>
</router-link>
@ -59,7 +61,7 @@
<li v-else>
<router-link to="/mybill" :class="routertitleindex == 5 ? 'titleactive' : ''">
<!-- <div> -->
<span>职位报名</span>
<span>报名工单</span>
<!-- <i class="iconfont icon-youjiantou"></i> -->
<!-- </div> -->
</router-link>
@ -366,6 +368,7 @@ export default {
//
data() {
return {
pagrTitle:'list',
fellowList: [],
// isspinning: false,
isspecialboxshow: false,
@ -444,6 +447,7 @@ export default {
},
$route: {
handler(to) {
this.init()
console.log();
// console.log("ischange");
// console.log(to);
@ -507,6 +511,7 @@ export default {
this.isLaoxiangshow();
this.showfooter();
this.getTeamList();
this.init()
},
/**
* el 被新创建的 vm.el 替换并挂载到实例上去之后调用该钩子
@ -516,9 +521,20 @@ export default {
this.loginValue = localStorage.getItem("LOGIN_DATA") !== null ? JSON.parse(localStorage.getItem("LOGIN_DATA")) : { tel: "" };
console.log(this.loginValue);
// console.log(document.querySelector(".ant-pagination-options-quick-jumper"));
this.init()
},
//
methods: {
init(){
// pagrTitle
console.log('-----------------------',this.$route,)
let that = this;
if(that.$route.name == 'JobList'){
that.pagrTitle = 'list'
}else{
that.pagrTitle = ''
}
},
/**
* 处理后台返回的职位列表
*/
@ -797,7 +813,7 @@ export default {
}
}
/deep/ .pagetitle {
background-color: #f0f0f0;
background-color: #ffffff;
padding: 0;
height: 56px;
display: flex;
@ -929,7 +945,15 @@ export default {
}
}
}
.page-title-list-active{
position: fixed;
left: 0;
top: 0;
width: 100%;
z-index: 999999;
}
.fellowtownsman {
// height: 641px;
background: #ffffff;

Loading…
Cancel
Save