liqk 2 лет назад
Родитель
Сommit
5fef778190

+ 5 - 4
TEAMModelOS/ClientApp/src/view/mycourse/MyCourse.less

@@ -30,16 +30,16 @@
     flex: 1;
     overflow: hidden;
     transition: height 0.5s;
-    border-radius: 5px;
+    border-radius: 0px 0px 5px 5px;
     position: relative;
-    z-index: 9;
+    z-index: 999;
 }
 
 .course-type-fitcontent {
     &:hover {
         height: fit-content;
-        box-shadow: 0 2px 5px #e9e9e9;
-        background: #fafafa;
+        box-shadow: 0 2px 5px #808695;
+        background: #dcdee2;
     }
 }
 
@@ -239,6 +239,7 @@
     line-height: 18px;
     height: 20px;
     border-radius: 2px;
+
     &:hover {
         color: white;
         background: #cccccc;

+ 1 - 2
TEAMModelOS/ClientApp/src/view/mycourse/MyCourse.vue

@@ -203,7 +203,7 @@
                 <Button :loading="btnLoading" @click="confirmCreateList" long type="primary" class="confirm-btn">{{ $t('syllabus.confirm') }}</Button>
             </div>
         </Modal>
-        <!-- 创建名单 -->
+        <!-- CC开课 -->
         <Modal v-model="startCusStatus" width="600" footer-hide className="ed-name-modal">
             <div slot="header" class="modal-header">
                 {{$t('cusMgt.cc1')}}
@@ -635,7 +635,6 @@ export default {
                             students: s.students,
                             time: []
                         })
-                        this.courseListShow.push(this._.cloneDeep(s))
                         this.btnLoading = true
                         this.updCusInfo()
                         this.listId = ''