.pwdDialog__form[data-v-6b12449a] {
  padding: 0 30px;
}
.pwdDialog__form .el-form-item[data-v-6b12449a]:last-child {
  margin-bottom: 0px;
}
.pwdDialog .el-dialog .el-dialog__body[data-v-6b12449a] {
  padding-bottom: 0px !important;
}

.userManage__context[data-v-601c6578] {
  height: 80vh;
  padding: 10px 10px 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: auto;
  position: relative;
}
.userManage__context .filter[data-v-601c6578] {
  width: 100%;
  min-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 0 10px;
}
.userManage__context .tableList[data-v-601c6578] {
  margin-top: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.userManage__context .tableList .table[data-v-601c6578] {
  height: 95%;
  overflow: auto;
}
.userManage__context .page[data-v-601c6578] {
  height: 5%;
  width: 100%;
  min-width: 0;
  min-height: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.btnGroup[data-v-601c6578] {
  cursor: pointer;
  color: #2a62ff;
  font-weight: normal;
}
.btnGroup .table__list__btn[data-v-601c6578] {
  margin: 0 5px;
}
.onDialog__form[data-v-601c6578] {
  padding: 0 10px;
}
.password-input[data-v-601c6578] {
  font-size: 15px;
  padding: 10px;
  border: #dedce5 solid 1px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  width: 100%;
}


#app .el-pagination .el-pager li.active {
  color: #fff;
}

