|
|
@ -220,7 +220,7 @@ const getNewList = () => { |
|
|
*/ |
|
|
*/ |
|
|
const getknowledgeList = () => { |
|
|
const getknowledgeList = () => { |
|
|
let sendData = { |
|
|
let sendData = { |
|
|
"groupId":"16213848089876281", |
|
|
"groupId":"229565067446718464", |
|
|
"sunGroupId":"", |
|
|
"sunGroupId":"", |
|
|
"typestypes":0, |
|
|
"typestypes":0, |
|
|
"limit":6 |
|
|
"limit":6 |
|
|
@ -254,7 +254,6 @@ const openNews = (val:any,name:string) => { |
|
|
</script> |
|
|
</script> |
|
|
<template> |
|
|
<template> |
|
|
<div> |
|
|
<div> |
|
|
<HeaderPage /> |
|
|
|
|
|
<el-scrollbar ref="scrollBox" class="indexBody" @scroll="onHandleScroll"> |
|
|
<el-scrollbar ref="scrollBox" class="indexBody" @scroll="onHandleScroll"> |
|
|
<CarouselPage :num="4" /> |
|
|
<CarouselPage :num="4" /> |
|
|
<el-card style="margin-top: 5px;" shadow="always"> |
|
|
<el-card style="margin-top: 5px;" shadow="always"> |
|
|
@ -343,7 +342,7 @@ const openNews = (val:any,name:string) => { |
|
|
<style lang='scss' scoped> |
|
|
<style lang='scss' scoped> |
|
|
.indexBody{ |
|
|
.indexBody{ |
|
|
width:100%; |
|
|
width:100%; |
|
|
height: calc(100vh - 121px); |
|
|
height: calc(100vh - 65px); |
|
|
padding: 0 5px 0px 5px; |
|
|
padding: 0 5px 0px 5px; |
|
|
.cardContBox{ |
|
|
.cardContBox{ |
|
|
display: flex; |
|
|
display: flex; |
|
|
|