提交 cf7d6955 authored 作者: 王鹏飞's avatar 王鹏飞

chore: 首页公开课模块展示5条数据

上级 b3c38dd3
......@@ -63,7 +63,7 @@ export default {
project_id: process.env.projectId,
type_tag: 'article_publish_class',
page: 1,
limit: 4
limit: 5
}
await this.$axios.get('/api/cms/api/v1/articles', { params }).then(res => {
this.data = res.data.data || []
......@@ -132,9 +132,9 @@ export default {
display: flex;
flex-direction: column;
width: 600px;
padding: 79px 30px 64px 0;
margin-right: 30px;
li + li {
margin-top: 33px;
margin-top: 38px;
}
li {
width: 568px;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论