index.less 874 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. @import "~antd/lib/style/themes/default.less";
  2. @import "../../utils/utils.less";
  3. .tableList {
  4. .tableListOperator {
  5. margin-bottom: 16px;
  6. button {
  7. margin-right: 8px;
  8. }
  9. }
  10. }
  11. .tableListForm {
  12. :global {
  13. .ant-form-item {
  14. margin-bottom: 24px;
  15. margin-right: 0;
  16. display: flex;
  17. > .ant-form-item-label {
  18. width: auto;
  19. line-height: 32px;
  20. padding-right: 8px;
  21. }
  22. .ant-form-item-control {
  23. line-height: 32px;
  24. }
  25. }
  26. .ant-form-item-control-wrapper {
  27. flex: 1;
  28. }
  29. }
  30. .submitButtons {
  31. white-space: nowrap;
  32. margin-bottom: 24px;
  33. }
  34. }
  35. @media screen and (max-width: @screen-lg) {
  36. .tableListForm :global(.ant-form-item) {
  37. margin-right: 24px;
  38. }
  39. }
  40. @media screen and (max-width: @screen-md) {
  41. .tableListForm :global(.ant-form-item) {
  42. margin-right: 8px;
  43. }
  44. }