lex 1 年之前
父节点
当前提交
197fd53d76

+ 1 - 1
src/components/card-preview/listen-modal/index.module.less

@@ -17,7 +17,7 @@
 .musicScore {
   position: relative;
   width: 100%;
-  height: 100%;
+  height: 518px;
   -webkit-overflow-scrolling: touch;
   // overflow: scroll;
 

+ 1 - 1
src/views/prepare-lessons/components/lesson-main/courseware/addCourseware.tsx

@@ -122,7 +122,7 @@ export default defineComponent({
       addOtherSource: false,
       addOtherIndex: 0 // 添加其它的索引
     });
-    const showModalMask = ref(true);
+    const showModalMask = ref(false);
 
     // 获取列表
     const getList = async () => {