Przeglądaj źródła

修改样式问题

zengyicheng 2 lat temu
rodzic
commit
3293b82c2f
1 zmienionych plików z 4 dodań i 4 usunięć
  1. 4 4
      src/components/study.vue

+ 4 - 4
src/components/study.vue

@@ -249,13 +249,13 @@
                     ></pdf>
                   </div>
                 </div>
-                <div
-                  class="vedioList"
-                  :class="
+                <!-- :class="
                     vedio[taskCount].length == 0 && file[taskCount].length == 0
                       ? 'listNoVedio'
                       : ''
-                  "
+                  " -->
+                <div
+                  class="vedioList"
                   v-if="
                     (vedio.length && vedio[taskCount] && vedio[taskCount].length > 0) ||
                     (textList.length &&