|
@@ -4,7 +4,7 @@
|
|
|
<div class="c_pub_button_confirm stopBtn" v-if="loading && isTeacherTaskCancelToken" @click="cancelAjax('teacherTask')">停止</div>
|
|
<div class="c_pub_button_confirm stopBtn" v-if="loading && isTeacherTaskCancelToken" @click="cancelAjax('teacherTask')">停止</div>
|
|
|
<div class="pb_content_body" style="position: relative; margin: 0;overflow: hidden;">
|
|
<div class="pb_content_body" style="position: relative; margin: 0;overflow: hidden;">
|
|
|
<div class="courseTop" :style="{width: !gotype ? '100%' :'100px'}">
|
|
<div class="courseTop" :style="{width: !gotype ? '100%' :'100px'}">
|
|
|
- <!-- <div class="stepsNav">
|
|
|
|
|
|
|
+ <div class="stepsNav" v-if="!gotype">
|
|
|
<el-breadcrumb separator-class="el-icon-arrow-right">
|
|
<el-breadcrumb separator-class="el-icon-arrow-right">
|
|
|
<el-breadcrumb-item :to="{
|
|
<el-breadcrumb-item :to="{
|
|
|
path:
|
|
path:
|
|
@@ -21,7 +21,7 @@
|
|
|
<span style="color: rgb(15, 126, 255)">添加课程</span>
|
|
<span style="color: rgb(15, 126, 255)">添加课程</span>
|
|
|
</el-breadcrumb-item>
|
|
</el-breadcrumb-item>
|
|
|
</el-breadcrumb>
|
|
</el-breadcrumb>
|
|
|
- </div> -->
|
|
|
|
|
|
|
+ </div>
|
|
|
<div class="r_pub_button_retrun" style="margin-left: auto" @click="retrunCourse">返回</div>
|
|
<div class="r_pub_button_retrun" style="margin-left: auto" @click="retrunCourse">返回</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="right" style="height: calc(100% - 36px); margin-top: 36px;" :style="{width:istemplate == 1 ? 'calc(100% - 300px)' : '100%'}">
|
|
<div class="right" style="height: calc(100% - 36px); margin-top: 36px;" :style="{width:istemplate == 1 ? 'calc(100% - 300px)' : '100%'}">
|