.detailContent {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;

  :global {
    .ant-page-heade {
      padding: 0;
    }
  }

  .header {
    display: flex;
    justify-content: right;
    margin-bottom: 10px;
    padding-right: 25px;
  }

  .configContent {
    flex: 1;
    overflow-y: scroll;
    padding: 5px;

    .ant-tabs {
      height: calc(100% - 150px);

      .ant-tabs-content-holder {
        overflow-y: scroll;
      }
    }
  }
}