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 | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/shuohuangMonitorAnalyze/components/taskManage.vue b/src/pages/shuohuangMonitorAnalyze/components/taskManage.vue index 13da331..3973f07 100644 --- a/src/pages/shuohuangMonitorAnalyze/components/taskManage.vue +++ b/src/pages/shuohuangMonitorAnalyze/components/taskManage.vue @@ -462,8 +462,8 @@ } .top-right { width: 360px; - height:465px; - // overflow-y:auto; + height: 465px; + // overflow-y:auto; .checked-org { flex: 1; -- Gitblit v1.8.0