From 07db4702cc86f56e8da819674d717e5c0404e0ea Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期一, 20 六月 2022 17:36:48 +0800
Subject: [PATCH] get order
---
src/pages/library/components/personList.vue | 14 ++++++--------
1 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/src/pages/library/components/personList.vue b/src/pages/library/components/personList.vue
index 56df737..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,7 +1834,7 @@
color: #5f5f5f;
}
.dialog-footer {
- width: 315px;
+ // width: 315px;
.el-button--info {
color: #999999;
background: #fff;
@@ -1873,7 +1871,7 @@
.items {
width: 100%;
min-height: 150px;
- margin-bottom: 20px;
+ margin-bottom: 10px;
.lable {
font-size: 16px;
font-weight: bold;
@@ -1881,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