|
@@ -164,6 +164,31 @@
|
|
|
</el-tooltip>
|
|
|
</div>
|
|
|
<div class="btnAll">
|
|
|
+ <div
|
|
|
+ class="returnBtn lockIcon"
|
|
|
+ @click="juriVisible = true"
|
|
|
+ v-if="tType == 1"
|
|
|
+ >
|
|
|
+ 权限
|
|
|
+ </div>
|
|
|
+ <div
|
|
|
+ class="returnBtn vedioIcon"
|
|
|
+ @click="startRecording"
|
|
|
+ v-if="!videoStart && (tType == 1 || tType == 4)"
|
|
|
+ >
|
|
|
+ 录制
|
|
|
+ </div>
|
|
|
+ <div
|
|
|
+ class="returnBtn"
|
|
|
+ @click="stopRecording"
|
|
|
+ v-else-if="tType == 1 || tType == 4"
|
|
|
+ style="background: #ee5255"
|
|
|
+ >
|
|
|
+ 下载
|
|
|
+ </div>
|
|
|
+ <div class="returnBtn commentIcon" @click="setPz" v-if="tType == 1">
|
|
|
+ 评论
|
|
|
+ </div>
|
|
|
<div
|
|
|
class="returnBtn"
|
|
|
@click="nextOrpreSteps(0)"
|
|
@@ -186,31 +211,6 @@
|
|
|
全屏
|
|
|
</div> -->
|
|
|
<div class="returnBtn" @click="refreshCourse">刷新</div>
|
|
|
- <div class="returnBtn commentIcon" @click="setPz" v-if="tType == 1">
|
|
|
- 评论
|
|
|
- </div>
|
|
|
- <div
|
|
|
- class="returnBtn vedioIcon"
|
|
|
- @click="startRecording"
|
|
|
- v-if="!videoStart && (tType == 1 || tType == 4)"
|
|
|
- >
|
|
|
- 录制
|
|
|
- </div>
|
|
|
- <div
|
|
|
- class="returnBtn"
|
|
|
- @click="stopRecording"
|
|
|
- v-else-if="tType == 1 || tType == 4"
|
|
|
- style="background: #ee5255"
|
|
|
- >
|
|
|
- 下载
|
|
|
- </div>
|
|
|
- <div
|
|
|
- class="returnBtn lockIcon"
|
|
|
- @click="juriVisible = true"
|
|
|
- v-if="tType == 1"
|
|
|
- >
|
|
|
- 权限
|
|
|
- </div>
|
|
|
<div
|
|
|
class="returnBtn returnIcon"
|
|
|
@click.stop="
|
|
@@ -6381,7 +6381,7 @@
|
|
|
style="margin: 0 30px 0 auto"
|
|
|
type="primary"
|
|
|
size="small"
|
|
|
- v-if="isClose == 1"
|
|
|
+ v-if="isClose == 1 && checktoolArray.length > 0"
|
|
|
@click="addToolChoose"
|
|
|
>确定</el-button
|
|
|
>
|
|
@@ -17978,7 +17978,7 @@ export default {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
align-items: center;
|
|
|
- width: calc(100% - 650px);
|
|
|
+ width: calc(100% - 745px);
|
|
|
}
|
|
|
|
|
|
.courseIndex > div:nth-child(1) {
|
|
@@ -17995,7 +17995,7 @@ export default {
|
|
|
.courseIndex > div:nth-child(2) {
|
|
|
font-size: 20px;
|
|
|
/* width: 300px; */
|
|
|
- max-width: calc(100% - 180px);
|
|
|
+ max-width: calc(100% - 105px);
|
|
|
white-space: nowrap;
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|