Commit 3654b32e authored by 张伯涛's avatar 张伯涛

bug修改

parent 06ce9050
......@@ -135,7 +135,7 @@ export default {
//height: 400px;
.codeImg{
position: fixed;
bottom: 300px;
bottom: 95px;
right: 50px;
z-index: 2;
cursor: pointer;
......@@ -148,7 +148,7 @@ export default {
}
.suggestionCard{
position: fixed;
bottom: 374px;
bottom: 168px;
right: 50px;
z-index: 2;
cursor: pointer;
......
......@@ -104,7 +104,7 @@ export default {
width: 1189px;
height: 2px;
background: #f5f9fd;
margin: 37px 0 60px;
margin: 37px 0 34px;
}
}
}
......
This diff is collapsed.
......@@ -64,7 +64,10 @@ export default {
},
methods: {
getEducation() {
competitionList().then(res => {
const params = {
flag: '1'
}
competitionList(params).then(res => {
this.historyList = res.data
})
}
......
<template>
<div>
<nav-list :list="navList" />
<nav-list :list="navList" :current-menu="'/collaborationCases/index'" />
<div class="news_module">
<div class="news_navbar">
<div class="navbar_title">合作案例</div>
......@@ -120,14 +120,14 @@ export default {
.news_module{
margin: 72px 0 0 0;
width: 1920px;
height: 3014px;
//height: 3014px;
background: #f5f9fd;
::v-deep .el-pagination{
display: flex;
justify-content: center;
}
.pagination-container{
padding: 38px 0 76px 0;
padding: 8px 0 76px 0;
background: none;
}
.news_navbar{
......@@ -153,7 +153,7 @@ export default {
.newsList{
//padding: 64px 0 0 48px;
width: 1200px;
height: 2805px;
height: 1910px;
//background: #FFFFFF;
//border-radius: 2px;
//box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
......
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