lsc 6 days ago
parent
commit
6428ab82ec
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/components/pages/pptEasy/addCourse2.vue

+ 2 - 1
src/components/pages/pptEasy/addCourse2.vue

@@ -3184,7 +3184,8 @@ export default {
 }
 }
 
 
 .course_input_box > .binfo_input {
 .course_input_box > .binfo_input {
-  width: calc(100% - 0 - 200px - 20px);
+  /* width: calc(100% - 0 - 200px - 20px); */
+  width: calc(100%);
   margin: 0 10px;
   margin: 0 10px;
 }
 }