Browse Source

Merge branch 'beta' of https://git.cocorobo.cn/CocoRoboLabs/pbl-teacher-table into beta

zengyicheng 1 year ago
parent
commit
c8a349b9f9

+ 1 - 1
dist/index.html

@@ -25,7 +25,7 @@
       height: 100%;
       width: 100%;
       background: #e6eaf0;
-    }</style><link href=./static/css/app.4330f50cd1451d8b7af8c0d06b8db6af.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.94f9bc5253be4f6b3cf9.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.7dabfd658495558a05953de013128c13.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.0bdb4e6e64f10bf64cda.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.4330f50cd1451d8b7af8c0d06b8db6af.css.map


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


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


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


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


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


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


BIN
src/assets/icon/edit-icon.png


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

@@ -3656,7 +3656,7 @@ export default {
       this.isStepDisplay = bool
     },
     scrollChange() {
-      this.rightBoxHeight = $(".rightBox")[0].scrollHeight;
+      this.rightBoxHeight = $(".rightBox")[0].scrollHeight - 80;
     },
     handleCheckAllChange(val) {
       this.checkedCities = val ? cityOptions : [];
@@ -10958,7 +10958,7 @@ ol {
 }
 
 .navTask .nt_taskBox {
-  width: calc(100% - 40px);
+  width: calc(100% - 55px);
   padding: 0 10px 0 20px;
   box-sizing: border-box;
   display: flex;

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

@@ -11741,7 +11741,7 @@ ol {
 
 
 .navTask .nt_taskBox {
-  width: calc(100% - 40px);
+  width: calc(100% - 55px);
   padding: 0 10px 0 20px;
   box-sizing: border-box;
   box-sizing: border-box;

File diff suppressed because it is too large
+ 182 - 470
src/components/pages/student/addCourse.vue


+ 1 - 1
src/components/pages/task/addCourse.vue

@@ -14286,7 +14286,7 @@ ol {
 
 
 .navTask .nt_taskBox {
-  width: calc(100% - 40px);
+  width: calc(100% - 55px);
   padding: 0 10px 0 20px;
   box-sizing: border-box;
   display: flex;

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