|
@@ -10,6 +10,7 @@ import IconXueli from '@common/images/icon-xueli.png'
|
|
|
import IconJiaozi from '@common/images/icon-jiaozi.png'
|
|
|
import dayjs from 'dayjs'
|
|
|
import ColHeader from '@/components/col-header'
|
|
|
+import TheSticky from '@/components/the-sticky'
|
|
|
export const getAssetsHomeFile = (fileName: string) => {
|
|
|
const path = `./images/${fileName}`
|
|
|
const modules = import.meta.globEager('./images/*')
|
|
@@ -135,10 +136,10 @@ export default defineComponent({
|
|
|
render() {
|
|
|
return (
|
|
|
<div class={styles.teacherFollow}>
|
|
|
- <Sticky position="top" offsetTop={0}>
|
|
|
- <ColHeader border={false} />
|
|
|
+ <TheSticky position="top">
|
|
|
+ <ColHeader border={false} isFixed={false} />
|
|
|
<ColSearch onSearch={this.onSearch} />
|
|
|
- </Sticky>
|
|
|
+ </TheSticky>
|
|
|
{this.dataShow ? (
|
|
|
<List
|
|
|
class={styles.liveList}
|