index.less 925 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. .container {
  2. margin-bottom: 20px;
  3. border-bottom: 1px solid #f0f0f0;
  4. .action {
  5. position: relative;
  6. display: flex;
  7. justify-content: center;
  8. .more {
  9. position: absolute;
  10. top: 0;
  11. }
  12. .simple {
  13. right: 0;
  14. }
  15. .advance {
  16. right: -50%;
  17. }
  18. :global {
  19. .ant-space-align-center {
  20. align-items: normal;
  21. }
  22. }
  23. }
  24. .form {
  25. :global {
  26. .ant-formily-item {
  27. margin-bottom: 12px;
  28. }
  29. }
  30. }
  31. .simple {
  32. display: flex;
  33. flex-direction: row;
  34. :global {
  35. .ant-formily-grid-layout {
  36. width: 550px;
  37. height: 40px;
  38. }
  39. .ant-formily-item {
  40. margin-bottom: 0;
  41. }
  42. }
  43. }
  44. .history {
  45. width: 176px;
  46. .list {
  47. display: flex;
  48. align-items: center;
  49. justify-content: space-between;
  50. width: 148px;
  51. }
  52. }
  53. }
  54. .saveLog {
  55. width: 100%;
  56. margin-top: 5px;
  57. }