hanbaoshan
2021-02-25 12ea4d9b4c40a7eedfe7440b5d3ff952b381675c
src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue
@@ -181,6 +181,7 @@
                <div class="mark-info">
                  <div class="abnormal" v-if="data.LableLst && data.LableLst.length">
                    <span
                      class="abnormal-label"
                      v-for="(label, index) in data.LableLst"
                      :key="index"
                    >{{ label.Desc +(index==data.LableLst.length-1?"":",")}}</span>
@@ -271,10 +272,10 @@
        :visible="eventDialogVisible"
        @close="eventDialogVisible = false"
      >
      <div class="title" slot="title">
        <i class="el-icon-connection"></i>
        <span>shoubi视频</span>
      </div>
        <div class="title" slot="title">
          <i class="el-icon-connection"></i>
          <span>shoubi视频</span>
        </div>
        <event-videos :eventDetail="curEventDetail"></event-videos>
      </el-dialog>
    </div>
@@ -920,6 +921,9 @@
            color: #3d68e1;
            .abnormal {
              color: red;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
            }
            .event-tag {
              margin-top: 10px;
@@ -997,7 +1001,7 @@
        width: 1000px;
        height: 800px;
        background: #efefef;
        .el-dialog__body{
        .el-dialog__body {
          padding: 0;
        }
      }