Browse Source

Update create.tsx

lex 1 year ago
parent
commit
75880f7625
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/teacher/video-class/create.tsx

+ 1 - 1
src/teacher/video-class/create.tsx

@@ -127,7 +127,7 @@ export default defineComponent({
       <div class={styles['video-create']}>
         {createState.active <= 2 ? (
           <Sticky position="top" offsetTop={0} zIndex={999999}>
-            <ColHeader border={false} />
+            <ColHeader border={false} isFixed={false} />
             <Grid
               border={false}
               style={{ paddingTop: '15px' }}