user.scss 272 B

12345678910111213141516171819202122
  1. .user{
  2. width: 100%;
  3. height: 100%;
  4. .top{
  5. display: flex;
  6. justify-content: space-between;
  7. margin-bottom: 5px;
  8. .input{
  9. display: flex;
  10. button{
  11. margin-left: 10px;
  12. }
  13. }
  14. }
  15. }
  16. #basic{
  17. .ant-form-item{
  18. margin-bottom: 20px;
  19. }
  20. }