assets-info.component.less 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. @import "../../../../src/theme.less";
  2. :host {
  3. ::ng-deep .ant-calendar-picker {
  4. width: 100% !important;
  5. }
  6. .list-template__top{
  7. overflow: visible!important;
  8. }
  9. }
  10. .save {
  11. position: fixed;
  12. left: 0;
  13. top: 0;
  14. width: 100%;
  15. height: 100%;
  16. background: rgba(0, 0, 0, 0.4);
  17. z-index: 99;
  18. .modalBody {
  19. width: 350px;
  20. background: #fff;
  21. border-radius: 5px;
  22. padding: 10px 20px;
  23. color: #333;
  24. .title {
  25. width: 100%;
  26. text-align: center;
  27. font-size: 18px;
  28. position: relative;
  29. i {
  30. position: absolute;
  31. right: 0;
  32. top: 0;
  33. font-size: 20px;
  34. color: #666;
  35. cursor: pointer;
  36. padding: 0 5px;
  37. }
  38. }
  39. .content {
  40. width: 310px;
  41. background: #f9fafb;
  42. border: 1px solid #e5e9ed;
  43. border-radius: 5px;
  44. overflow: hidden;
  45. margin-top: 12px;
  46. padding: 16px 0;
  47. .busyList{
  48. display: flex;
  49. margin-bottom: 8px;
  50. .busyContent{
  51. margin-right: 8px;
  52. flex: 1;
  53. }
  54. }
  55. & > div {
  56. text-align: center;
  57. margin: 0;
  58. &.icon {
  59. // margin-top: 17px;
  60. i {
  61. color: #34b349;
  62. font-size: 30px !important;
  63. &.transport-wenhao {
  64. color: #f5a523;
  65. }
  66. &.transport-shibai {
  67. color: #ff3a52;
  68. }
  69. }
  70. }
  71. &.defeat {
  72. color: #333;
  73. font-size: 14px;
  74. }
  75. &:nth-child(3) {
  76. font-size: 14px;
  77. color: #666;
  78. }
  79. }
  80. .workAssignmentTips {
  81. font-size: 12px;
  82. }
  83. }
  84. button {
  85. margin-top: 10px;
  86. &.btn {
  87. margin-left: 8px;
  88. }
  89. }
  90. }
  91. // 新增
  92. &.add {
  93. .modalBody {
  94. width: 480px;
  95. height: auto;
  96. .content {
  97. width: 100%;
  98. height: auto;
  99. padding: 16px;
  100. max-height: 497px;
  101. overflow-y: auto;
  102. .addForm {
  103. .ant-form-item {
  104. margin-bottom: 0;
  105. .ant-form-item-label {
  106. text-align: left;
  107. }
  108. .desc {
  109. margin-top: 5px;
  110. }
  111. }
  112. .datesControl {
  113. margin-top: -16px;
  114. .ant-form-item-label {
  115. line-height: 40px;
  116. }
  117. }
  118. .timer {
  119. .ant-form-item-label {
  120. width: 100%;
  121. text-align: left;
  122. }
  123. .numInp {
  124. margin-right: 5px;
  125. }
  126. .line {
  127. margin-right: 5px;
  128. }
  129. }
  130. .timer2 {
  131. .ant-form-item-label {
  132. line-height: 20px;
  133. }
  134. }
  135. }
  136. .editForm {
  137. .ant-form-item {
  138. margin-bottom: 15px;
  139. .ant-form-item-label {
  140. line-height: 14px;
  141. text-align: left;
  142. }
  143. }
  144. }
  145. }
  146. }
  147. }
  148. }