lsc 1 year ago
parent
commit
b06aad49f1

+ 1 - 1
dist/index.html

@@ -25,7 +25,7 @@
       height: 100%;
       width: 100%;
       background: #e6eaf0;
-    }</style><link href=./static/css/app.d8de34943f3c10b36cabff57746872cc.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.04f5ec4226e196a9c970.js></script></body></html><script>function stopSafari() {
+    }</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() {
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {

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


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/css/app.d8de34943f3c10b36cabff57746872cc.css.map


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


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/app.ee55e4158a725aa1135f.js.map


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


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

@@ -10892,7 +10892,8 @@ ol {
 .navTask .nt_taskName {
   /* color: #fff; */
   /* max-width: 130px; */
-  width: 100%;
+  /* width: 100%; */
+  max-width: calc(100% - 50px);
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;

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

@@ -11738,7 +11738,8 @@ ol {
 .navTask .nt_taskName {
   /* color: #fff; */
   /* max-width: 130px; */
-  width: 100%;
+  /* width: 100%; */
+  max-width: calc(100% - 50px);
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;

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

@@ -14282,7 +14282,8 @@ ol {
 .navTask .nt_taskName {
   /* color: #fff; */
   /* max-width: 130px; */
-  width: 100%;
+  /* width: 100%; */
+  max-width: calc(100% - 50px);
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;

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