|
@@ -246,13 +246,14 @@ export default defineComponent({
|
|
|
<div class={[styles['live-detail'], 'mb12']}>
|
|
|
<ColHeader />
|
|
|
<UserDetail userInfo={this.userInfo} showBuy={false} />
|
|
|
- <SectionDetail>
|
|
|
+ <SectionDetail border>
|
|
|
<p class={styles.introduction}>{this.userInfo.lessonDesc}</p>
|
|
|
</SectionDetail>
|
|
|
|
|
|
<SectionDetail
|
|
|
title="课程列表"
|
|
|
icon="courseList"
|
|
|
+ border
|
|
|
contentStyle={{ paddingTop: '0' }}
|
|
|
>
|
|
|
{this.courseInfo.length > 0 && (
|