configuration-checkout-project.component.less 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  1. @import "../../../../../../src/theme.less";
  2. :host {
  3. height: 100%;
  4. display: flex;
  5. flex-direction: column;
  6. justify-content: space-between;
  7. background-color: #F0F2F5;
  8. .list-template__nzTable,
  9. .list-template__bottom{
  10. padding: 0!important;
  11. border: none!important;
  12. background: #fff!important;
  13. }
  14. .list-template{
  15. width: 100%!important;
  16. height: 100%!important;
  17. padding: 0!important;
  18. }
  19. .circleWrap{
  20. position: relative;
  21. .circle{
  22. width: 8px;
  23. height: 8px;
  24. border-radius: 50%;
  25. position: absolute;
  26. top: 50%;
  27. left: -8px;
  28. transform: translate(-50%,-50%);
  29. &.red{
  30. background-color: red;
  31. }
  32. }
  33. }
  34. .content{
  35. flex: 1;
  36. min-height: 0;
  37. display: flex;
  38. flex-direction: column;
  39. justify-content: space-between;
  40. border: 1px solid #EEF3F9;
  41. &.priority{
  42. background-color: #fff;
  43. .contentInner{
  44. padding: 0 16px 16px;
  45. border: 1px solid #E8EBEF;
  46. }
  47. }
  48. .contentItem{
  49. padding: 4px 16px;
  50. cursor: pointer;
  51. overflow: hidden;
  52. text-overflow: ellipsis;
  53. white-space: nowrap;
  54. &.active{
  55. color: @primary-color;
  56. background-color: #F0F6ED;
  57. border-radius: 4px;
  58. }
  59. }
  60. .contentInner{
  61. flex: 1;
  62. display: flex;
  63. justify-content: space-between;
  64. align-items: center;
  65. padding: 0 16px;
  66. gap: 16px;
  67. .contentHead{
  68. height: 45px;
  69. display: flex;
  70. justify-content: space-between;
  71. align-items: center;
  72. gap: 16px;
  73. padding: 0 16px;
  74. font-size: 16px;
  75. font-weight: bold;
  76. border-bottom: 1px solid #D9D9D9;
  77. .title{
  78. overflow: hidden;
  79. text-overflow: ellipsis;
  80. white-space: nowrap;
  81. }
  82. .btns{
  83. flex-shrink: 0;
  84. }
  85. }
  86. .contentBody{
  87. padding: 0 8px;
  88. margin: 4px 0;
  89. flex: 1;
  90. }
  91. .address{
  92. flex: 1;
  93. height: 100%;
  94. background: #FFFFFF;
  95. border: 1px solid #E8EBEF;
  96. display: flex;
  97. flex-direction: column;
  98. width: 0;
  99. }
  100. .addressAssign{
  101. flex: 3;
  102. height: 100%;
  103. background: #FFFFFF;
  104. border: 1px solid #E8EBEF;
  105. display: flex;
  106. flex-direction: column;
  107. width: 0;
  108. }
  109. .list-template__searchItem {
  110. .label {
  111. color: #333;
  112. display: inline-block;
  113. width: 70px;
  114. text-align-last: justify;
  115. text-align: justify;
  116. &.label--big {
  117. width: 100px;
  118. }
  119. }
  120. .formItem {
  121. width: 135px;
  122. }
  123. }
  124. }
  125. .contentBtns{
  126. margin-bottom: 16px;
  127. display: flex;
  128. justify-content: center;
  129. align-items: center;
  130. }
  131. }
  132. .save {
  133. position: fixed;
  134. left: 0;
  135. top: 0;
  136. width: 100%;
  137. height: 100%;
  138. background: rgba(0, 0, 0, 0.4);
  139. z-index: 99;
  140. .tips{
  141. margin-bottom: 16px!important;
  142. }
  143. .modalBody {
  144. width: 350px;
  145. background: #fff;
  146. border-radius: 5px;
  147. padding: 10px 20px;
  148. color: #333;
  149. .title {
  150. width: 100%;
  151. text-align: center;
  152. font-size: 18px;
  153. position: relative;
  154. i {
  155. position: absolute;
  156. right: 0;
  157. top: 0;
  158. font-size: 20px;
  159. color: #666;
  160. cursor: pointer;
  161. padding: 0 5px;
  162. }
  163. }
  164. .content {
  165. width: 310px;
  166. background: #f9fafb;
  167. border: 1px solid #e5e9ed;
  168. border-radius: 5px;
  169. overflow: hidden;
  170. margin-top: 12px;
  171. padding: 16px 0;
  172. .busyList{
  173. display: flex;
  174. margin-bottom: 8px;
  175. .busyContent{
  176. margin-right: 8px;
  177. flex: 1;
  178. }
  179. }
  180. & > div {
  181. text-align: center;
  182. margin: 0;
  183. &.icon {
  184. // margin-top: 17px;
  185. i {
  186. color: #34b349;
  187. font-size: 30px !important;
  188. &.transport-wenhao {
  189. color: #f5a523;
  190. }
  191. &.transport-shibai {
  192. color: #ff3a52;
  193. }
  194. }
  195. }
  196. &.defeat {
  197. color: #333;
  198. font-size: 14px;
  199. }
  200. &:nth-child(3) {
  201. font-size: 14px;
  202. color: #666;
  203. }
  204. }
  205. .workAssignmentTips {
  206. font-size: 12px;
  207. }
  208. }
  209. button {
  210. margin-top: 10px;
  211. &.btn {
  212. margin-left: 8px;
  213. }
  214. }
  215. }
  216. // 新增
  217. &.add {
  218. .modalBody {
  219. width: 480px;
  220. height: auto;
  221. .content {
  222. width: 100%;
  223. height: auto;
  224. padding: 16px;
  225. max-height: 497px;
  226. overflow-y: auto;
  227. .addForm {
  228. .ant-form-item {
  229. margin-bottom: 0;
  230. .ant-form-item-label {
  231. text-align: left;
  232. }
  233. .desc {
  234. margin-top: 5px;
  235. }
  236. }
  237. .datesControl {
  238. margin-top: -16px;
  239. .ant-form-item-label {
  240. line-height: 40px;
  241. }
  242. }
  243. .timer {
  244. .ant-form-item-label {
  245. width: 100%;
  246. text-align: left;
  247. }
  248. .numInp {
  249. margin-right: 5px;
  250. }
  251. .line {
  252. margin-right: 5px;
  253. }
  254. }
  255. .timer2 {
  256. .ant-form-item-label {
  257. line-height: 20px;
  258. }
  259. }
  260. }
  261. .editForm {
  262. .ant-form-item {
  263. margin-bottom: 15px;
  264. .ant-form-item-label {
  265. line-height: 14px;
  266. text-align: left;
  267. }
  268. }
  269. }
  270. }
  271. }
  272. }
  273. }
  274. }