From 1d2f2ede70ba67d8328fe3536fbb75ffcf5f9a34 Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期四, 23 六月 2022 15:25:40 +0800 Subject: [PATCH] ceshi version name --- src/pages/library/components/personList.vue | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/pages/library/components/personList.vue b/src/pages/library/components/personList.vue index 798b7a8..a091808 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" @@ -812,6 +812,7 @@ }, deleteThis() { + debugger deleteDbPersonById({ id: this.toDeleteId }) .then((data) => { if (data.success) { @@ -1511,7 +1512,6 @@ } .el-button--small:hover { - // background: "rgba(#{var(--colorCard-rgb)},10%) !important" ; filter: brightness(92%); } .el-input__suffix { @@ -1547,8 +1547,6 @@ .el-input-number--mini { width: 72px; } - } - .upload-img-box { } .uploadIconBox .left-section1 .el-input__inner { height: 32px; @@ -1817,7 +1815,7 @@ } } .el-dialog.copy-dialog { - width: 516px; + width: 550px; border-radius: 24px; .el-dialog__header { text-align: center; @@ -1836,6 +1834,7 @@ color: #5f5f5f; } .dialog-footer { + // width: 315px; .el-button--info { color: #999999; background: #fff; @@ -1872,7 +1871,7 @@ .items { width: 100%; min-height: 150px; - margin-bottom: 20px; + margin-bottom: 10px; .lable { font-size: 16px; font-weight: bold; @@ -1880,7 +1879,7 @@ margin-bottom: 10px; } .baseList { - height: 100%; + height: 100%; overflow: auto; .base { width: 152px; padding: 5px 5px 5px 10px; -- Gitblit v1.8.0