Browse Source

11/25 10:57

11
mo 4 năm trước cách đây
mục cha
commit
a7e699f0bb
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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>