.staff_popup,
.staff_popup .rc-dialog-content,
.staff_popup .rc-dialog-body {
    height: 100%;
}


.drag-staff-box.field-box {
    .field-content {
        overflow: visible;
        margin-left: 0;
    }
}
.staff-container {
    .staffWrap {
        display: inline-block;
        width: 100%;
    }
    .staffArea {
        position: absolute;
    }
    .staffContentArea {
        float: right;
        height: 20px;
        .avatar-readonly {
            opacity: 0.7;
        }
        &.staffContentAreaAlignLeft{
            float: left
        }
    }
    .staffContentArea.hasContentArea {
        max-width: 100%;
    }

    .field-box {
        padding: 10px 12px;
    }
    .staff-content {
        // text-indent: 32px;
        display: inline-block;
        height: 20px;
        font-size: 14px;
        color: rgb(37,44,51);
        line-height: 20px;
        // margin-left: 6px;
        position: relative;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
        &.placeholder {
            color: rgb(192,201,209);
        }
    }
    .staff-content.staff-no-avatar {
        text-indent: 0;
    }
    .staff-content.staff-readonly {
        color: rgb(99,108,117);
        opacity: 0.7;
    }
}
