.xp-table-operate-with-download {
    .el-table {
        border: 1px solid #dfe6ec;
        th {
            white-space: nowrap;
            overflow: hidden;
            background-color: #eef1f6;
            color: #333;
        }
    }
    .icon-report,
    .icon-download {
        margin: 10px;
        cursor: pointer;
        font-size: 16px;
        color: #c0ccda;
        &.icon-able {
            color: #1d8ce0;
        }
    }
}
