zhangzengfei
2022-08-23 f5fe795a8885246e93ce0fb837454e6ff5ffb8d2
src/views/search/components/ModelCard.vue
@@ -85,7 +85,13 @@
                <span style="white-space: nowrap; font-weight: 600; font-size: 13px">{{ data.showLabels }}</span>
              </p>
            </div>
            <b style="float: right; margin-right: 50px;" @click="markDialogVisible = true">标记</b>
            <el-button
              type="text"
              icon="el-icon-coordinate"
              style="float: right; margin-right: 50px; font-size: 16px;"
              @click="markDialogVisible = true"
              >标记</el-button
            >
          </div>
        </div>
@@ -173,10 +179,10 @@
          </div>
        </div>
        <el-dialog
          title="标记"
          title="标记预警"
          :visible.sync="markDialogVisible"
          width="30%"
          style="z-index:4000;margin-top:200px"
          style="z-index:4000;margin-top:200px;margin-left:140px;"
          center
          :modal="false"
        >
@@ -198,6 +204,7 @@
              ? 'width: 65%;padding: 5px;box-sizing: border-box'
              : 'width: 70%;padding: 5px;box-sizing: border-box;margin-left:15%'
          "
          v-if="activeName === 'video'"
        >
          <div class="img-box">
            <!-- <video