publicOpinion.scss 408 B

1234567891011121314151617181920212223242526272829303132
  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. .button{
  15. button{
  16. margin-left: 10px;
  17. }
  18. }
  19. }
  20. .btn{
  21. display: flex;
  22. justify-content: space-between;
  23. }
  24. }
  25. #basic{
  26. .ant-form-item{
  27. margin-bottom: 20px;
  28. }
  29. }