Browse Source

添加课程

zengyicheng 2 years ago
parent
commit
18a4a1e177
1 changed files with 21 additions and 9 deletions
  1. 21 9
      src/components/pages/addCourse.vue

+ 21 - 9
src/components/pages/addCourse.vue

@@ -273,7 +273,7 @@
                       align-items: center;
                     "
                   >
-                    <div style="margin-right: 15px">请选择评价指标</div>
+                    <div style="margin-right: 15px;min-width: 120px;">请选择评价指标</div>
                     <div>
                       <el-select
                         v-model="evalua"
@@ -298,7 +298,7 @@
                   </div>
                 </div>
                 <div
-                  v-if="evalua != ''"
+                  v-if="evalua"
                   style="
                     border: 1px solid #e5e5e5;
                     width: 750px;
@@ -537,7 +537,16 @@
                           align-items: center;
                         "
                       >
-                        <div style="">任务名称</div>
+                        <div
+                          style="
+                            border-left: 6px solid #5699e8;
+                            height: 20px;
+                            padding-left: 10px;
+                            line-height: 22px;
+                          "
+                        >
+                          任务名称
+                        </div>
                         <div>
                           <input
                             type="text"
@@ -1451,7 +1460,7 @@
                         </div>
                       </div>
                       <div
-                        v-if="evalua != ''"
+                        v-if="evalua"
                         style="
                           border: 1px solid #e5e5e5;
                           width: 650px;
@@ -1769,11 +1778,12 @@
           <div class="people_nav">选择班级</div>
         </div>
         <el-checkbox-group v-model="checkboxList2" class="people_name">
-          <div v-for="(item,index) in grade" :key="item.id" >
+          <div v-for="(item, index) in grade" :key="item.id">
             <el-checkbox :label="item.id">{{
-            item.name ? item.name : "暂无班级可选"}}</el-checkbox>
+              item.name ? item.name : "暂无班级可选"
+            }}</el-checkbox>
             <div>
-              <span>{{index}}</span>
+              <span>{{ index }}</span>
             </div>
           </div>
         </el-checkbox-group>
@@ -4419,6 +4429,7 @@ export default {
   text-overflow: ellipsis;
   /* font-weight: 600; */
   margin-right: 20px;
+  font-size: 18px;
 }
 
 .chapter_contentbox div:nth-child(2) {
@@ -4452,6 +4463,7 @@ export default {
   border-radius: 4px;
   box-sizing: border-box;
   background: #fff;
+  font-size: 18px;
 }
 
 .binfo_input:focus-visible {
@@ -4983,13 +4995,13 @@ ol {
 
 .addPeople {
   background: #fa6060;
-  width: 135px;
+  width: 150px;
   height: 40px;
   color: #fff;
   border-radius: 5px;
   text-align: center;
   line-height: 40px;
-  font-size: 15px;
+  font-size: 14px;
   cursor: pointer;
   margin-top: 20px;
 }