From 528538d12fc32e1d4c85844153616372b5e677bf Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期二, 22 六月 2021 20:41:39 +0800 Subject: [PATCH] label相关 --- src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue b/src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue index a4729d7..b6f942d 100644 --- a/src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue +++ b/src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue @@ -741,10 +741,10 @@ removeCurLabel(mark) { let _this = this; let obj = { - Desc: mark.Desc, - ParentUniqID: mark.ParentUniqID, - Time: mark.Time, - ParentID: mark.ParentID + ID: mark.ID, + // ParentUniqID: mark.ParentUniqID, + // Time: mark.Time, + // ParentID: mark.ParentID }; delLabel(obj).then((rsp) => { if (rsp && rsp.success) { @@ -907,7 +907,7 @@ height: 8px; width: 6px; z-index: 1; - background-color: lightcoral; + background-color:yellowgreen ; cursor: pointer; -webkit-transform: translateX(-50%); transform: translateX(-50%); @@ -917,7 +917,7 @@ height: 8px; width: 6px; z-index: 1; - background-color: yellowgreen; + background-color: lightcoral; cursor: pointer; -webkit-transform: translateX(-50%); transform: translateX(-50%); -- Gitblit v1.8.0