lex-xin 2 years ago
parent
commit
705ecdfd26

+ 1 - 1
src/teacher/teacher-cert/cert-two.tsx

@@ -81,7 +81,7 @@ export default defineComponent({
           </ColField>
         </ColFieldGroup>
 
-        <ColPopup v-model:popupStatus={this.subjectStatus}>
+        <ColPopup v-model={this.subjectStatus}>
           <SubjectModel subjectList={this.subjectList} choiceSubjectIds={this.choiceSubjectIds} onChoice={this.onChoice} />
         </ColPopup>
       </div>

+ 1 - 1
src/teacher/teacher-cert/module/subject-model.module.less

@@ -22,7 +22,7 @@
     bottom: 0;
     left: 0;
     right: 0;
-    padding: 12px;
+    margin: 12px;
     background-color: #fff;
   }