lsc 2 years ago
parent
commit
56a1d7f93e

+ 1 - 1
dist/index.html

@@ -25,7 +25,7 @@
       height: 100%;
       width: 100%;
       background: #e6eaf0;
-    }</style><link href=./static/css/app.4e32998214f82c83de1bc065b6cdefe3.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.09dab9d99da7d24da83e.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.462ce23c575be3f49be95bcf7b6f11c4.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.fb116330d99e96a18a80.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.462ce23c575be3f49be95bcf7b6f11c4.css


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


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


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


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


+ 4 - 1
src/components/pages/easy/addCourse.vue

@@ -3471,7 +3471,10 @@ export default {
       let client = $(".course_left")[0].clientHeight - stepsBottom2
       let top = $(".rightBox")[0].scrollTop - 400
       if (top > client) {
-        $('.stepsBottom2')[0].style.top = client + 'px'
+        let top = $(".rightBox")[0].offsetTop
+        $('.stepsBottom2')[0].style.position = 'fixed'
+        $('.stepsBottom2')[0].style.top = top + 'px'
+        // $('.stepsBottom2')[0].style.top = client + 'px'
       } else if (top > 0) {
         let top = $(".rightBox")[0].offsetTop
         $('.stepsBottom2')[0].style.position = 'fixed'

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