智慧保安打卡签到系统
liuyg
2021-11-19 30eac7b71059da120e397c28421644f7d9b6b521
src/styles/element-ui.scss
@@ -115,9 +115,37 @@
}
.tablesss .avue-form__menu--center {
  width: 180px !important;
  width: 113px !important;
}
.formsss .el-input__inner {
  color: #000 !important;
}
.avue-crud__menu {
  display: none !important;
}
// .formsss,
// .tablesss {
//   width: 100%;
//   height: 100%;
//   display: flex;
//   align-items: center;
//   justify-content: center;
// }
.formsss .el-card__body {
  height: 724px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  .formssstitle {
    width: 100%;
    height: 100px;
    font-size: 24px;
    display: flex;
    align-items: center;
    padding-left: 57px;
    box-sizing: border-box;
  }
}