
.image-item[data-v-48f90c94] {
    float: left;
    width: 150px;
    height: auto;
    background: #ddd;
    margin-right: 10px;
    border-radius: 6px;
    position: relative;
}
.image-item img[data-v-48f90c94] {
    max-width: 150px;
    border-radius: 6px;
}
.image-del[data-v-48f90c94] {
    position: absolute;
    top: 0px;
    right: 0px;
    color: red;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}

