taskDetail.less 4.4 KB

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