zhangzengfei
2022-08-22 f14f98a263141d2f8ec0079866a758cc7a1c38d1
src/views/search/components/ModelCard.vue
@@ -85,7 +85,7 @@
                <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>
            <b style="float: right; margin-right: 50px; cursor: pointer;" @click="markDialogVisible = true">标记</b>
          </div>
        </div>
@@ -176,7 +176,7 @@
          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"
        >