zhangzengfei
2022-08-23 6911425662163c5fbfd84fcc3a7ecd71fb4a95c9
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>
            <el-button type="text" icon="el-icon-coordinate" style="float: right; margin-right: 50px; font-size: 16px;" >标记</el-button>
            <el-button
              type="text"
              icon="el-icon-coordinate"
              style="float: right; margin-right: 50px; font-size: 16px;"
              @click="markDialogVisible = true"
              >标记</el-button
            >
          </div>
        </div>