Browse Source

addCourse

lsc 3 years ago
parent
commit
34141c93f9
1 changed files with 4 additions and 2 deletions
  1. 4 2
      src/components/pages/addCourse.vue

+ 4 - 2
src/components/pages/addCourse.vue

@@ -99,6 +99,7 @@
               background: #f1f1f1;
               border-radius: 10px;
               min-height: 550px;
+              min-width: 800px;
             "
             v-if="this.steps == 1"
           >
@@ -1739,7 +1740,7 @@ export default {
 }
 
 .chapter_contentbox div:nth-child(2) {
-  width: 100%;
+  width: 380px;
 }
 
 .chapter_contentbox div:nth-child(3) {
@@ -2214,6 +2215,7 @@ ol {
 .stepBg {
   margin: 0 25px 0 25px;
   width: 17%;
+  min-width: 230px;
   border-radius: 10px;
   display: flex;
   flex-direction: column;
@@ -2340,7 +2342,7 @@ ol {
 
 .upCss >>> .el-icon-plus {
   position: none !important;
-  width: 100px;
+  width: 200px;
   height: 100px;
   display: flex;
   flex-wrap: nowrap;