.cms-table-column-img {
    height: 50px;
    display: flex;
    overflow: hidden;
    width: 100%;
    .no-image {
        height: 50px;
        width: 60px;
        border-radius: 4px;
        background: #f5f7fa;
        color: #909399;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
    }

    .el-image {
        height: 50px;
        flex-shrink: 0;

        &:not(:first-child) {
            margin-left: 4px;
        }
    }
}
