.TeamCustomerData .doctorData {
  height: calc(100vh - 167px);
  overflow-y: scroll;
  padding: 5px;
  padding-bottom: 15px;
}
.TeamCustomerData .doctorData .ant-table-title {
  font-weight: 500;
  font-size: 16px;
  color: #333;
  border: none;
}
.TeamCustomerData .doctorData .ant-table-title .el-date-editor {
  width: 120px!important;
  float: right;
  margin-top: -5px;
}
.TeamCustomerData .doctorData .ant-table-title .el-date-editor .el-input__icon {
  line-height: 35px;
}
.TeamCustomerData .doctorData .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.TeamCustomerData .doctorData .box .ant-table-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.TeamCustomerData .doctorData .box .ant-table-wrapper:nth-child(1) {
  margin-right: 10px;
}
.TeamCustomerData .doctorData .box2 .ant-table-wrapper:nth-child(1) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-right: 10px;
}
.TeamCustomerData .doctorData .box2 .ant-table-wrapper:nth-child(2) {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

