lsc 2 days ago
parent
commit
c8b5ec6695

+ 1 - 1
dist/index.html

@@ -32,7 +32,7 @@
       width: 100%;
       width: 100%;
       background: #e6eaf0;
       background: #e6eaf0;
       font-family: '黑体';
       font-family: '黑体';
-    }</style><link href=./static/css/app.eca8c790dce1209ec8667c6b5b52d134.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.571c38d63f24b1ae9e16.js></script><script type=text/javascript src=./static/js/vendor.a82b79982b082928b294.js></script><script type=text/javascript src=./static/js/app.ddad82df5f4e10f122b5.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.4ad0bd290c4187f735eec0ec842cfb3f.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.571c38d63f24b1ae9e16.js></script><script type=text/javascript src=./static/js/vendor.a82b79982b082928b294.js></script><script type=text/javascript src=./static/js/app.f33b0ed55f1b633e135e.js></script></body></html><script>function stopSafari() {
     //阻止safari浏览器双击放大功能
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {
     document.documentElement.addEventListener("touchstart", function (event) {

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


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


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


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


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


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


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


+ 0 - 8
src/App.vue

@@ -517,12 +517,4 @@ html::-webkit-scrollbar-thumb {
   display: flex;
   display: flex;
   justify-content: flex-end;
   justify-content: flex-end;
 }
 }
-
-.el-message-box__wrapper{
-  z-index: 9999999 !important;
-}
-.el-message-box__wrapper + .v-modal{
-  z-index: 9999998 !important;
-
-}
 </style>
 </style>

+ 40 - 4
src/components/pages/aiAddCourse/addCourse.vue

@@ -8440,6 +8440,22 @@ export default {
       }
       }
       this.$refs.stepBox.scrollTop = 0;
       this.$refs.stepBox.scrollTop = 0;
     },
     },
+    setTipsIndex(){
+      // 使用 setTimeout 确保对话框已经渲染完成
+      this.$nextTick(() => {
+        const dialog = document.querySelector('.custom-confirm-box');
+        if (dialog) {
+          const parent = dialog.parentElement;
+          if (parent) {
+            parent.style.zIndex = 9999999;
+            const adjacentElement = parent.nextElementSibling;
+            if (adjacentElement) {
+              adjacentElement.style.zIndex = 9999998;
+            }
+          }
+        }
+      });
+    },
     nextSteps(clickType, ttype) {
     nextSteps(clickType, ttype) {
       if(!this.time()){
       if(!this.time()){
         return
         return
@@ -8591,7 +8607,8 @@ export default {
                 confirmButtonText: "确定",
                 confirmButtonText: "确定",
                 cancelButtonText: "取消",
                 cancelButtonText: "取消",
                 distinguishCancelAndClose: true,
                 distinguishCancelAndClose: true,
-                type: "warning"
+                type: "warning",
+                customClass: 'custom-confirm-box'
               })
               })
                 .then(() => {
                 .then(() => {
                   if(this.isTeacherTaskCancelToken2){
                   if(this.isTeacherTaskCancelToken2){
@@ -8621,6 +8638,9 @@ export default {
               }).catch((v) => {
               }).catch((v) => {
                 console.log(v);
                 console.log(v);
               })
               })
+              setTimeout(() => {
+                this.setTipsIndex()
+              }, 500)
             }
             }
             return;
             return;
           }
           }
@@ -16834,6 +16854,7 @@ export default {
             cancelButtonText: "取消",
             cancelButtonText: "取消",
             distinguishCancelAndClose: true,
             distinguishCancelAndClose: true,
             type: "warning",
             type: "warning",
+            customClass: 'custom-confirm-box'
           })
           })
             .then(() => {
             .then(() => {
 
 
@@ -16856,6 +16877,9 @@ export default {
           }).catch((v) => {
           }).catch((v) => {
             console.log(v);
             console.log(v);
           })
           })
+          setTimeout(() => {
+            this.setTipsIndex()
+          }, 500)
           return;
           return;
         }else {
         }else {
           this.aitype = "teacherDetail2"
           this.aitype = "teacherDetail2"
@@ -21739,7 +21763,8 @@ ${(_this.templateid == "4480d65a-1e48-11ef-bee5-005056b86db5" || _this.templatei
             confirmButtonText: "确定",
             confirmButtonText: "确定",
             cancelButtonText: "取消",
             cancelButtonText: "取消",
             distinguishCancelAndClose: true,
             distinguishCancelAndClose: true,
-            type: "warning"
+            type: "warning",
+            customClass: 'custom-confirm-box'
           })
           })
             .then(() => {
             .then(() => {
             _this.aiDetail52(msg, index, callback)
             _this.aiDetail52(msg, index, callback)
@@ -21747,6 +21772,9 @@ ${(_this.templateid == "4480d65a-1e48-11ef-bee5-005056b86db5" || _this.templatei
             console.log(v);
             console.log(v);
             callback ? callback() : ''
             callback ? callback() : ''
           })
           })
+          setTimeout(() => {
+            _this.setTipsIndex()
+          }, 500)
         }
         }
         console.log(error);
         console.log(error);
       });
       });
@@ -21771,7 +21799,8 @@ ${(_this.templateid == "4480d65a-1e48-11ef-bee5-005056b86db5" || _this.templatei
           confirmButtonText: "确定",
           confirmButtonText: "确定",
           cancelButtonText: "取消",
           cancelButtonText: "取消",
           distinguishCancelAndClose: true,
           distinguishCancelAndClose: true,
-          type: "warning"
+          type: "warning",
+          customClass: 'custom-confirm-box'
         })
         })
           .then(() => {
           .then(() => {
           _this.aiDetail52(msg, _tindex2, callback)
           _this.aiDetail52(msg, _tindex2, callback)
@@ -21779,6 +21808,9 @@ ${(_this.templateid == "4480d65a-1e48-11ef-bee5-005056b86db5" || _this.templatei
           console.log(v);
           console.log(v);
           callback ? callback() : ''
           callback ? callback() : ''
         })
         })
+        setTimeout(() => {
+          _this.setTipsIndex()
+        }, 500)
         return;
         return;
       }
       }
       
       
@@ -21848,7 +21880,8 @@ ${(_this.templateid == "4480d65a-1e48-11ef-bee5-005056b86db5" || _this.templatei
           confirmButtonText: "确定",
           confirmButtonText: "确定",
           cancelButtonText: "取消",
           cancelButtonText: "取消",
           distinguishCancelAndClose: true,
           distinguishCancelAndClose: true,
-          type: "warning"
+          type: "warning",
+          customClass: 'custom-confirm-box'
         })
         })
           .then(() => {
           .then(() => {
           _this.aiDetail52(msg, _tindex2, callback)
           _this.aiDetail52(msg, _tindex2, callback)
@@ -21856,6 +21889,9 @@ ${(_this.templateid == "4480d65a-1e48-11ef-bee5-005056b86db5" || _this.templatei
           console.log(v);
           console.log(v);
           callback ? callback() : ''
           callback ? callback() : ''
         })
         })
+        setTimeout(() => {
+          _this.setTipsIndex()
+        }, 500)
       };
       };
     },
     },
     aiDetail52getAiContentText(_e, loading, _tindex2, _source){
     aiDetail52getAiContentText(_e, loading, _tindex2, _source){

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