@import '../theme/common/var';
.magic-table {
  position: relative;
}
.magic-table__button-divider {
  margin: 0 2px;
}
.magic-table__cell {
  display: inline-block;
}
.magic-table__setting {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  .magic-table__setting-icon {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 20px solid $--color-primary;
    transform: rotate(225deg);
    cursor: pointer;
  }
  i {
    position: absolute;
    left: -6px;
    top: -18px;
    font-size: 13px;
    color: #fff;
  }
}
.magic-table__setting-popper {
  .el-checkbox {
    display: block;
    padding: 4px 0;
  }
}
.magic-table__setting-cont {
  max-height: 256px;
  overflow: auto;
  .el-checkbox + .el-checkbox {
    margin-left: 0;
  }
}
