VirtualList.less 1017 Bytes
.container {
    margin: 0;
    padding: 0;
    overflow: auto;
}

.clearfix::after {
    content: '';
    display: block;
    clear: both;
}

.empty {
    float: left;
}

.single-image-parent {
    position: relative;
    border: 2px solid white;
    text-align: center;
}

.single-image {
    height: 300px;
    width: 100%;
    cursor: pointer;
}


.el-row {
    height: 326px !important;
}

.isSelected {
    border: 2px solid #4487f7 !important;
}

.isSelected:after {
    bottom: 0px;
    right: 0px;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 42px solid #4487f7;
    border-left: 42px solid transparent;
}

.isSelected:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 8px;
    background: transparent;
    bottom: 12px;
    right: 5px;
    border: 2px solid white;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    transform: rotate(-55deg);
    z-index: 9;
}