| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 | .hrSituation-form {    width: 100%;    .activityCost-title {        font-size: 16px;    }    .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;    }}.user-content {    background: #fff;    padding: 20px;    .content-title {        font-size: 16px;        color: #333;    }    .user-search {        margin: 20px 0;        input {            width: 200px;        }        >* {            margin-right: 20px;        }        p {            margin-top: 20px;            button {                margin-right: 20px;            }        }    }}
 |