.systemCharge {
  background-color: #fff;
  height: calc(100vh - 97px);
}
.systemCharge .ant-tabs-tab {
  width: 120px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0;
  font-size: 15px;
}
.systemCharge .ant-tabs {
  padding: 0 15px;
}

