|
@@ -3,7 +3,7 @@
|
|
|
<div class="c_pub_button_confirm stopBtn" v-if="loading && isOutlineCancelToken" @click="cancelAjax('outline')">停止</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="courseTop">
|
|
|
+ <div class="courseTop" :style="{width: !gotype ? '100%' :'100px'}">
|
|
|
<!-- <div class="stepsNav">
|
|
|
<el-breadcrumb separator-class="el-icon-arrow-right">
|
|
|
<el-breadcrumb-item :to="{
|
|
@@ -7182,6 +7182,7 @@ export default {
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
|
+ gotype:sessionStorage.getItem('gotype'),
|
|
|
checkAll: false,
|
|
|
checkAll2: false,
|
|
|
chooseType: 1,
|