@import "../../styles/theme.scss";
#attr-configuration .el-tabs__item {
  // width: 25%;
  //padding: 0 23px;
}
#attr-configuration {
  width: 300px;
  height: calc(100vh - 0px);
  background: $attr-configuration-theme;
  padding: 10px 15px;
  overflow: auto;
  // border: 1px solid #f00;
}
