.performance-settings {
  height: 100%;
  width: 100%;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.performance-settings .ivu-card-body {
  height: 100%;
}
.performance-settings .ivu-tabs-bar {
  margin-bottom: 0;
}
.performance-settings .ivu-tabs-content {
  height: 100%;
}
.performance-settings .ivu-tabs-content .ivu-tabs-tabpane {
  height: calc(100% - 30px);
  overflow-y: auto;
}
.performance-settings .left {
  border: 1px solid #dcdee2;
  height: 100%;
  position: relative;
  width: 160px;
}
.performance-settings .left .leftTitle {
  line-height: 35px;
  height: 35px;
  text-align: center;
  border-bottom: 1px solid #e8eaec;
}
.performance-settings .left .leftRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.performance-settings .left .leftRow .formitem {
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
}
.performance-settings .left .leftRow:hover {
  background-color: #f3f3f3;
}
.performance-settings .right {
  width: calc(100% - 190px);
  height: 100%;
}
.performance-settings .right .right-extra {
  height: 36px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.performance-settings .right .right-content {
  padding: 40px 5px 0px 5px;
  position: relative;
}

