taskDetail.less 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. .cardContainer {
  2. margin-top: 0.15rem;
  3. padding: 0.2rem 0.2rem;
  4. background-color: white;
  5. .normalInfo {
  6. padding: 0.25rem 0.15rem;
  7. background-color: #fdf2df;
  8. }
  9. .infoRow {
  10. margin-bottom: 0.25rem;
  11. }
  12. .detailInfo {
  13. padding: 0.25rem 0.15rem;
  14. }
  15. .relatedOrder {
  16. padding: 0 0.15rem;
  17. margin-top: 0.15rem;
  18. .collapseLabel {
  19. width: 100%;
  20. .ant-collapse-arrow {
  21. font-size: 0.32rem;
  22. }
  23. :global {
  24. .ant-collapse-item {
  25. margin-bottom: 0;
  26. }
  27. .ant-collapse-item:last-child > .ant-collapse-header {
  28. border-radius: 0;
  29. }
  30. .ant-collapse-header {
  31. height: 0.5rem;
  32. background: url('@/assets/TaskManage/viewOrder@2x.png') no-repeat
  33. center;
  34. background-size: 25% 100%;
  35. justify-content: center;
  36. flex-direction: row-reverse;
  37. align-items: center;
  38. margin-top: 0.1rem;
  39. border-bottom: 0.02rem solid #1755ff;
  40. .ant-collapse-header-text {
  41. font-size: 0.32rem;
  42. flex: unset;
  43. margin-inline-end: unset;
  44. }
  45. .ant-collapse-arrow {
  46. font-size: 0.32rem;
  47. }
  48. }
  49. .ant-collapse-content-box {
  50. padding: 0;
  51. }
  52. .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
  53. padding-block: 0;
  54. }
  55. }
  56. .workOrderCard {
  57. margin-bottom: 0.1rem;
  58. padding: 0.2rem;
  59. border-radius: 0;
  60. background-color: rgba(23, 85, 255, 0.06);
  61. display: flex;
  62. align-items: center;
  63. .leftInfo {
  64. width: 80%;
  65. }
  66. .rightButtonContainer {
  67. width: 20%;
  68. display: flex;
  69. flex-direction: column;
  70. justify-content: space-between;
  71. align-items: center;
  72. }
  73. .rightButton {
  74. background-color: #fff;
  75. border-radius: 0.5rem;
  76. width: 1.5rem;
  77. letter-spacing: 0.05rem;
  78. color: rgba(23, 85, 255, 1);
  79. font-size: 0.32rem;
  80. text-align: center;
  81. }
  82. }
  83. .workOrderCard:last-child {
  84. margin-bottom: 0;
  85. }
  86. }
  87. }
  88. // .workOrderCard {
  89. // margin-bottom: 0.25rem;
  90. // padding: 0.2rem 0.1rem;
  91. // background-color: #e5effa;
  92. // display: flex;
  93. // align-items: center;
  94. // .leftInfo {
  95. // width: 80%;
  96. // }
  97. // .rightButtonContainer {
  98. // width: 20%;
  99. // display: flex;
  100. // flex-direction: column;
  101. // justify-content: space-between;
  102. // align-items: center;
  103. // }
  104. // .rightButton {
  105. // flex: auto;
  106. // color: #5697e4;
  107. // font-size: 0.24rem;
  108. // text-align: center;
  109. // display: flex;
  110. // justify-content: center;
  111. // align-items: center;
  112. // }
  113. // }
  114. }
  115. .handleModal {
  116. :global {
  117. .ant-modal-close {
  118. width: 0.36rem;
  119. height: 0.36rem;
  120. }
  121. .ant-modal-close-x {
  122. font-size: 0.36rem;
  123. line-height: 0.36rem;
  124. }
  125. .ant-modal-title {
  126. font-size: 0.28rem;
  127. }
  128. .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  129. height: 0.6rem;
  130. padding-top: 0.15rem;
  131. }
  132. .ant-form-item .ant-form-item-label > label {
  133. font-size: 0.28rem;
  134. height: 0.6rem;
  135. }
  136. .ant-input {
  137. font-size: 0.28rem;
  138. height: 0.6rem;
  139. }
  140. .ant-btn {
  141. font-size: 0.28rem;
  142. height: 0.6rem;
  143. width: 1.2rem;
  144. }
  145. .ant-checkbox {
  146. .ant-checkbox-inner {
  147. width: 0.28rem;
  148. height: 0.28rem;
  149. }
  150. .ant-checkbox-inner:after {
  151. height: 0.16rem;
  152. width: 0.09rem;
  153. }
  154. }
  155. .ant-picker {
  156. height: 0.6rem;
  157. }
  158. }
  159. }
  160. .taskTable {
  161. :global {
  162. .ant-table-thead {
  163. background: rgba(155, 151, 151, 0.2);
  164. }
  165. .ant-table-thead > tr > th {
  166. color: rgba(59, 59, 59, 1);
  167. font-weight: 600;
  168. }
  169. }
  170. }
  171. .fontS32 {
  172. font-size: 0.32rem;
  173. }
  174. .fontS28 {
  175. font-size: 0.28rem;
  176. }
  177. .fontS24 {
  178. font-size: 0.24rem;
  179. }
  180. .fontS22 {
  181. font-size: 0.22rem;
  182. }
  183. .fontS20 {
  184. font-size: 0.2rem;
  185. }
  186. .fontS18 {
  187. font-size: 0.18rem;
  188. }
  189. .fontS16 {
  190. font-size: 0.16rem;
  191. }