
.box {
  height: 800px;
}
.el-scrollbar {
  height: 100%;
}
.box .el-scrollbar__wrap {
  overflow: scroll;
}
.no-checkbox-row .cell .el-checkbox {
  display: none;
}

.box {
  height: calc(100vh - 130px);
  margin-bottom: 0px;
}
.box .avue-tree__filter {
  padding: 10px 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tableCrud .el-card .el-card__body .el-form .el-table ::-webkit-scrollbar {
  height: 10px !important;
}

