.editSource {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.editSource .ant-card-head {
  height: 50px;
  min-height: 50px;
  padding: 0 10px;
}
.editSource .ant-card-head-title {
  padding: 13px 0;
}
.editSource .ant-card-body {
  padding: 0;
}
.editSource .ant-card-body div {
  height: 45px;
  line-height: 45px;
  padding-left: 10px;
  padding-right: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.editSource .ant-card-body div p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  overflow: hidden;
}
.editSource .ant-card-body div span {
  color: #1784fc;
  margin: 0 5px;
}
.editSource .ant-card-body div.active,
.editSource .ant-card-body div:hover {
  color: #1784fc;
}
.editSource .ant-card-body .ant-radio-group {
  height: 200px;
  display: block;
  border-bottom: none;
}
.editSource .ant-card-body .ant-radio-group .ant-radio-inner {
  border-radius: 0;
}
.editSource .ant-card-body .ant-radio-group .ant-radio-inner:after {
  border-radius: 0;
}
.editSource .ant-card-body .ant-radio-group .ant-radio-wrapper {
  height: 50px;
  line-height: 50px;
  display: block;
}
.editSource .ant-card-body .ant-radio-group .ant-radio-wrapper span {
  color: rgba(0, 0, 0, 0.85);
}
.editSource .ant-card-body .ant-radio-group .ant-radio-wrapper-checked span {
  color: #1784fc;
}
.editSource .ant-card-body .ant-radio-group .edit {
  color: #1784fc !important;
  margin-left: 20px;
}
.editSource .ant-card-body .ant-btn {
  width: 80%;
  margin: 10px 10%;
}
.editSource .dataList1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.editSource .dataList2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: none;
}

.settingProjects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100vh - 142px);
}
.settingProjects .sides {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  border-radius: 8px;
  max-width: 180px;
  height: calc(100vh - 142px);
  overflow-y: scroll;
}
.settingProjects .sides .addClass {
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 100%;
}
.settingProjects .sides .ant-menu-submenu-title {
  padding-left: 15px !important;
}
.settingProjects .sides .ant-menu-item {
  padding-left: 20px !important;
}
.settingProjects .sides .ant-menu-sub {
  background-color: #fafafa;
}
.settingProjects .sides .ant-menu-submenu-open .ant-menu-submenu-title {
  color: #1784fc;
}
.settingProjects .contentBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.settingProjects .contentBox .ant-row {
  margin: 0!important;
}
.settingProjects .contentBox .ant-row .ant-col {
  padding: 0!important;
}
.settingProjects .contentBox .ant-row .ant-col .formRowCol {
  padding-right: 0;
  margin: 2px 0!important;
}
.settingProjects .contentBox .text-right {
  text-align: right;
}
.settingProjects .contentBox .text-right .ant-btn {
  padding: 0 8px;
  margin: 6px 8px 0 0;
}

