.el-table--border{
  margin-top: 15px;
  border: 0;
  &:after,
  &:before{
     width: 0;
    height: 0;
  }

  ::v-deep{
    th{
      font-size: 12px;
      z-index: 1;
      overflow: visible;
      border-right: 0;
      padding: 0;
      font-weight: normal;
      box-sizing: border-box;
    }
    // td{
    //   border-right: 0;
    //   padding: 4px 0;
    //   font-size: 12px;
    //   border-bottom: 1px solid #ebeef5;
    //   .el-checkbox__input{
    //     line-height: 12px !important
    //   }
    //   .el-checkbox__inner{
    //     height: 12px !important;
    //     line-height: 12px !important;
    //   }
    // }

  }

}
.m-filter{
  max-height: 355px;
  overflow: auto;
  .el-checkbox{
    display: block;
    line-height: 23px;
     &+.el-checkbox{
      margin-left: 0;
      font-size: 12px;
     }
     .el-checkbox__label{
       font-size: 12px
     }

  }

}
.popover-operation{
  min-width: 80px;

}
.filter{
  width :100%;
  line-height :48px  ;
  div{
    line-height: 20px;
  }
  .icon{
    position: absolute;
    right: 5px;
    top: 15px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    i{
      font-size :12px;
      &:active,
      &:focus{
        background:#1f60bd;
        color: #fff;

      }

    }

  }
}
.default-pagination{
  text-align: right;
  margin-top: 20px;
  .el-pagination{
    display: block;
  }
}
