添加下载按钮和发布按钮

cyl/dev-test
jscyl13849007907 1 year ago
parent f4ce6bb646
commit 022947ac01

@ -93,7 +93,7 @@
// border: 1px solid #dcdcdc;
padding: 16px;
background-color: #fff;
margin-bottom: 12px;
margin-bottom: 16px;
transition: all 0.2s;
cursor: pointer;
position: relative;

@ -78,8 +78,8 @@
border-radius: 8px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px;
padding: 16px;
margin-top: 32px;
margin-bottom: 32px;
margin-top: 16px;
margin-bottom: 16px;
.m-title{
color: rgb(0,0,0);
line-height: 1.5;

@ -55,7 +55,7 @@
let that = this;
const { data } = await JobListApi({
pageNum: 1,
pageSize: 8,
pageSize: 10,
jobCategory: 608,
sortTag:3
});
@ -90,7 +90,7 @@
}
.m-list{
.item{
margin-bottom: 22px;
margin-bottom: 16px;
.key{
width: 20px;
font-size: 14px;

@ -74,7 +74,7 @@
border-radius: 8px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px;
padding: 16px;
margin-top: 32px;
margin-top: 16px;
.m-title{
color: rgb(0,0,0);
line-height: 1.5;

@ -79,7 +79,7 @@
border-radius: 8px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px;
padding: 16px;
margin-top: 32px;
margin-top: 16px;
.m-title{
color: rgb(0,0,0);
line-height: 1.5;

@ -73,6 +73,9 @@
<!-- </div> -->
</router-link>
</li>
<li>
<router-link to="/list?type=vocational" :class="routertitleindex == 8 ? 'titleactive' : ''" rel="opener" style="font-size: 16px;">产品下载</router-link>
</li>
<!--<li>
<router-link to="/mytownsman" :class="routertitleindex == 4 ? 'titleactive' : ''">我的老乡</router-link>
</li>-->
@ -178,6 +181,14 @@
</ul>
</div>
<span v-if="isLogin" class="logined fsa">
<div class="g_flex_column_center g_mr_12">
<div class="g_flex_c edit-obj"
style="width: 30px;height: 30px;border-radius: 60%;background-color: #1890ff;opacity: 0.9;"
@click="goCreateOrder"
>
<a-icon type="form" style="color: #fff;" />
</div>
</div>
<div class v-if="loginValue.agencyName == '郑州一才工作'">
<a-dropdown
:trigger="['click']"
@ -886,6 +897,9 @@ export default {
}
}
},
goCreateOrder(){
this.$router.push({ name: "recordbill", params: {} });
}
},
};
</script>
@ -1412,4 +1426,10 @@ export default {
border-radius: 2px;
margin-right: 8px;
}
.edit-obj{
cursor: pointer;
&:hover{
opacity: 1;
}
}
</style>

Loading…
Cancel
Save