|
|
@ -139,7 +139,7 @@ |
|
|
|
async infoPages() { |
|
|
|
async infoPages() { |
|
|
|
this.queryParams.type = 5 |
|
|
|
this.queryParams.type = 5 |
|
|
|
let res = await Api.getColumnInfoList(this.queryParams) |
|
|
|
let res = await Api.getColumnInfoList(this.queryParams) |
|
|
|
this.case_list = res.data.list.filter(item => item.recommend == 1) |
|
|
|
this.case_list = res.data.list.filter(item => item.recommend == 1).slice(0,4) |
|
|
|
}, |
|
|
|
}, |
|
|
|
hoverItem(val) { |
|
|
|
hoverItem(val) { |
|
|
|
this.activeIndex = val |
|
|
|
this.activeIndex = val |
|
|
@ -347,7 +347,7 @@ |
|
|
|
scrollbar-width: none; |
|
|
|
scrollbar-width: none; |
|
|
|
|
|
|
|
|
|
|
|
.list-item-i { |
|
|
|
.list-item-i { |
|
|
|
width: 300px; |
|
|
|
width: 24%; |
|
|
|
height: fit-content; |
|
|
|
height: fit-content; |
|
|
|
height: 250px; |
|
|
|
height: 250px; |
|
|
|
|
|
|
|
|
|
|
|