lsc 2 years ago
parent
commit
11bb776e4b

+ 1 - 1
dist/index.html

@@ -18,7 +18,7 @@
       border-radius: 10px;
       -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
       background-color: rgba(0, 0, 0, 0.1);
-    }</style><link href=./static/css/app.3bc2b556410005523969b76b54b288dc.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.b9b15ae4f82d2f85be9d.js></script><script type=text/javascript src=./static/js/app.79cc2d04ab72934662b4.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.74b553ef86e2710bbc65cb1029fe5bf4.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.b9b15ae4f82d2f85be9d.js></script><script type=text/javascript src=./static/js/app.4fa3e29f3f8ca6653335.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.3bc2b556410005523969b76b54b288dc.css.map


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


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


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


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


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


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


+ 2 - 1
src/components/studyStudent.vue

@@ -270,6 +270,7 @@
                 >
                   <div
                     class="wheel"
+                    style="height:auto;min-height:650px"
                     v-if="
                       vedio.length &&
                       vedio[taskCount] &&
@@ -12665,7 +12666,7 @@ export default {
 .wheel {
   width: 100%;
   /* height: 100%; */
-  min-height: 605px;
+  height: 605px;
 }
 
 .right_box {

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