소스 검색

11/25 10:57

11
mo 4 년 전
부모
커밋
a7e699f0bb
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/views/teamDetail/componentCourse/addCompound.vue

+ 4 - 0
src/views/teamDetail/componentCourse/addCompound.vue

@@ -5,6 +5,10 @@
         <p>临时合课列表<span style="color:red;"> {{compoundList.length}} </span></p>
         <el-popover placement="top"
                     trigger="click">
+          <div>
+            <p>临时合课列表</p>
+            <el-divider></el-divider>
+          </div>
           <el-button type="text"
                      style="float:right"
                      @click="clearCom">清空课表</el-button>