|
@@ -127,6 +127,13 @@ export default defineComponent({
|
|
}}
|
|
}}
|
|
>
|
|
>
|
|
<OHeader />
|
|
<OHeader />
|
|
|
|
+ </OSticky>
|
|
|
|
+ <OSticky
|
|
|
|
+ offsetTop={`var(--header-height)`}
|
|
|
|
+ onGetHeight={(height: number) => {
|
|
|
|
+ document.documentElement.style.setProperty('--header-cellGroup', height + 'px')
|
|
|
|
+ }}
|
|
|
|
+ >
|
|
{data.schoolList.length > 0 && (
|
|
{data.schoolList.length > 0 && (
|
|
<CellGroup inset class={styles.cellGroup}>
|
|
<CellGroup inset class={styles.cellGroup}>
|
|
<Cell class={styles.select} center isLink onClick={() => (data.schoolStatus = true)}>
|
|
<Cell class={styles.select} center isLink onClick={() => (data.schoolStatus = true)}>
|