.tenant_position .ant-modal-body {
  padding: 20px 10px;
  height: 300px;
}
.tenant_position .ant-modal-body .formRowCol {
  padding-right: 0;
}
.tenant_position .ant-modal-body .formRowCol .ant-checkbox-group {
  padding-top: 10px;
}
.tenant_position .ant-modal-body .formRowCol .ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 0;
  margin-right: 8px;
  margin-bottom: 5px;
}
.tenant_position .ant-modal-body p {
  margin: 0;
  color: #999;
  padding-left: 14px;
  font-size: 12px;
  position: absolute;
  bottom: 60px;
}

.deptPosition {
  background-color: #fff;
  border-radius: 8px;
  min-height: calc(100vh - 97px);
}
.deptPosition .head {
  height: 48px;
  border-bottom: 1px solid #e9e9e9;
  padding: 0 15px;
}
.deptPosition .head .titles {
  width: 230px;
  height: 45px;
  line-height: 50px;
  float: left;
}
.deptPosition .head .titles span {
  width: 100px;
  height: 44px;
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  float: left;
  cursor: pointer;
  margin-left: 15px;
}
.deptPosition .head .titles span.active,
.deptPosition .head .titles span:hover {
  color: #1784fc;
  border-bottom: 2px solid #189fff;
}
.deptPosition .head .ant-btn {
  float: right;
  margin-top: 5px;
}

