heyujie
2021-06-22 528538d12fc32e1d4c85844153616372b5e677bf
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%);