lsc 2 년 전
부모
커밋
daf3978e7d

+ 1 - 1
dist/index.html

@@ -18,4 +18,4 @@
       border-radius: 10px;
       -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
       background-color: rgba(0, 0, 0, 0.1);
-    }</style><link href=./static/css/app.3c3f7fbeb7be7e9adee732ced67eaa60.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.789a6164bd55c3336dd5.js></script><script type=text/javascript src=./static/js/app.e5ad89634f5dc16fabb2.js></script></body></html><script>document.domain = "cocorobo.cn"</script>
+    }</style><link href=./static/css/app.c4266ad61e229377367b36c81ca9da00.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.789a6164bd55c3336dd5.js></script><script type=text/javascript src=./static/js/app.b5d3d92ad14aca203480.js></script></body></html><script>document.domain = "cocorobo.cn"</script>

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/css/app.3c3f7fbeb7be7e9adee732ced67eaa60.css.map


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/css/app.c4266ad61e229377367b36c81ca9da00.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/css/app.c4266ad61e229377367b36c81ca9da00.css.map


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.b5d3d92ad14aca203480.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.b5d3d92ad14aca203480.js.map


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.e5ad89634f5dc16fabb2.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.e5ad89634f5dc16fabb2.js.map


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/manifest.3ad1d5771e9b13dbdad2.js.map


+ 25 - 23
src/components/study.vue

@@ -187,19 +187,19 @@
                       ? 'listNoVedio'
                       : ''
                   " v-if="
-                      (vedio.length &&
-                        vedio[jdIndex][rwIndex] &&
-                        vedio[jdIndex][rwIndex].length > 0) ||
-                      (textList.length &&
-                        textList[jdIndex][rwIndex] &&
-                        textList[jdIndex][rwIndex].length > 0) ||
-                      (lineList.length &&
-                        lineList[jdIndex][rwIndex] &&
-                        lineList[jdIndex][rwIndex].length > 0) ||
-                      (file.length &&
-                        file[jdIndex][rwIndex] &&
-                        file[jdIndex][rwIndex].length > 0)
-                    ">
+                    (vedio.length &&
+                      vedio[jdIndex][rwIndex] &&
+                      vedio[jdIndex][rwIndex].length > 0) ||
+                    (textList.length &&
+                      textList[jdIndex][rwIndex] &&
+                      textList[jdIndex][rwIndex].length > 0) ||
+                    (lineList.length &&
+                      lineList[jdIndex][rwIndex] &&
+                      lineList[jdIndex][rwIndex].length > 0) ||
+                    (file.length &&
+                      file[jdIndex][rwIndex] &&
+                      file[jdIndex][rwIndex].length > 0)
+                  ">
                     <div class="navTitile">内容列表:</div>
                     <div class="navBox">
                       <div v-show="
@@ -224,7 +224,7 @@
                           :key="vedioIndex + '1'" @click="
                             lookVedio(media.url, jdIndex, rwIndex, vedioIndex)
                           ">
-                          <div class="media" style="
+                          <!-- <div class="media" style="
                               width: 90px;
                               height: 60px;
                               position: relative;
@@ -236,10 +236,11 @@
                                   : mr
                                 : mr
                             " alt />
-                            <!-- <div class="vedioTime" v-if="vedioTime[jdIndex]">
+                    
+                          </div> -->
+                          <!-- <div class="vedioTime" v-if="vedioTime[jdIndex]">
                               {{ vedioTime[jdIndex][rwIndex][vedioIndex] }}
                             </div> -->
-                          </div>
                           <div class="vedioName" :class="
                             isClickNavOne[jdIndex][rwIndex][vedioIndex] ==
                             'video' + vedioIndex
@@ -288,8 +289,8 @@
                         lineList.length &&
                         lineList[jdIndex][rwIndex] &&
                         lineList[jdIndex][rwIndex].length > 0
-                      " class="newNav" v-for="(lines, lineIndex) in lineList[jdIndex][rwIndex]"
-                        :key="lineIndex + '4'" @click="doUrl(lines.url)">
+                      " class="newNav" v-for="(lines, lineIndex) in lineList[jdIndex][rwIndex]" :key="lineIndex + '4'"
+                        @click="doUrl(lines.url)">
                         <!-- <div
                           class="vedioNav"
                           style="
@@ -1899,7 +1900,7 @@
         <el-button style="background: #409efe; color: #fff" @click="juriVisible = false">关 闭</el-button>
       </div>
     </el-dialog>
-    <el-dialog title="查看视频" :visible.sync="videoVisible" :append-to-body="true" width="1200px"
+    <el-dialog title="查看视频" :visible.sync="videoVisible" :append-to-body="true" width="1000px"
       :before-close="handleClose" class="dialog_diy1">
       <div class="workd_media" style="height: 100%" v-if="videoDetail.sources">
         <video-player class="video-player vjs-custom-skin" :playsinline="true" :options="videoDetail"
@@ -5430,14 +5431,15 @@ export default {
 
 .vedioName {
   text-overflow: ellipsis;
-  position: absolute;
+  /* position: absolute; */
   top: 8px;
   font-size: 14px;
-  left: 110px;
-  height: 60px;
+  /* left: 110px; */
+  /* height: 60px; */
   overflow: hidden;
-  width: auto;
+  width: 100%;
   word-break: break-all;
+  white-space: nowrap;
 }
 
 .vedioTime {

+ 10 - 9
src/components/studyStudent.vue

@@ -255,7 +255,7 @@
                       </div> -->
                       <div class="vedioTimeBox" v-for="(media, vedioIndex) in vedio[taskCount]" :key="vedioIndex + '1'"
                         @click="lookVedio(media.url, vedioIndex)">
-                        <div class="media" style="width: 90px; height: 60px; position: relative">
+                        <!-- <div class="media" style="width: 90px; height: 60px; position: relative">
                           <img style="height: 90px; width: 160px" :src="
                             media.cover != null && media.cover != ''
                               ? JSON.parse(media.cover).length > 0
@@ -263,11 +263,11 @@
                                 : mr
                               : mr
                           " alt />
-                          <!-- <div class="vedioTime">
+                        </div> -->
+                        <!-- <div class="vedioTime">
                             {{ vedioTime[vedioIndex] }}
                           </div> -->
-                          <!-- <div class="vedioName">{{ media.name }}</div> -->
-                        </div>
+                        <!-- <div class="vedioName">{{ media.name }}</div> -->
                         <div class="vedioName" :class="
                           isClickNav == 'video' + vedioIndex
                             ? 'isClickNav'
@@ -1878,7 +1878,7 @@
         <el-button style="background: #409efe; color: #fff" @click="juriVisible = false">关 闭</el-button>
       </div>
     </el-dialog>
-    <el-dialog title="查看视频" :visible.sync="videoVisible" :append-to-body="true" width="1200px"
+    <el-dialog title="查看视频" :visible.sync="videoVisible" :append-to-body="true" width="1000px"
       :before-close="handleClose" class="dialog_diy1">
       <div class="workd_media" style="height: 100%" v-if="videoDetail.sources">
         <video-player class="video-player vjs-custom-skin" :playsinline="true" :options="videoDetail"
@@ -5330,14 +5330,15 @@ export default {
 
 .vedioName {
   text-overflow: ellipsis;
-  position: absolute;
+  /* position: absolute; */
   top: 8px;
   font-size: 14px;
-  left: 110px;
-  height: 60px;
+  /* left: 110px; */
+  /* height: 60px; */
   overflow: hidden;
-  width: auto;
+  width: 100%;
   word-break: break-all;
+  white-space: nowrap;
 }
 
 .vedioTime {

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.