瀏覽代碼

修改问题

zengyicheng 2 年之前
父節點
當前提交
e8e8017218
共有 3 個文件被更改,包括 524 次插入258 次删除
  1. 1 1
      src/components/components/askStatic2.vue
  2. 1 1
      src/components/courseDetail.vue
  3. 522 256
      src/components/studyStudent.vue

+ 1 - 1
src/components/components/askStatic2.vue

@@ -45,7 +45,7 @@
                       item.checkList[checkIndex].imgType == 1
                     "
                   >
-                    <div class="inImg" @click.stop="previewImg(item.src)">
+                    <div class="inImg" @click.stop="previewImg(item.checkList[checkIndex].src)">
                       <img :src="item.checkList[checkIndex].src" alt="" />
                     </div>
                   </div>

+ 1 - 1
src/components/courseDetail.vue

@@ -62,7 +62,7 @@
                   >
                 </div>
               </div>
-              <div class="cType" style="font-size: 18px; color: #6c6c6c">
+              <div class="cType" style="font-size: 18px; color: #6c6c6c;align-items: flex-start;">
                 <div style="min-width: 150px">
                   创建者:<span style="color: #000">{{
                     courseDetail.username

文件差異過大導致無法顯示
+ 522 - 256
src/components/studyStudent.vue


部分文件因文件數量過多而無法顯示