zengyicheng il y a 1 an
Parent
commit
ba3b6e4b0a

+ 0 - 1
src/components/courseDetail.vue

@@ -796,7 +796,6 @@
                             ></div>
                             <div
                               style="
-                                color: #4376c3;
                                 font-size: 20px;
                                 font-weight: bold;
                               "

+ 6 - 6
src/components/easy2/studyStudent.vue

@@ -115,9 +115,6 @@
             </el-tooltip>
           </div>
           <div class="btnAll">
-            <div class="returnBtn" @click="nextOrpreSteps(0)">上一步</div>
-            <div class="returnBtn" @click="nextOrpreSteps(1)">下一步</div>
-            <div class="returnBtn" @click="refreshCourse">刷新</div>
             <div class="returnBtn commentIcon" @click="setPz" v-if="tType == 1">
               评论
             </div>
@@ -135,6 +132,9 @@
             <div class="returnBtn" @click="juriVisible = true" v-if="tType == 1">
               权限
             </div> -->
+            <div class="returnBtn" @click="refreshCourse">刷新</div>
+            <div class="returnBtn" @click="nextOrpreSteps(0)">上一步</div>
+            <div class="returnBtn" @click="nextOrpreSteps(1)">下一步</div>
             <div class="returnBtn returnIcon" @click.stop="
               goTo(
                 '/courseDetail?userid=' +
@@ -4757,7 +4757,7 @@
                       <img src="../../assets/icon/newIcon/close.png" alt="" />
                     </div>
                   </div>
-                  <div class="queTopClose" v-if="isClose == 1" @click="isClose = 0">
+                  <div class="queTopClose" v-if="isClose == 1 && checktoolArray.length > 0" @click="isClose = 0">
                     收缩
                     <div class="openImg">
                       <img src="../../assets/icon/newIcon/open.png" alt="" />
@@ -14271,7 +14271,7 @@ export default {
   display: flex;
   flex-direction: row;
   align-items: center;
-  width: calc(100% - 650px);
+  width: calc(100% - 745px);
 }
 
 .courseIndex>div:nth-child(1) {
@@ -14288,7 +14288,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;

+ 6 - 6
src/components/easy3/studyStudent.vue

@@ -161,9 +161,6 @@
             </el-tooltip>
           </div>
           <div class="btnAll">
-            <div class="returnBtn" @click="nextOrpreSteps(0)">上一步</div>
-            <div class="returnBtn" @click="nextOrpreSteps(1)">下一步</div>
-            <div class="returnBtn" @click="refreshCourse">刷新</div>
             <div class="returnBtn commentIcon" @click="setPz" v-if="tType == 1">
               评论
             </div>
@@ -185,6 +182,9 @@
             <div class="returnBtn" @click="juriVisible = true" v-if="tType == 1">
               权限
             </div> -->
+            <div class="returnBtn" @click="refreshCourse">刷新</div>
+            <div class="returnBtn" @click="nextOrpreSteps(0)">上一步</div>
+            <div class="returnBtn" @click="nextOrpreSteps(1)">下一步</div>
             <div
               class="returnBtn returnIcon"
               @click.stop="
@@ -7962,7 +7962,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
                 >
@@ -18774,7 +18774,7 @@ export default {
   display: flex;
   flex-direction: row;
   align-items: center;
-  width: calc(100% - 650px);
+  width: calc(100% - 745px);
 }
 
 .courseIndex > div:nth-child(1) {
@@ -18791,7 +18791,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;

+ 4 - 3
src/components/student/courseDetail.vue

@@ -651,12 +651,12 @@ export default {
 }
 
 .sLeft {
-  width: 14%;
+  width: 260px;
   margin-right: 10px;
   background: rgb(255, 255, 255);
   padding: 20px 15px 0 15px;
   box-sizing: border-box;
-  border-radius: 10px;
+  border-radius: 12px;
 }
 
 .courseT {
@@ -695,7 +695,7 @@ export default {
 
 .rightTd,
 .noBRight {
-  width: 84%;
+  width: calc(100% - 270px);
   background: #fff;
   display: flex;
   flex-direction: row;
@@ -703,6 +703,7 @@ export default {
   align-content: flex-start;
   align-items: center;
   justify-content: flex-start;
+  border-radius: 12px;
 }
 
 .noBRight {

+ 28 - 28
src/components/studyStudent.vue

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