From d5b2bf5ffaa96d002b21575016a262b376763a74 Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期四, 11 三月 2021 15:46:00 +0800
Subject: [PATCH] 已激活但未安装的算法的弹窗显示安装而非激活,添加激活安装成功的提示

---
 src/pages/shuohuangMonitorAnalyze/components/taskManage.vue |   17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/src/pages/shuohuangMonitorAnalyze/components/taskManage.vue b/src/pages/shuohuangMonitorAnalyze/components/taskManage.vue
index aab296a..3973f07 100644
--- a/src/pages/shuohuangMonitorAnalyze/components/taskManage.vue
+++ b/src/pages/shuohuangMonitorAnalyze/components/taskManage.vue
@@ -73,7 +73,7 @@
           </div>
         </div>
       </div>
-      <div class="top-right partment" style="max-height: 500px; overflow-y:auto;">
+      <div class="top-right partment">
         <div class="header">
           <div class="title">浜哄憳鍒楄〃</div>
         </div>
@@ -313,7 +313,7 @@
           obj.checked = false;
           arr.push(obj);
         }
-        debugger
+        // debugger
         _this.trainNoList = arr;
         _this.trainNoTotal = res.total;
       });
@@ -448,6 +448,9 @@
         text-align: left;
         .el-checkbox-group {
           margin-bottom: 20px;
+          .el-checkbox__label{
+            display: none;
+          }
           .video-detail {
             i {
               //color: #409EFF;
@@ -459,6 +462,9 @@
     }
     .top-right {
       width: 360px;
+      height: 465px;
+      // overflow-y:auto;
+
       .checked-org {
         flex: 1;
         text-align: left;
@@ -468,9 +474,16 @@
       }
       .person-list {
         padding-top: 14px;
+
+        .el-checkbox-group{
+                height: 316px;
+        margin-bottom: 8px;
+        overflow: auto;
+        }
         .person {
           text-align: left;
           margin-bottom: 10px;
+          
           padding-bottom: 6px;
           border-bottom: 1px solid #eee;
         }

--
Gitblit v1.8.0