From f4cca0629cb3b7ceeeb1aa07a403a303835be4b3 Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期四, 23 六月 2022 15:59:53 +0800 Subject: [PATCH] search by name --- src/pages/library/components/personList.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages/library/components/personList.vue b/src/pages/library/components/personList.vue index da1f4d0..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 { @@ -1815,7 +1815,7 @@ } } .el-dialog.copy-dialog { - width: 516px; + width: 550px; border-radius: 24px; .el-dialog__header { text-align: center; @@ -1834,7 +1834,7 @@ color: #5f5f5f; } .dialog-footer { - width: 315px; + // width: 315px; .el-button--info { color: #999999; background: #fff; @@ -1871,7 +1871,7 @@ .items { width: 100%; min-height: 150px; - margin-bottom: 20px; + margin-bottom: 10px; .lable { font-size: 16px; font-weight: bold; @@ -1879,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