.staffUsers {
  height: calc(100vh - 190px);
  padding: 5px;
}
.staffUsers .title {
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
.staffUsers .title .flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.staffUsers .title .flex .el-date-editor {
  width: 210px!important;
  margin-right: 8px;
}
.staffUsers .title .flex .el-date-editor .el-input__icon.el-range__close-icon {
  display: none;
}
.staffUsers .title .flex .firstVisit {
  width: 150px;
  margin-right: 8px;
}
.staffUsers .title .flex .clinicName {
  min-width: 200px;
}
.staffUsers .title .ant-radio-group {
  width: 180px;
}
.staffUsers .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.staffUsers .box .box-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.staffUsers .box .data {
  width: 500px;
}
.staffUsers .box .data .h {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 16px;
  padding-left: 15px;
  font-weight: bold;
}
.staffUsers .box .data .scroll {
  height: calc(100vh - 230px);
  overflow-y: scroll;
}

