#basic-table {
  /* height: 60px; */
  background-color: rgba(224, 235, 250, 1);
}

.table-responsive {
  border-radius: 10px 10px 0px 0px;
  text-align: center;
}
.table-striped tbody tr:nth-of-type(odd) {
  background: #f8faff;
}

#basic-table th {
  color: rgba(1, 110, 255, 1);
  text-align: center;
  line-height: 44px;
  font-size: 15px;
}
.panel-content {
  /* padding: 0px; */
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* 人员列表的css */
.panel-button {
  height: 32px;
  /* line-height: 32px; */
  font-size: 14px;
  padding: 6px 9px;
  color: #232C36;
  font-weight: 400;
  font-family: PingFangSC-Regular, PingFang SC;
  border-radius: 4px;
  border: 1px solid #c9e0ff;
  background-color: #fff;
  box-sizing: border-box;
}
.panel-button--modify {
  margin-right: 20px;
}
/* .content{
  background-color: #fff;
} */
