.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;
}

.Repertory-Baseconfig > .ant-card-body {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Repertory-Baseconfig > .ant-card-body .leftTabs {
  width: 130px;
  height: calc(100vh - 97px);
  border-right: 1px solid #e3e3e3;
}
.Repertory-Baseconfig > .ant-card-body .leftTabs span {
  height: 50px;
  line-height: 50px;
  display: block;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  background-color: #f9f9f9;
}
.Repertory-Baseconfig > .ant-card-body .leftTabs span i {
  color: #1784fc;
  margin-left: 20px;
  margin-right: 8px;
}
.Repertory-Baseconfig > .ant-card-body .leftTabs div {
  height: 40px;
  line-height: 40px;
  color: #333333;
  font-weight: bold;
  padding-left: 20px;
  cursor: pointer;
  margin-top: 3px;
}
.Repertory-Baseconfig > .ant-card-body .leftTabs div.active,
.Repertory-Baseconfig > .ant-card-body .leftTabs div:hover {
  color: #1784fc;
  background-color: #f3f2f2;
}
.Repertory-Baseconfig > .ant-card-body .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}

