From e37e45cfe1123928dba5d9c5a427b0ee497b7ad6 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期二, 23 八月 2022 03:21:32 +0800
Subject: [PATCH] 修复算法配置的字段内容

---
 src/views/search/components/ModelCard.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/search/components/ModelCard.vue b/src/views/search/components/ModelCard.vue
index a65e547..067aa62 100644
--- a/src/views/search/components/ModelCard.vue
+++ b/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"
         >

--
Gitblit v1.8.0