| 1234567891011121314151617181920212223242526 | .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: 27px;        width: 126px;        text-align: right;    }    .hrSituation-roster {        margin-top: 10px;        margin-bottom: 20px;        width: 400px;    }}
 |