lsc 1 year ago
parent
commit
493d832c54

+ 1 - 1
dist/index.html

@@ -25,7 +25,7 @@
       height: 100%;
       width: 100%;
       background: #e6eaf0;
-    }</style><link href=./static/css/app.c094cb82c577f2d6a59cc31acd11c662.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3512a67a6213c2df4180.js></script><script type=text/javascript src=./static/js/vendor.f1661c5ebfd33221b88f.js></script><script type=text/javascript src=./static/js/app.ee55e4158a725aa1135f.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.319350b5633d0146aa40cda035f58c04.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3512a67a6213c2df4180.js></script><script type=text/javascript src=./static/js/vendor.f1661c5ebfd33221b88f.js></script><script type=text/javascript src=./static/js/app.796392b27e76926ef5b8.js></script></body></html><script>function stopSafari() {
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {

File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.319350b5633d0146aa40cda035f58c04.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.319350b5633d0146aa40cda035f58c04.css.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.c094cb82c577f2d6a59cc31acd11c662.css.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.796392b27e76926ef5b8.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.796392b27e76926ef5b8.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.ee55e4158a725aa1135f.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/manifest.3512a67a6213c2df4180.js.map


+ 86 - 2
src/components/pages/addCourse.vue

@@ -79,7 +79,7 @@
               </div>
             </div>
           </div>
-          <div class="rightBox" v-if="this.steps == 1" @mousewheel="scrollChange" style="padding:30px 10px" :style="{height:(!isStepDisplay && !isBtnDisplay) ? 'calc(100% - 40px)' : 'calc(100% - 100px)'}">
+          <div class="rightBox" v-if="this.steps == 1" @mousewheel="scrollChange" style="padding:30px 10px 0" :style="{height:(!isStepDisplay && !isBtnDisplay) ? 'calc(100% - 40px)' : 'calc(100% - 100px)'}">
             <div class="updateMask" :style="{
               height: rightBoxHeight ? rightBoxHeight + 'px' : '100%',
             }" v-if="cid && userid != courseUserid && role != '1'"></div>
@@ -269,9 +269,32 @@
                 </div>
               </div>
             </div>
+            <div class="info_btnBox3">
+              <button class="c_pub_button_return pub_btn_return_img" v-if="steps == 1" @click="
+                goTo(
+                  '/course?userid=' +
+                  userid +
+                  '&oid=' +
+                  oid +
+                  '&org=' +
+                  org +
+                  '&role=' +
+                  role
+                )
+                ">
+                返回课程
+              </button>
+              <button class="c_pub_button_return pub_btn_last_img" v-if="steps > 1 && steps != 5" @click="lastSteps">
+                {{ steps == 4 ? "返回课程" : "上一步" }}
+              </button>
+              <button class="c_pub_button_confirm" v-if="steps < 4" @click="nextSteps"
+                :class="{ pub_btn_next_img: steps != 3, pub_btn_finish_img: steps == 3 }">
+                {{ steps == 3 ? "确认上传" : "下一步" }}
+              </button>
+            </div>
           </div>
           <div class="rightBox" v-if="this.steps == 2" :style="{height:(!isStepDisplay && !isBtnDisplay) ? 'calc(100% - 40px)' : 'calc(100% - 100px)'}">
-            <div class="basic_box" style="padding: 20px 30px 0px !important; box-sizing: border-box">
+            <div class="basic_box" style="padding: 20px 30px 0px !important; box-sizing: border-box;height: calc(100% - 80px);overflow: auto;">
               <!-- <div
                 style="
                   color: #b8b8b8;
@@ -387,6 +410,29 @@
                 </div> -->
               </div>
             </div>
+            <div class="info_btnBox3" style="position: absolute;bottom: 0;">
+              <button class="c_pub_button_return pub_btn_return_img" v-if="steps == 1" @click="
+                goTo(
+                  '/course?userid=' +
+                  userid +
+                  '&oid=' +
+                  oid +
+                  '&org=' +
+                  org +
+                  '&role=' +
+                  role
+                )
+                ">
+                返回课程
+              </button>
+              <button class="c_pub_button_return pub_btn_last_img" v-if="steps > 1 && steps != 5" @click="lastSteps">
+                {{ steps == 4 ? "返回课程" : "上一步" }}
+              </button>
+              <button class="c_pub_button_confirm" v-if="steps < 4" @click="nextSteps"
+                :class="{ pub_btn_next_img: steps != 3, pub_btn_finish_img: steps == 3 }">
+                {{ steps == 3 ? "确认上传" : "下一步" }}
+              </button>
+            </div>
           </div>
           <div class="rightBox" v-if="this.steps == 3" ref="rightboxR" :style="{height:(!isStepDisplay && !isBtnDisplay) ? 'calc(100% - 40px)' : 'calc(100% - 100px)'}">
             <div class="rb_c_box">
@@ -2094,6 +2140,29 @@
                       </div>
                     </div>
                   </div>
+                  <div class="info_btnBox3">
+                    <button class="c_pub_button_return pub_btn_return_img" v-if="steps == 1" @click="
+                      goTo(
+                        '/course?userid=' +
+                        userid +
+                        '&oid=' +
+                        oid +
+                        '&org=' +
+                        org +
+                        '&role=' +
+                        role
+                      )
+                      ">
+                      返回课程
+                    </button>
+                    <button class="c_pub_button_return pub_btn_last_img" v-if="steps > 1 && steps != 5" @click="lastSteps">
+                      {{ steps == 4 ? "返回课程" : "上一步" }}
+                    </button>
+                    <button class="c_pub_button_confirm" v-if="steps < 4" @click="nextSteps"
+                      :class="{ pub_btn_next_img: steps != 3, pub_btn_finish_img: steps == 3 }">
+                      {{ steps == 3 ? "确认上传" : "下一步" }}
+                    </button>
+                  </div>
                 </div>
               </div>
             </div>
@@ -8221,6 +8290,21 @@ export default {
   cursor: pointer;
 }
 
+.info_btnBox3 {
+  width: calc(100%);
+  display: flex;
+  justify-content: center;
+  height: 80px;
+  align-items: center;
+  background: unset;
+  margin: 0 auto;
+  border-top: 1px solid rgb(228, 232, 237);
+  box-sizing: border-box;
+  overflow: hidden;
+  cursor: pointer;
+}
+
+
 
 .info_btn+.info_btn {
   margin-left: 15px;

+ 25 - 2
src/components/pages/easy/addCourse.vue

@@ -24,7 +24,7 @@
               </el-breadcrumb>
             </div>
           </div>
-          <div class="rightBox" style="padding: 30px 10px;" :style="{height:(!isBtnDisplay) ? 'calc(100% - 70px)' : 'calc(100% - 120px)'}" v-if="this.steps == 1" @mousewheel="scrollChange">
+          <div class="rightBox" style="padding: 30px 10px 0;" :style="{height:(!isBtnDisplay) ? 'calc(100% - 70px)' : 'calc(100% - 120px)'}" v-if="this.steps == 1" @mousewheel="scrollChange">
             <div class="updateMask" :style="{
               height: rightBoxHeight ? rightBoxHeight + 'px' : '100%',
             }" v-if="cid && userid != courseUserid && role != '1'"></div>
@@ -1450,6 +1450,14 @@
                 </div>
               </div>
             </div>
+            <div class="info_btnBox3">
+              <button class="c_pub_button_return pub_btn_return_img" @click="lastSteps">
+                返回课程
+              </button>
+              <button class="c_pub_button_confirm pub_btn_finish_img" @click="nextSteps">
+                确认上传
+              </button>
+            </div>
           </div>
           <div class="rightBox" v-if="this.steps == 2">
             <div class="basic_box" style="padding: 20px 30px 0px !important; box-sizing: border-box">
@@ -9142,6 +9150,21 @@ export default {
   cursor: pointer;
 }
 
+.info_btnBox3 {
+  width: calc(100%);
+  display: flex;
+  justify-content: center;
+  height: 80px;
+  align-items: center;
+  background: unset;
+  margin: 0 auto;
+  border-top: 1px solid rgb(228, 232, 237);
+  box-sizing: border-box;
+  overflow: hidden;
+  cursor: pointer;
+}
+
+
 .info_btn+.info_btn {
   margin-left: 15px;
 }
@@ -11685,7 +11708,7 @@ ol {
 
 .navBottom {
   background: #F0F4FA;
-  height: 75vh;
+  height: 65vh;
   overflow: auto;
 }
 

+ 25 - 2
src/components/pages/task/addCourse.vue

@@ -32,7 +32,7 @@
           <div
             class="rightBox"
             :style="{height:(!isBtnDisplay) ? 'calc(100% - 70px)' : 'calc(100% - 120px)'}"
-            style="padding: 30px 10px;"
+            style="padding: 30px 10px 0;"
             v-if="this.steps == 1"
             @mousewheel="scrollChange"
           >
@@ -2181,6 +2181,14 @@
                 </div>
               </div>
             </div>
+            <div class="info_btnBox3">
+              <button class="c_pub_button_return pub_btn_return_img" @click="lastSteps">
+                返回课程
+              </button>
+              <button class="c_pub_button_confirm pub_btn_finish_img" @click="nextSteps">
+                确认上传
+              </button>
+            </div>
           </div>
           <div class="rightBox" v-if="this.steps == 2">
             <div
@@ -11681,6 +11689,21 @@ export default {
   cursor: pointer;
 }
 
+.info_btnBox3 {
+  width: calc(100%);
+  display: flex;
+  justify-content: center;
+  height: 80px;
+  align-items: center;
+  background: unset;
+  margin: 0 auto;
+  border-top: 1px solid rgb(228, 232, 237);
+  box-sizing: border-box;
+  overflow: hidden;
+  cursor: pointer;
+}
+
+
 .info_btn+.info_btn {
   margin-left: 15px;
 }
@@ -14231,7 +14254,7 @@ ol {
 
 .navBottom {
   background: #F0F4FA;
-  height: 75vh;
+  height: 65vh;
   overflow: auto;
 }
 

Some files were not shown because too many files changed in this diff