.xp-table-with-newbuild-dialog {
    .el-table {
        border: 1px solid #dfe6ec;
        th {
            white-space: nowrap;
            overflow: hidden;
            background-color: #eef1f6;
            color: #333;
        }
    }
    .title {
        margin-bottom: 10px;
    }

    .view-blue {
        color: #20a0ff;
        &:hover {
            cursor: pointer;
        }
    }

}
.el-popover.crowd-popover {
    margin-top: 5px;
    font-size: 14px;
    padding: 6px;
    .popover-container {
        padding: 6px 0 6px 6px;
        overflow: hidden;
    }
    .popover-left {
        width: 60%;
        float: left;
        cursor: pointer;
    }
    .popover-right {
        width: 40%;
        float: right;
    }
}

