.icon-uploader {
    display: inline-block;
    text-align: center;
}
.icon-uploader .el-upload-dragger {
    width: 46px;
    height: 46px
}
.icon-uploader span {
    width: 50px;
    height: 14px;
    font-size: 12px;
    line-height: 12px;
    display: block;
    overflow: hidden;
}
.icon-uploader .avatar {
    width: 46px;
    height: 46px;
    display: block
}
.avatar-uploader .el-upload {
    position: relative;
    overflow: hidden
}

.zoom-overlay-img img {
    width: 100%;
}
.zoom-overlay-img .pull-left {
    width: 70px;
}
.zoom-overlay-open .table-responsive {
    overflow-x: initial !important;
}
.headerSortUp:after {
    content: url(../img/asc.gif);
  }
.headerSortDown:after {
    content: url(../img/desc.gif);
  }
  