123456789101112131415161718192021 |
- .hrSituation-form {
- width: 100%;
- .ant-form-item {
- float: left;
- .ant-input-number {
- width: 80%;
- }
- }
- .half-item {
- width: 19%;
- }
- .hrSituation-title {
- font-size: 14px;
- }
- .hrSituation-span {
- float: left;
- line-height: 32px;
- width: 126px;
- text-align: right;
- }
- }
|