zhangzengfei
2021-06-23 9bdcb80343a2ead489c48e54014846ed23fa366b
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%);