From 2437e07e758eeef362edd7bf094395d55798d982 Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期二, 01 三月 2022 20:01:18 +0800
Subject: [PATCH] destop弹窗ui改动

---
 src/pages/library/components/carList.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/pages/library/components/carList.vue b/src/pages/library/components/carList.vue
index bb239de..ff01f45 100644
--- a/src/pages/library/components/carList.vue
+++ b/src/pages/library/components/carList.vue
@@ -42,7 +42,7 @@
             ></span>
           </el-tooltip>
 
-          <el-tooltip content="缂栬緫" placement="top" popper-class="atooltip">
+          <el-tooltip content="缂栬緫2" placement="top" popper-class="atooltip">
             <span
               class="iconfont iconfont-wrap iconbianjiku-09"
               @click.stop="edit"
@@ -926,6 +926,7 @@
         url: `/data/api-v/dbperson/fileupload`,
         data: fd,
       });
+      debugger
       if (res.success) {
         this.form.faceUrl.push({ url: "/httpImage/" + res.data.picUrl });
         this.form.faceFeature = res.data.faceFeature;
@@ -1310,6 +1311,7 @@
           json.carColor = parseInt(json.carColor);
           json.carType = parseInt(json.carType);
           json.carBrand = parseInt(json.carBrand);
+           debugger  
           json.personPicUrl = json.faceUrl[0].url.substring(11);
           json.tableId = this.baseObject.id;
           delete json["compareScore"];
@@ -1624,8 +1626,6 @@
       padding: 20px;
       box-shadow: 0px 2px 4px rgb(0 0 0 / 8%);
       font-size: 14px;
-    }
-    .el-drawer__body {
     }
   }
 }

--
Gitblit v1.8.0