From 9bdcb80343a2ead489c48e54014846ed23fa366b Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@iotlink.com> Date: 星期三, 23 六月 2021 11:44:28 +0800 Subject: [PATCH] README --- src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue b/src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue index a4729d7..70c1652 100644 --- a/src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue +++ b/src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue @@ -740,11 +740,10 @@ }, removeCurLabel(mark) { let _this = this; + debugger let obj = { - Desc: mark.Desc, - ParentUniqID: mark.ParentUniqID, - Time: mark.Time, - ParentID: mark.ParentID + ID: mark.ID, + VideoIds: mark.VideoIds }; delLabel(obj).then((rsp) => { if (rsp && rsp.success) { @@ -907,7 +906,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 +916,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