taskList.less 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. .cardContainer {
  2. width: 100%;
  3. padding: 0.2rem 0.2rem 0.1rem 0.2rem;
  4. margin-left: 0.05rem;
  5. background-color: white;
  6. .collapseLabel {
  7. width: 100%;
  8. .ant-collapse-arrow {
  9. font-size: 0.24rem;
  10. }
  11. :global {
  12. .ant-collapse-item {
  13. margin-bottom: 0;
  14. }
  15. .ant-collapse-header {
  16. justify-content: center;
  17. flex-direction: row-reverse;
  18. align-items: center;
  19. margin-top: 0.1rem;
  20. .ant-collapse-header-text {
  21. font-size: 0.24rem;
  22. flex: unset;
  23. margin-inline-end: unset;
  24. }
  25. .ant-collapse-arrow {
  26. font-size: 0.24rem;
  27. }
  28. }
  29. }
  30. .workOrderCard {
  31. margin-bottom: 0.2rem;
  32. padding: 0.2rem 0.1rem;
  33. border-radius: 0.08rem;
  34. background-color: #e5effa;
  35. display: flex;
  36. align-items: center;
  37. .leftInfo {
  38. width: 80%;
  39. }
  40. .rightButtonContainer {
  41. width: 20%;
  42. display: flex;
  43. flex-direction: column;
  44. justify-content: space-between;
  45. }
  46. .rightButton {
  47. width: 100%;
  48. color: #5697e4;
  49. font-size: 0.24rem;
  50. text-align: center;
  51. }
  52. }
  53. }
  54. }
  55. .topContainer {
  56. // height: 1.2rem;
  57. .fixedTop {
  58. position: fixed;
  59. top: 0;
  60. width: 100%;
  61. z-index: 10;
  62. background-color: #ffffff;
  63. }
  64. }
  65. .handleModal {
  66. :global {
  67. .ant-modal-close {
  68. width: 0.36rem;
  69. height: 0.36rem;
  70. }
  71. .ant-modal-close-x {
  72. font-size: 0.36rem;
  73. line-height: 0.36rem;
  74. }
  75. .ant-modal-title {
  76. font-size: 0.28rem;
  77. }
  78. .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  79. height: 0.6rem;
  80. padding-top: 0.15rem;
  81. }
  82. .ant-form-item .ant-form-item-label > label {
  83. font-size: 0.28rem;
  84. height: 0.6rem;
  85. }
  86. .ant-input {
  87. font-size: 0.28rem;
  88. height: 0.6rem;
  89. }
  90. .ant-btn {
  91. font-size: 0.28rem;
  92. height: 0.6rem;
  93. width: 1.2rem;
  94. }
  95. .ant-checkbox {
  96. .ant-checkbox-inner {
  97. width: 0.28rem;
  98. height: 0.28rem;
  99. }
  100. .ant-checkbox-inner:after {
  101. height: 0.16rem;
  102. width: 0.09rem;
  103. }
  104. }
  105. .ant-picker {
  106. height: 0.6rem;
  107. }
  108. }
  109. }
  110. .fontS28 {
  111. font-size: 0.28rem;
  112. }
  113. .fontS26 {
  114. font-size: 0.26rem;
  115. }
  116. .fontS24 {
  117. font-size: 0.24rem;
  118. }
  119. .fontS20 {
  120. font-size: 0.2rem;
  121. }
  122. .fontS18 {
  123. font-size: 0.18rem;
  124. }
  125. .fontS16 {
  126. font-size: 0.16rem;
  127. }