|
@@ -182,7 +182,7 @@ export default defineComponent({
|
|
|
immediateCheck={false}
|
|
|
onLoad={getList}
|
|
|
>
|
|
|
- <CellGroup border={false}>
|
|
|
+ <CellGroup class={styles.cellGroup} border={false}>
|
|
|
{['VIP_COURSE', 'PRACTICE'].includes(props.type) && (
|
|
|
<TeacherItem list={tableList.value} />
|
|
|
)}
|