/*layout*/
section {
  height: 100%;
}
.main-frame {
  height: calc(100% - 70px);
  min-height: calc(100% - 70px);
}
body > .main-frame {
  height: auto;
}
.el-row {
  width: 100%;
  margin-bottom: 30px;
}

/*settingFlag*/
.settingFlag {
  width: 100%;
  margin: 0 auto;
}
.settingButton .el-button--small {
  width: 110px;
}
.settingButton .el-button--small [class*=el-icon-]+span {
  margin: 0;
}
.settingButton .el-button--small [class*=el-icon-] {
  font-size: 14px;
}
.settingButton .el-button--small+.el-button--small {
  margin-left:0;
}
