From 5449cced03ef77f5e95a08e871996abb7132c40b Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期五, 17 六月 2022 16:26:23 +0800
Subject: [PATCH] cp dialog

---
 src/pages/library/components/personList.vue |   13 +++++--------
 1 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/src/pages/library/components/personList.vue b/src/pages/library/components/personList.vue
index 56df737..30560f6 100644
--- a/src/pages/library/components/personList.vue
+++ b/src/pages/library/components/personList.vue
@@ -14,6 +14,7 @@
         </div>
 
         <div class="right-btns">
+          <span style="margin-right:2px">搴曞簱鐘舵�侊紙鐢熸晥/澶辨晥锛�</span>
           <el-switch
             :active-value="1"
             :width="52"
@@ -584,7 +585,6 @@
   deleteDBtablesById
 } from "@/api/baseLibrary"
 import { getCameraFaceData } from "@/api/es"
-// import { checkIDCard } from "@/api/utils";
 import { isIDCard } from "../../../scripts/validate"
 
 import axios from "axios"
@@ -1511,7 +1511,6 @@
       }
 
       .el-button--small:hover {
-        // background: "rgba(#{var(--colorCard-rgb)},10%) !important"  ;
         filter: brightness(92%);
       }
       .el-input__suffix {
@@ -1547,8 +1546,6 @@
         .el-input-number--mini {
           width: 72px;
         }
-      }
-      .upload-img-box {
       }
       .uploadIconBox .left-section1 .el-input__inner {
         height: 32px;
@@ -1817,7 +1814,7 @@
   }
 }
 .el-dialog.copy-dialog {
-  width: 516px;
+  width: 550px;
   border-radius: 24px;
   .el-dialog__header {
     text-align: center;
@@ -1836,7 +1833,7 @@
     color: #5f5f5f;
   }
   .dialog-footer {
-    width: 315px;
+    // width: 315px;
     .el-button--info {
       color: #999999;
       background: #fff;
@@ -1873,7 +1870,7 @@
     .items {
       width: 100%;
       min-height: 150px;
-      margin-bottom: 20px;
+      margin-bottom: 10px;
       .lable {
         font-size: 16px;
         font-weight: bold;
@@ -1881,7 +1878,7 @@
         margin-bottom: 10px;
       }
       .baseList {
-        height: 100%;
+        height: 100%;    overflow: auto;
         .base {
           width: 152px;
           padding: 5px 5px 5px 10px;

--
Gitblit v1.8.0