lex 2 年之前
父节点
当前提交
9533a536c1
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/teacher/video-class/class-content.tsx
  2. 1 1
      src/teacher/video-class/create.tsx

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

@@ -156,7 +156,7 @@ export default defineComponent({
           添加课程
         </Button>
 
-        <Sticky offsetBottom={0} position="bottom">
+        <Sticky offsetBottom={0} position="bottom" zIndex={999999}>
           <div class={['btnGroup', 'btnMore']}>
             <Button
               block

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

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