浏览代码

优化编辑页

黄琪勇 11 月之前
父节点
当前提交
d36fe6840f
共有 2 个文件被更改,包括 1 次插入14 次删除
  1. 0 12
      src/views/creation/edit/index.module.less
  2. 1 2
      src/views/creation/edit/index.tsx

+ 0 - 12
src/views/creation/edit/index.module.less

@@ -1,15 +1,3 @@
-.editBg{
-  position: fixed;
-  z-index: -1;
-  width: 100vw;
-  height: 100vh;
-  top: 0;
-  left: 0;
-  background-color: #F8F8F8;
-}
-.edit{
-  overflow: hidden;
-}
 .sectionVideo {
   position: relative;
   line-height: 0;

+ 1 - 2
src/views/creation/edit/index.tsx

@@ -74,11 +74,10 @@ export default defineComponent({
       }
     });
     return () => (
-      <div class={styles.edit}>
+      <div>
         <MSticky position="top">
           <MHeader background={"#F1F1F1"} border={false} />
         </MSticky>
-        <div class={styles.editBg}></div>
         <div class={[styles.section, styles.sectionFile]}>
           <div class={styles.uploadImg}>
             <MUploader