.hrSituation-form {
    width: 100%;
    .ant-form-item {
        float: left;
        .ant-input-number {
            width: 80%;
        }
    }
    .half-item {
        width: 19%;
    }
    .hrSituation-title {
        font-size: 16px;
    }
    .hrSituation-span {
        float: left;
        line-height: 32px;
        width: 126px;
        text-align: right;
    }
    .hrSituation-roster {
        margin-top: 10px;
        margin-bottom: 20px;
        width: 400px;
    }
}