智慧保安打卡签到系统
+
liuyg
2021-11-19 316177764158a886090edffd4520347d7a01068b
+
3 files modified
19 ■■■■■ changed files
src/styles/element-ui.scss 2 ●●● patch | view | raw | blame | history
src/views/home/forms.vue 2 ●●● patch | view | raw | blame | history
src/views/home/tables.vue 15 ●●●●● patch | view | raw | blame | history
src/styles/element-ui.scss
@@ -115,7 +115,7 @@
}
.tablesss .avue-form__menu--center {
  width: 100% !important;
  width: 180px !important;
}
.formsss .el-input__inner {
src/views/home/forms.vue
@@ -219,7 +219,7 @@
<style lang="scss" scoped>
.zhiwenMain {
  width: 255px;
  height: 205px;
  height: 215px;
  // border: 1px solid rgba($color: #d3d3d3, $alpha: 1);
}
.imgss {
src/views/home/tables.vue
@@ -69,6 +69,9 @@
        menuWidth: 200,
        align: "center",
        menuWidth: 90,
        refreshBtn: false,
        columnBtn: false,
        searchShowBtn: false,
        // reserveSelection: true,
        // selection: true,
        column: [
@@ -76,23 +79,23 @@
            label: "姓名",
            prop: "realName",
            search: true,
            searchSpan: 5,
            searchLabelWidth: 55,
            searchSpan: 4,
            searchLabelWidth: 45,
            width: 60,
          },
          {
            label: "公司",
            prop: "deptName",
            search: true,
            searchSpan: 8,
            searchLabelWidth: 55,
            searchSpan: 5,
            searchLabelWidth: 45,
          },
          {
            label: "身份证号码",
            prop: "cardid",
            search: true,
            searchSpan: 10,
            searchLabelWidth: 90,
            searchSpan: 8,
            searchLabelWidth: 88,
            width: 140,
          },
        ],