modal.scss 127 B

123456789
  1. #statics {
  2. .ant-form-item{
  3. width: 45%;
  4. margin-bottom: 10px;
  5. .ant-form-item-label{
  6. width: 120px;
  7. }
  8. }
  9. }