.Repertory-BaseconfigInfo .ant-card-head-title {
  padding: 10px 0;
}
.Repertory-BaseconfigInfo .ant-card-extra {
  padding: 8px 0;
}
.Repertory-BaseconfigInfo .BaseConfigView {
  height: calc(100vh - 193px);
  overflow-y: auto;
}
.Repertory-BaseconfigInfo .BaseConfigView .title {
  height: 50px;
  line-height: 50px;
  padding-left: 30px;
  font-size: 14px;
  background-color: #1784fc;
  color: white;
}
.Repertory-BaseconfigInfo .BaseConfigView .btn {
  width: 80px;
}
.Repertory-BaseconfigInfo .BaseConfigView .btn .el-input-number--mini {
  width: 100px !important;
}
.Repertory-BaseconfigInfo .BaseConfigView .btn .el-input-number__decrease {
  width: 14px;
  background: white;
}
.Repertory-BaseconfigInfo .BaseConfigView .btn .el-input-number__increase {
  width: 14px;
  background: white;
}
.Repertory-BaseconfigInfo .BaseConfigView .btn .el-input__inner {
  padding: 0 15px;
}
.Repertory-BaseconfigInfo .BaseConfigView .setting-box {
  padding: 30px;
}
.Repertory-BaseconfigInfo .BaseConfigView .setting-box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
}

