heyujie
2022-06-17 5449cced03ef77f5e95a08e871996abb7132c40b
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 {
@@ -1815,7 +1814,7 @@
  }
}
.el-dialog.copy-dialog {
  width: 516px;
  width: 550px;
  border-radius: 24px;
  .el-dialog__header {
    text-align: center;
@@ -1834,7 +1833,7 @@
    color: #5f5f5f;
  }
  .dialog-footer {
    width: 315px;
    // width: 315px;
    .el-button--info {
      color: #999999;
      background: #fff;
@@ -1871,7 +1870,7 @@
    .items {
      width: 100%;
      min-height: 150px;
      margin-bottom: 20px;
      margin-bottom: 10px;
      .lable {
        font-size: 16px;
        font-weight: bold;
@@ -1879,7 +1878,7 @@
        margin-bottom: 10px;
      }
      .baseList {
        height: 100%;
        height: 100%;    overflow: auto;
        .base {
          width: 152px;
          padding: 5px 5px 5px 10px;