提交 fae7a0c3 authored 作者: matian's avatar matian

修改style

上级 e4ec8a3a
......@@ -33,10 +33,10 @@ export function getVideoView(params: { id: string }) {
return httpRequest.get('/api/psp/v1/admission/video-view', { params })
}
// 获取推荐课程列表
export function getRecommendCourse(params: { page_size?: string; page?: string }) {
export function getRecommendCourse(params?: { page_size?: string; page?: string }) {
return httpRequest.get('/api/psp/v1/recommend-course/list', { params })
}
// 获取导师列表
export function getTeacherList(params: { page_size?: string; page?: string; type?: string }) {
export function getTeacherList(params?: { page_size?: string; page?: string; type?: string }) {
return httpRequest.get('/api/psp/v1/lecturer/list', { params })
}
......@@ -37,12 +37,11 @@ getTeacherList().then(res => {
#team {
border-radius: 0.2rem;
margin-bottom: 0.29rem;
background: #ffffff;
padding-bottom: 0.2rem;
.team_header {
background-size: 100% 100%;
padding: 0.4rem 0.37rem 0.47rem 0.37rem;
padding: 0.2rem;
box-sizing: border-box;
display: flex;
justify-content: space-between;
......@@ -53,7 +52,8 @@ getTeacherList().then(res => {
color: #333;
}
.more {
color: #955815;
color: #999999;
font-size: 0.22rem;
}
}
}
......
......@@ -45,6 +45,7 @@ defineProps<{ teams: ITeam[] }>()
}
.more {
color: #955815;
color: 0.22rem;
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论