|
@@ -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 {
|