@titaui/pc 1.12.7-beta.4 → 1.12.9-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (292) hide show
  1. package/lib/components/change-okr-modal/Item.js +19 -18
  2. package/lib/components/change-okr-modal/styledComponents.js +9 -9
  3. package/lib/components/create-okr-modal/createSuccessCmp.js +47 -19
  4. package/lib/components/create-okr-modal/fields/index.css +14 -3
  5. package/lib/components/create-okr-modal/fields/o-new-name.js +31 -20
  6. package/lib/components/create-okr-modal/fields/okr-case.js +7 -5
  7. package/lib/components/create-okr-modal/fields/okr-parent.js +7 -5
  8. package/lib/components/create-okr-modal/index.js +215 -142
  9. package/lib/components/create-okr-modal/kr-items/index.css +23 -13
  10. package/lib/components/create-okr-modal/kr-items/krDatas.js +96 -76
  11. package/lib/components/create-okr-modal/kr-items/krItem.js +54 -57
  12. package/lib/components/create-okr-modal/style.js +5 -5
  13. package/lib/components/dynamic/components/title/index.js +1 -1
  14. package/lib/components/dynamic/dynamic-item/components/feed-operate/index.js +7 -7
  15. package/lib/components/dynamic/dynamic-item/dynamic-align/index.js +7 -7
  16. package/lib/components/dynamic/dynamic-item/dynamic-create-o/index.js +17 -17
  17. package/lib/components/dynamic/dynamic-item/dynamic-kr/index.js +3 -1
  18. package/lib/components/dynamic/dynamic-item/dynamic-relative/index.js +9 -9
  19. package/lib/components/dynamic/dynamic-item/dynamic-reply/index.js +3 -1
  20. package/lib/components/dynamic/dynamic-item/dynamic-task/index.js +3 -1
  21. package/lib/components/dynamic/dynamic-item/index.js +4 -15
  22. package/lib/components/eReport/eReportLists/reportList.js +29 -30
  23. package/lib/components/eReport/eReportShare/style.js +1 -1
  24. package/lib/components/edit-kr-wight/EditKrWightModal.js +11 -9
  25. package/lib/components/menus/components/menu-tree/tree-node/index.css +0 -120
  26. package/lib/components/menus/components/menu-tree/tree-node/index.js +2 -22
  27. package/lib/components/menus/i18n.js +0 -8
  28. package/lib/components/menus/index.js +0 -6
  29. package/lib/components/nav-top/components/menu/index.js +4 -4
  30. package/lib/components/nav-top/components/user-message/components/inform/inform-item.js +1 -1
  31. package/lib/components/nav-top/components/user-message/components/todos/todo-item.js +3 -3
  32. package/lib/components/okr-detail/components/ao-nice/index.css +0 -1
  33. package/lib/components/okr-detail/components/header/edit-name.js +76 -39
  34. package/lib/components/okr-detail/components/header/index.css +122 -41
  35. package/lib/components/okr-detail/components/header/index.js +45 -48
  36. package/lib/components/{dynamic/dynamic-item/components/progress/components/okr-progress/index.js → okr-detail/components/header/o-classify.js} +84 -152
  37. package/lib/components/okr-detail/components/header/o-name.js +7 -5
  38. package/lib/components/okr-detail/components/o-progress-update/index.js +2 -2
  39. package/lib/components/okr-detail/components/okr-tree/tree-node/e-kr-node/index.js +3 -1
  40. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/index.css +66 -4
  41. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/index.js +174 -64
  42. package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/index.js +9 -9
  43. package/lib/components/okr-detail/components/okr-tree/tree-node/o-parent-node/index.js +15 -13
  44. package/lib/components/okr-detail/components/tab-panel-content/index.css +1 -0
  45. package/lib/components/okr-detail/detail-header/index.js +11 -5
  46. package/lib/components/okr-detail/okr-list/create-kr-item/index.css +17 -0
  47. package/lib/components/okr-detail/okr-list/create-kr-item/index.js +75 -53
  48. package/lib/components/okr-detail/okr-list/index.css +9 -0
  49. package/lib/components/okr-detail/okr-list/index.js +25 -25
  50. package/lib/components/okr-detail/request-apis.js +73 -69
  51. package/lib/components/okr-detail/schedule/components/kr-progress/index.js +3 -1
  52. package/lib/components/okr-detail/schedule/components/o-progress/index.js +34 -32
  53. package/lib/components/okr-detail/schedule/components/sub-o-progress/index.js +3 -1
  54. package/lib/components/okr-flow/child-node/kr-node.js +3 -1
  55. package/lib/components/okr-flow/child-node/work-node.js +3 -1
  56. package/lib/components/okr-flow/export-modal/color.png +0 -0
  57. package/lib/components/okr-flow/export-modal/index.css +28 -13
  58. package/lib/components/okr-flow/export-modal/index.js +57 -14
  59. package/lib/components/okr-flow/export-modal/trans1.png +0 -0
  60. package/lib/components/okr-progress/components/kr-progress/index.js +5 -3
  61. package/lib/components/okr-progress/components/o-progress/index.js +3 -1
  62. package/lib/components/okr-progress/components/o-progress-update/index.js +2 -2
  63. package/lib/components/okr-progress/components/sub-o-progress/index.js +3 -1
  64. package/lib/components/okr-review/ReviewPop/components/ReviewBody/index.js +3 -3
  65. package/lib/components/okr-share/common-painter/openDataPainter.js +9 -6
  66. package/lib/components/okr-share/common-painter/utils.js +187 -36
  67. package/lib/components/okr-share/index.css +5 -4
  68. package/lib/components/okr-share/pink-card/card.js +3 -3
  69. package/lib/components/okr-share/pink-card/drawKrs.js +97 -18
  70. package/lib/components/okr-share/pink-card/index.js +20 -12
  71. package/lib/components/open-data-painter/index.js +6 -5
  72. package/lib/components/period-selector/components/button/style.js +1 -1
  73. package/lib/components/period-selector/index.css +1 -0
  74. package/lib/components/period-selector/index.js +7 -2
  75. package/lib/components/picker/components/picker-trigger/index.js +2 -47
  76. package/lib/components/picker/picker-panels.js +4 -45
  77. package/lib/components/picker/picker.js +3 -7
  78. package/lib/components/search-input/index.js +0 -5
  79. package/lib/components/search-key-handle/index.js +12 -10
  80. package/lib/components/select-layer/index.js +22 -8
  81. package/lib/components/task-relation-modal/helper.js +1 -56
  82. package/lib/components/task-relation-modal/okr-relation/relation-task-model/search-form.js +1 -4
  83. package/lib/components/task-relation-modal/okr-relation/request-api.js +2 -6
  84. package/lib/components/task-relation-modal/okr-relation/tree/task-tree/index.css +2 -2
  85. package/lib/components/task-relation-modal/request-api.js +5 -2
  86. package/lib/components/task-relation-modal/tree/work-tree/index.js +27 -31
  87. package/lib/components/task-relation-modal/tree/work-tree/search-form.js +22 -3
  88. package/lib/components/task-relation-modal/tree-node/kr-node/index.js +4 -4
  89. package/lib/components/task-relation-modal/tree-node/o-node/index.js +8 -8
  90. package/lib/components/task-relation-modal/tree-node/work-node/index.js +11 -11
  91. package/lib/components/textarea/index.js +5 -7
  92. package/lib/components/tooltip/tooltip.js +9 -4
  93. package/lib/components/upload/components/uploadedPreview.js +17 -17
  94. package/lib/components/upload/index.js +23 -23
  95. package/lib/components/user-selector/category-selector-panel/depart-tree.js +3 -1
  96. package/lib/components/user-selector/export-modules/field-tree-selector/index.css +2 -1
  97. package/lib/components/user-selector/export-modules/field-tree-selector/index.js +31 -17
  98. package/lib/components/user-selector/export-modules/multiple-user-selector--bak/index.css +1 -1
  99. package/lib/components/user-selector/searched-panel/index.js +4 -4
  100. package/lib/components/wechat-btn/index.css +5 -1
  101. package/lib/components-v1/userSelector/components/SingleMode.js +7 -5
  102. package/lib/index.js +0 -48
  103. package/lib/pages/home/components/data-list/table/columns/krName.js +3 -1
  104. package/lib/pages/home/components/data-list/table/columns/okrName.js +4 -2
  105. package/lib/pages/new-okr-list/header/index.js +15 -15
  106. package/lib/utils/bs-global.js +1 -1
  107. package/lib/utils/constant.js +2 -8
  108. package/lib/utils/helpers.js +11 -56
  109. package/lib/utils/hooks.js +5 -5
  110. package/lib/utils/open-data.js +216 -66
  111. package/lib/utils/tita-okr-cycle.js +3 -3
  112. package/package.json +2 -2
  113. package/lib/components/attachments-preview/index.css +0 -11
  114. package/lib/components/attachments-preview/index.js +0 -112
  115. package/lib/components/auto-save/img/failed.svg +0 -17
  116. package/lib/components/auto-save/img/success.svg +0 -16
  117. package/lib/components/auto-save/index.css +0 -39
  118. package/lib/components/auto-save/index.js +0 -78
  119. package/lib/components/auto-save/interface.js +0 -5
  120. package/lib/components/color-date-picker/index.css +0 -65
  121. package/lib/components/color-date-picker/index.js +0 -123
  122. package/lib/components/color-date-picker/interface.js +0 -14
  123. package/lib/components/dialog-upload/img/doc.svg +0 -1
  124. package/lib/components/dialog-upload/img/other.svg +0 -1
  125. package/lib/components/dialog-upload/img/pdf.svg +0 -1
  126. package/lib/components/dialog-upload/img/ppt.svg +0 -1
  127. package/lib/components/dialog-upload/img/radio.svg +0 -1
  128. package/lib/components/dialog-upload/img/video.svg +0 -1
  129. package/lib/components/dialog-upload/img/xls.svg +0 -1
  130. package/lib/components/dialog-upload/index.css +0 -77
  131. package/lib/components/dialog-upload/index.js +0 -332
  132. package/lib/components/dialog-upload/type.js +0 -35
  133. package/lib/components/dialog-upload/uploaded-preview.css +0 -77
  134. package/lib/components/dialog-upload/uploaded-preview.js +0 -132
  135. package/lib/components/dialog-upload/util.js +0 -131
  136. package/lib/components/dynamic/dynamic-item/components/comments-dialog/encourage.js +0 -119
  137. package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/APP-shoucang-m.png +0 -0
  138. package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/ascore.png +0 -0
  139. package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/curEfforts.png +0 -0
  140. package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/curGood.png +0 -0
  141. package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/curGreat.png +0 -0
  142. package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/efforts.png +0 -0
  143. package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/good.png +0 -0
  144. package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/great.png +0 -0
  145. package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/halfscore.png +0 -0
  146. package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/loading.gif +0 -0
  147. package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/score.png +0 -0
  148. package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/top.svg +0 -14
  149. package/lib/components/dynamic/dynamic-item/components/comments-dialog/index.css +0 -68
  150. package/lib/components/dynamic/dynamic-item/components/comments-dialog/index.js +0 -118
  151. package/lib/components/dynamic/dynamic-item/components/comments-dialog/rate.js +0 -143
  152. package/lib/components/dynamic/dynamic-item/components/header/img/evalute.png +0 -0
  153. package/lib/components/dynamic/dynamic-item/components/header/img/fighting.png +0 -0
  154. package/lib/components/dynamic/dynamic-item/components/header/img/happy.png +0 -0
  155. package/lib/components/dynamic/dynamic-item/components/header/img/long-story.png +0 -0
  156. package/lib/components/dynamic/dynamic-item/components/header/img/pressure.png +0 -0
  157. package/lib/components/dynamic/dynamic-item/components/okr-progress/index.css +0 -170
  158. package/lib/components/dynamic/dynamic-item/components/okr-progress/index.js +0 -120
  159. package/lib/components/dynamic/dynamic-item/components/okr-progress/interface.js +0 -5
  160. package/lib/components/dynamic/dynamic-item/components/okr-progress/request-api.js +0 -10
  161. package/lib/components/dynamic/dynamic-item/components/okr-progress/utils.js +0 -10
  162. package/lib/components/dynamic/dynamic-item/components/progress/components/kr-progress/index.css +0 -8
  163. package/lib/components/dynamic/dynamic-item/components/progress/components/kr-progress/index.js +0 -26
  164. package/lib/components/dynamic/dynamic-item/components/progress/components/o-progress/index.css +0 -8
  165. package/lib/components/dynamic/dynamic-item/components/progress/components/o-progress/index.js +0 -26
  166. package/lib/components/dynamic/dynamic-item/components/progress/components/okr-progress/index.css +0 -197
  167. package/lib/components/dynamic/dynamic-item/components/progress/components/okr-progress/request-api.js +0 -20
  168. package/lib/components/dynamic/dynamic-item/components/progress/components/okr-progress/util.js +0 -134
  169. package/lib/components/dynamic/dynamic-item/components/progress/components/task-progress/index.css +0 -10
  170. package/lib/components/dynamic/dynamic-item/components/progress/components/task-progress/index.js +0 -60
  171. package/lib/components/dynamic/dynamic-item/components/progress/index.css +0 -25
  172. package/lib/components/dynamic/dynamic-item/components/progress/index.js +0 -71
  173. package/lib/components/dynamic/dynamic-item/components/progress/interface.js +0 -5
  174. package/lib/components/dynamic/dynamic-item/components/schedule/index.css +0 -31
  175. package/lib/components/dynamic/dynamic-item/components/schedule/index.js +0 -59
  176. package/lib/components/dynamic/dynamic-item/components/schedule/interface.js +0 -5
  177. package/lib/components/dynamic/dynamic-item/components/summary-header/img/evalute.png +0 -0
  178. package/lib/components/dynamic/dynamic-item/components/summary-header/img/fighting.png +0 -0
  179. package/lib/components/dynamic/dynamic-item/components/summary-header/img/happy.png +0 -0
  180. package/lib/components/dynamic/dynamic-item/components/summary-header/img/long-story.png +0 -0
  181. package/lib/components/dynamic/dynamic-item/components/summary-header/img/pressure.png +0 -0
  182. package/lib/components/dynamic/dynamic-item/components/summary-header/index.css +0 -136
  183. package/lib/components/dynamic/dynamic-item/components/summary-header/index.js +0 -364
  184. package/lib/components/dynamic/dynamic-item/components/table-row-o-project/index.css +0 -24
  185. package/lib/components/dynamic/dynamic-item/components/table-row-o-project/index.js +0 -52
  186. package/lib/components/dynamic/dynamic-item/components/table-row-o-project/interface.js +0 -5
  187. package/lib/components/dynamic/dynamic-item/components/table-row-okr/index.css +0 -50
  188. package/lib/components/dynamic/dynamic-item/components/table-row-okr/index.js +0 -65
  189. package/lib/components/dynamic/dynamic-item/components/table-row-okr/interface.js +0 -5
  190. package/lib/components/dynamic/dynamic-item/components/task-progress/index.css +0 -201
  191. package/lib/components/dynamic/dynamic-item/components/task-progress/index.js +0 -95
  192. package/lib/components/dynamic/dynamic-item/components/task-progress/interface.js +0 -5
  193. package/lib/components/dynamic/dynamic-item/components/task-progress/utils.js +0 -10
  194. package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/come-on-big.png +0 -0
  195. package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/come-on-small.png +0 -0
  196. package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/evaluate-big.png +0 -0
  197. package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/nice-big.png +0 -0
  198. package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/nice-small.png +0 -0
  199. package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/very-good-big.png +0 -0
  200. package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/very-good-small.png +0 -0
  201. package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/index.css +0 -32
  202. package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/index.js +0 -43
  203. package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/remind-user-view/index.css +0 -37
  204. package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/remind-user-view/index.js +0 -79
  205. package/lib/components/dynamic/dynamic-item/dynamic-new-report/img/evalute.png +0 -0
  206. package/lib/components/dynamic/dynamic-item/dynamic-new-report/img/fighting.png +0 -0
  207. package/lib/components/dynamic/dynamic-item/dynamic-new-report/img/happy.png +0 -0
  208. package/lib/components/dynamic/dynamic-item/dynamic-new-report/img/long-story.png +0 -0
  209. package/lib/components/dynamic/dynamic-item/dynamic-new-report/img/pressure.png +0 -0
  210. package/lib/components/dynamic/dynamic-item/dynamic-new-report/index.css +0 -155
  211. package/lib/components/dynamic/dynamic-item/dynamic-new-report/index.js +0 -155
  212. package/lib/components/import-modal/helper.js +0 -179
  213. package/lib/components/import-modal/image/loading.gif +0 -0
  214. package/lib/components/import-modal/import-okr-modal/index.css +0 -18
  215. package/lib/components/import-modal/import-okr-modal/index.js +0 -132
  216. package/lib/components/import-modal/import-task-modal/index.css +0 -18
  217. package/lib/components/import-modal/import-task-modal/index.js +0 -240
  218. package/lib/components/import-modal/import-task-modal/search-form.js +0 -135
  219. package/lib/components/import-modal/index.css +0 -30
  220. package/lib/components/import-modal/index.js +0 -20
  221. package/lib/components/import-modal/radio.js +0 -62
  222. package/lib/components/import-modal/request-api.js +0 -204
  223. package/lib/components/import-modal/search/category-select.js +0 -74
  224. package/lib/components/import-modal/search/okr-classify-select.js +0 -74
  225. package/lib/components/import-modal/search/okr-status-select.js +0 -74
  226. package/lib/components/import-modal/search/okr-type-select.js +0 -87
  227. package/lib/components/import-modal/search/principal.js +0 -135
  228. package/lib/components/import-modal/search/relation.js +0 -77
  229. package/lib/components/import-modal/search/search-dropdown/index.css +0 -50
  230. package/lib/components/import-modal/search/search-dropdown/index.js +0 -32
  231. package/lib/components/import-modal/search/task-relation.js +0 -83
  232. package/lib/components/import-modal/search/task-status-select.js +0 -87
  233. package/lib/components/import-modal/search/work-relation.js +0 -83
  234. package/lib/components/import-modal/search/work-status-select.js +0 -74
  235. package/lib/components/import-modal/tree/okr-tree/index.css +0 -61
  236. package/lib/components/import-modal/tree/okr-tree/index.js +0 -267
  237. package/lib/components/import-modal/tree/okr-tree/search-form.js +0 -161
  238. package/lib/components/import-modal/tree/task-work-tree/index.css +0 -123
  239. package/lib/components/import-modal/tree/task-work-tree/index.js +0 -187
  240. package/lib/components/import-modal/tree-node/index.css +0 -0
  241. package/lib/components/import-modal/tree-node/index.js +0 -51
  242. package/lib/components/import-modal/tree-node/kr-node/index.css +0 -58
  243. package/lib/components/import-modal/tree-node/kr-node/index.js +0 -108
  244. package/lib/components/import-modal/tree-node/milestone-node/index.css +0 -61
  245. package/lib/components/import-modal/tree-node/milestone-node/index.js +0 -118
  246. package/lib/components/import-modal/tree-node/o-node/index.css +0 -46
  247. package/lib/components/import-modal/tree-node/o-node/index.js +0 -138
  248. package/lib/components/import-modal/tree-node/work-node/index.css +0 -51
  249. package/lib/components/import-modal/tree-node/work-node/index.js +0 -108
  250. package/lib/components/menus/components/menu-tree/images/summary-menu/caidan-enjoy.svg +0 -14
  251. package/lib/components/menus/components/menu-tree/images/summary-menu/my-setup.svg +0 -18
  252. package/lib/components/menus/components/menu-tree/images/summary-menu/my-zongjie.svg +0 -15
  253. package/lib/components/menus/components/menu-tree/images/summary-menu/zongjie-s.svg +0 -15
  254. package/lib/components/menus/components/menu-tree/tree-node/subordinates.js +0 -74
  255. package/lib/components/menus/components/menu-tree/tree-node/summary-share.js +0 -74
  256. package/lib/components/menus/export-modules/summary-menus/depart-menus/helper.js +0 -56
  257. package/lib/components/menus/export-modules/summary-menus/depart-menus/index.css +0 -32
  258. package/lib/components/menus/export-modules/summary-menus/depart-menus/index.js +0 -201
  259. package/lib/components/menus/export-modules/summary-menus/index.css +0 -9
  260. package/lib/components/menus/export-modules/summary-menus/index.js +0 -134
  261. package/lib/components/menus/export-modules/summary-menus/menu-highlight.js +0 -76
  262. package/lib/components/menus/export-modules/summary-menus/menus.js +0 -199
  263. package/lib/components/menus/export-modules/summary-menus/summary-front-menus.js +0 -199
  264. package/lib/components/new-confidence/constant.js +0 -53
  265. package/lib/components/new-confidence/img/1.svg +0 -40
  266. package/lib/components/new-confidence/img/10.svg +0 -33
  267. package/lib/components/new-confidence/img/2.svg +0 -40
  268. package/lib/components/new-confidence/img/3.svg +0 -40
  269. package/lib/components/new-confidence/img/4.svg +0 -40
  270. package/lib/components/new-confidence/img/5.svg +0 -40
  271. package/lib/components/new-confidence/img/6.svg +0 -40
  272. package/lib/components/new-confidence/img/7.svg +0 -40
  273. package/lib/components/new-confidence/img/8.svg +0 -40
  274. package/lib/components/new-confidence/img/9.svg +0 -40
  275. package/lib/components/new-confidence/index.css +0 -62
  276. package/lib/components/new-confidence/index.js +0 -115
  277. package/lib/components/new-confidence/interface.js +0 -5
  278. package/lib/components/picker/components/panels/week-panel/index.css +0 -42
  279. package/lib/components/picker/components/panels/week-panel/index.js +0 -49
  280. package/lib/components/picker/components/panels/week-panel/utils.js +0 -45
  281. package/lib/components/picker/components/panels/week-panel/week-body.js +0 -79
  282. package/lib/components/picker/components/panels/week-panel/week-head.js +0 -80
  283. package/lib/components/rate/index.js +0 -50
  284. package/lib/components/regulation-setting-item/index.css +0 -33
  285. package/lib/components/regulation-setting-item/index.js +0 -37
  286. package/lib/components/rich-editor-at/components/index.css +0 -66
  287. package/lib/components/rich-editor-at/components/index.js +0 -188
  288. package/lib/components/rich-editor-at/index.css +0 -40
  289. package/lib/components/rich-editor-at/index.js +0 -108
  290. package/lib/components/rich-editor-upload/index.css +0 -11
  291. package/lib/components/rich-editor-upload/index.js +0 -84
  292. package/lib/utils/planDataJson.js +0 -11115
@@ -1,201 +0,0 @@
1
- .titaui-dynamic-summary-task-progress {
2
- margin-top: 16px;
3
- }
4
-
5
- .titaui-dynamic-summary-task-progress__title {
6
- font-size: 18px;
7
- font-weight: 600;
8
- color: #141c28;
9
- line-height: 26px;
10
- display: flex;
11
- justify-content: space-between;
12
- align-items: center;
13
- }
14
-
15
- .titaui-dynamic-summary-task-progress__title-update {
16
- font-size: 14px;
17
- font-weight: 400;
18
- color: #2879ff;
19
- line-height: 22px;
20
- display: inline-flex;
21
- align-items: center;
22
- }
23
-
24
- .titaui-dynamic-summary-task-progress__title-update-icon {
25
- margin-right: 4px;
26
- }
27
-
28
- .titaui-dynamic-summary-task-progress__title-update:hover {
29
- cursor: pointer;
30
- opacity: 0.8;
31
- }
32
-
33
- .titaui-dynamic-summary-task-progress__table {
34
- border: 1px solid #dfe3ea;
35
- border-radius: 12px;
36
- margin-top: 12px;
37
- }
38
-
39
- .titaui-dynamic-summary-task-progress__table table {
40
- width: 100%;
41
- }
42
-
43
- .titaui-dynamic-summary-task-progress__table table thead {
44
- width: 100%;
45
- }
46
-
47
- .titaui-dynamic-summary-task-progress__table table tbody {
48
- width: 100%;
49
- }
50
-
51
- .titaui-dynamic-summary-task-progress__table table tbody tr {
52
- border-bottom: 1px solid #dfe3ea;
53
- }
54
-
55
- .titaui-dynamic-summary-task-progress__table table tbody tr:last-child {
56
- border-bottom: unset;
57
- }
58
-
59
- .titaui-dynamic-summary-task-progress__table table tbody tr td {
60
- box-sizing: border-box;
61
- padding: 0 12px;
62
- border-right: 1px solid #dfe3ea;
63
- }
64
-
65
- .titaui-dynamic-summary-task-progress__table table tbody tr td:last-child {
66
- border-right: unset;
67
- }
68
-
69
- .titaui-dynamic-summary-task-progress__table table tbody tr td:nth-child(2) {
70
- padding: 0;
71
- }
72
-
73
- .titaui-dynamic-summary-task-progress__table-title {
74
- height: 40px;
75
- background: #f0f4fa;
76
- font-size: 13px;
77
- color: #89919f;
78
- line-height: 18px;
79
- }
80
-
81
- .titaui-dynamic-summary-task-progress__table-title td {
82
- text-align: center;
83
- padding: 0 12px;
84
- box-sizing: border-box;
85
- border-right: 1px solid #dfe3ea;
86
- }
87
-
88
- .titaui-dynamic-summary-task-progress__table-title td:last-child {
89
- border-right: none;
90
- }
91
-
92
- .titaui-dynamic-summary-task-progress__table-title-okrs {
93
- overflow: hidden;
94
- border-top-left-radius: 12px;
95
- width: 282px;
96
- }
97
-
98
- .titaui-dynamic-summary-task-progress__table-title-progress {
99
- width: 102px;
100
- }
101
-
102
- .titaui-dynamic-summary-task-progress__table-title-progress-desc {
103
- overflow: hidden;
104
- border-top-right-radius: 12px;
105
- }
106
-
107
- .titaui-dynamic-summary-task-progress__table-title-progress-desc-icon {
108
- font-size: 14px;
109
- margin-left: 4px;
110
- vertical-align: text-top;
111
- }
112
-
113
- .titaui-dynamic-summary-task-progress__statistic {
114
- display: flex;
115
- justify-content: space-between;
116
- margin-top: 12px;
117
- }
118
-
119
- .titaui-dynamic-summary-task-progress__statistic-item {
120
- flex: 1;
121
- height: 48px;
122
- border-radius: 12px;
123
- display: flex;
124
- align-items: center;
125
- justify-content: space-between;
126
- margin-right: 10px;
127
- padding: 0 16px;
128
- font-size: 14px;
129
- font-weight: 600;
130
- color: #141c28;
131
- line-height: 22px;
132
- position: relative;
133
- overflow: hidden;
134
- }
135
-
136
- .titaui-dynamic-summary-task-progress__statistic-item:last-child {
137
- margin-right: 0;
138
- }
139
-
140
- .titaui-dynamic-summary-task-progress__statistic-item--finished {
141
- background: rgba(0, 214, 133, 0.1);
142
- }
143
-
144
- .titaui-dynamic-summary-task-progress__statistic-item--finished::before {
145
- content: '';
146
- position: absolute;
147
- top: 0;
148
- left: 0;
149
- width: 4px;
150
- height: 48px;
151
- background: rgba(0, 214, 133, 0.3);
152
- border-radius: 12px 0 0 12px;
153
- }
154
-
155
- .titaui-dynamic-summary-task-progress__statistic-item--finished-text {
156
- color: #00D685;
157
- font-size: 16px;
158
- }
159
-
160
- .titaui-dynamic-summary-task-progress__statistic-item--processing {
161
- background: rgba(40, 121, 255, 0.1);
162
- }
163
-
164
- .titaui-dynamic-summary-task-progress__statistic-item--processing-text {
165
- color: #2879FF;
166
- font-size: 16px;
167
- }
168
-
169
- .titaui-dynamic-summary-task-progress__statistic-item--overdue {
170
- background: rgba(240, 94, 94, 0.1);
171
- }
172
-
173
- .titaui-dynamic-summary-task-progress__statistic-item--overdue-text {
174
- color: #F05E5E;
175
- font-size: 16px;
176
- }
177
-
178
- .titaui-dynamic-summary-task-progress__import {
179
- margin-top: 10px;
180
- width: 60px;
181
- height: 60px;
182
- border-radius: 8px;
183
- border: 1px solid #e9ecf0;
184
- display: flex;
185
- align-items: center;
186
- justify-content: center;
187
- }
188
-
189
- .titaui-dynamic-summary-task-progress__import-icon {
190
- font-size: 24px;
191
- color: #BFC7D5;
192
- }
193
-
194
- .titaui-dynamic-summary-task-progress__import:hover {
195
- cursor: pointer;
196
- border: 1px solid #2879ff;
197
- }
198
-
199
- .titaui-dynamic-summary-task-progress__import:hover .tu-icon-add1 {
200
- color: #2879ff;
201
- }
@@ -1,95 +0,0 @@
1
- "use strict";
2
-
3
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
-
5
- Object.defineProperty(exports, "__esModule", {
6
- value: true
7
- });
8
- exports["default"] = void 0;
9
-
10
- var _react = _interopRequireWildcard(require("react"));
11
-
12
- var _tooltip = _interopRequireDefault(require("../../../../tooltip"));
13
-
14
- var _getLocale = require("../../../../../utils/getLocale");
15
-
16
- var _progress = _interopRequireDefault(require("../progress"));
17
-
18
- require("./index.css");
19
-
20
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
21
-
22
- function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
23
-
24
- function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
25
-
26
- var prefix = "titaui-dynamic-summary-task-progress";
27
-
28
- var TaskProgress = function TaskProgress(_ref) {
29
- var _ref$type = _ref.type,
30
- type = _ref$type === void 0 ? "day" : _ref$type;
31
- var renderTitle = (0, _react.useMemo)(function () {
32
- if (type === "day") {
33
- return (0, _getLocale.getLocale)("Rep_NewS_Toworkasks");
34
- } else if (type === "week") {
35
- return (0, _getLocale.getLocale)("Rep_NewS_Thisetasks");
36
- } else if (type === "month") {
37
- return (0, _getLocale.getLocale)("Rep_NewS_Taskormonth");
38
- }
39
-
40
- return "";
41
- }, [type]);
42
- var renderTable = (0, _react.useMemo)(function () {
43
- return /*#__PURE__*/_react["default"].createElement("table", null, /*#__PURE__*/_react["default"].createElement("thead", null, /*#__PURE__*/_react["default"].createElement("tr", {
44
- className: "".concat(prefix, "__table-title")
45
- }, /*#__PURE__*/_react["default"].createElement("td", {
46
- className: "".concat(prefix, "__table-title-okrs")
47
- }, (0, _getLocale.getLocale)("OKR_MyO_Title_Taskname")), /*#__PURE__*/_react["default"].createElement("td", {
48
- className: "".concat(prefix, "__table-title-progress")
49
- }, (0, _getLocale.getLocale)("OKR_MyO_Pop_Upd_Progresss1")), /*#__PURE__*/_react["default"].createElement("td", {
50
- className: "".concat(prefix, "__table-title-progress-desc")
51
- }, (0, _getLocale.getLocale)("Feed_Tab_Title_Progress"), /*#__PURE__*/_react["default"].createElement(_tooltip["default"], {
52
- overlay: (0, _getLocale.getLocale)("Rep_Tab_Mys_FillOKRsync"),
53
- placement: "top",
54
- align: {
55
- offset: [0, 5]
56
- }
57
- }, /*#__PURE__*/_react["default"].createElement("i", {
58
- className: "tu-icon-wiki ".concat(prefix, "__table-title-progress-desc-icon")
59
- }))))), /*#__PURE__*/_react["default"].createElement("tbody", null, /*#__PURE__*/_react["default"].createElement("tr", null, /*#__PURE__*/_react["default"].createElement("td", null, "1"), /*#__PURE__*/_react["default"].createElement("td", null, /*#__PURE__*/_react["default"].createElement(_progress["default"], {
60
- type: "task",
61
- status: "normal",
62
- value: 50
63
- })), /*#__PURE__*/_react["default"].createElement("td", null, "4")), /*#__PURE__*/_react["default"].createElement("tr", null, /*#__PURE__*/_react["default"].createElement("td", {
64
- colSpan: 4
65
- }, "222")), /*#__PURE__*/_react["default"].createElement("tr", null, /*#__PURE__*/_react["default"].createElement("td", null, "1"), /*#__PURE__*/_react["default"].createElement("td", null, /*#__PURE__*/_react["default"].createElement(_progress["default"], {
66
- type: "task",
67
- status: "risk",
68
- value: 80
69
- })), /*#__PURE__*/_react["default"].createElement("td", null, "4"))));
70
- }, []);
71
- return /*#__PURE__*/_react["default"].createElement("div", {
72
- className: prefix
73
- }, /*#__PURE__*/_react["default"].createElement("div", {
74
- className: "".concat(prefix, "__title")
75
- }, renderTitle), /*#__PURE__*/_react["default"].createElement("div", {
76
- className: "".concat(prefix, "__statistic")
77
- }, /*#__PURE__*/_react["default"].createElement("span", {
78
- className: "".concat(prefix, "__statistic-item ").concat(prefix, "__statistic-item--finished")
79
- }, (0, _getLocale.getLocale)("OKR_MyO_E_From_Completed"), " ", /*#__PURE__*/_react["default"].createElement("span", {
80
- className: "".concat(prefix, "__statistic-item--finished-text")
81
- }, "5")), /*#__PURE__*/_react["default"].createElement("span", {
82
- className: "".concat(prefix, "__statistic-item ").concat(prefix, "__statistic-item--processing")
83
- }, (0, _getLocale.getLocale)("OKR_MyO_Butt_Inprogress"), " ", /*#__PURE__*/_react["default"].createElement("span", {
84
- className: "".concat(prefix, "__statistic-item--processing-text")
85
- }, "5")), /*#__PURE__*/_react["default"].createElement("span", {
86
- className: "".concat(prefix, "__statistic-item ").concat(prefix, "__statistic-item--overdue")
87
- }, (0, _getLocale.getLocale)("OKR_MyO_E_Overdue"), " ", /*#__PURE__*/_react["default"].createElement("span", {
88
- className: "".concat(prefix, "__statistic-item--overdue-text")
89
- }, "5"))), /*#__PURE__*/_react["default"].createElement("div", {
90
- className: "".concat(prefix, "__table")
91
- }, renderTable));
92
- };
93
-
94
- var _default = TaskProgress;
95
- exports["default"] = _default;
@@ -1,5 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
@@ -1,10 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.formatOkrsData = void 0;
7
-
8
- var formatOkrsData = function formatOkrsData(data) {};
9
-
10
- exports.formatOkrsData = formatOkrsData;
@@ -1,32 +0,0 @@
1
- .titaui-dynamic-summary__evalute-card {
2
- width: 100%;
3
- height: 102px;
4
- background: rgba(240, 163, 38, 0.12);
5
- border-radius: 12px;
6
- margin-top: 20px;
7
- padding: 16px 8px 14px 16px;
8
- box-sizing: border-box;
9
- }
10
-
11
- .titaui-dynamic-summary__evalute-card__head {
12
- display: inline-flex;
13
- align-items: center;
14
- font-size: 14px;
15
- color: #3F4755;
16
- line-height: 22px;
17
- }
18
-
19
- .titaui-dynamic-summary__evalute-card__head-img {
20
- width: 24px;
21
- height: 24px;
22
- }
23
-
24
- .titaui-dynamic-summary__evalute-card__head-name {
25
- margin: 0 8px 0 6px;
26
- font-weight: 600;
27
- }
28
-
29
- .titaui-dynamic-summary__evalute-card__head-rate {
30
- margin-left: 4px;
31
- color: #F0A326;
32
- }
@@ -1,43 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports["default"] = void 0;
7
-
8
- var _react = _interopRequireDefault(require("react"));
9
-
10
- var _rate = _interopRequireDefault(require("../../../../../rate"));
11
-
12
- var _getLocale = require("../../../../../../utils/getLocale");
13
-
14
- var _fighting = _interopRequireDefault(require("../../img/fighting.png"));
15
-
16
- require("./index.css");
17
-
18
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
19
-
20
- var preCls = 'titaui-dynamic-summary__evalute-card';
21
-
22
- var EvaluteCard = function EvaluteCard() {
23
- return /*#__PURE__*/_react["default"].createElement("div", {
24
- className: preCls
25
- }, /*#__PURE__*/_react["default"].createElement("div", {
26
- className: "".concat(preCls, "__head")
27
- }, /*#__PURE__*/_react["default"].createElement("img", {
28
- src: _fighting["default"],
29
- className: "".concat(preCls, "__head-img")
30
- }), /*#__PURE__*/_react["default"].createElement("span", {
31
- className: "".concat(preCls, "__head-name")
32
- }, "cnjsk"), (0, _getLocale.getLocale)('Rep_NewS_EvaluationOF'), /*#__PURE__*/_react["default"].createElement(_rate["default"], {
33
- defaultValue: 2.5,
34
- disabled: true // style={{ fontSize: 50, marginTop: 24 }}
35
- ,
36
- allowHalf: true
37
- }), /*#__PURE__*/_react["default"].createElement("span", {
38
- className: "".concat(preCls, "__head-rate")
39
- }, "5\u5206")));
40
- };
41
-
42
- var _default = EvaluteCard;
43
- exports["default"] = _default;
@@ -1,37 +0,0 @@
1
- .titaui-dynamic-summary__remind-view {
2
- margin-top: 25px;
3
- }
4
-
5
- .titaui-dynamic-summary__remind-view__title {
6
- font-size: 18px;
7
- font-weight: 600;
8
- color: #141C28;
9
- line-height: 26px;
10
- }
11
-
12
- .titaui-dynamic-summary__remind-view__list {
13
- margin-top: 16px;
14
- display: flex;
15
- flex-wrap: wrap;
16
- row-gap: 10px;
17
- column-gap: 10px;
18
- }
19
-
20
- .titaui-dynamic-summary__remind-view__user {
21
- display: inline-flex;
22
- align-items: center;
23
- height: 32px;
24
- background: #F0F4FA;
25
- border-radius: 16px;
26
- padding: 4px 8px 4px 4px;
27
- box-sizing: border-box;
28
- font-size: 14px;
29
- color: #3F4755;
30
- line-height: 22px;
31
- }
32
-
33
- .titaui-dynamic-summary__remind-view__user-avatar {
34
- width: 24px;
35
- height: 24px;
36
- border-radius: 15px;
37
- }
@@ -1,79 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports["default"] = void 0;
7
-
8
- var _react = _interopRequireDefault(require("react"));
9
-
10
- var _getLocale = require("../../../../../../utils/getLocale");
11
-
12
- var _fighting = _interopRequireDefault(require("../../img/fighting.png"));
13
-
14
- require("./index.css");
15
-
16
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
17
-
18
- var preCls = 'titaui-dynamic-summary__remind-view';
19
- var userInfo = [{
20
- id: 0,
21
- name: 'cnehbvh',
22
- avatar: _fighting["default"]
23
- }, {
24
- id: 1,
25
- name: 'cnehbvhcnehbvh',
26
- avatar: _fighting["default"]
27
- }, {
28
- id: 2,
29
- name: 'cnehbvh',
30
- avatar: _fighting["default"]
31
- }, {
32
- id: 3,
33
- name: 'cnehbvh',
34
- avatar: _fighting["default"]
35
- }, {
36
- id: 4,
37
- name: 'cnehbvh',
38
- avatar: _fighting["default"]
39
- }, {
40
- id: 5,
41
- name: 'cnehbvhcnehbvh',
42
- avatar: _fighting["default"]
43
- }, {
44
- id: 6,
45
- name: 'cnehbvh',
46
- avatar: _fighting["default"]
47
- }, {
48
- id: 7,
49
- name: 'cnehbvhcnehbvh',
50
- avatar: _fighting["default"]
51
- }, {
52
- id: 8,
53
- name: 'cnehbvh',
54
- avatar: _fighting["default"]
55
- }, {
56
- id: 9,
57
- name: 'cnehbvhcnehbvh',
58
- avatar: _fighting["default"]
59
- }];
60
-
61
- var RemindUserView = function RemindUserView() {
62
- return /*#__PURE__*/_react["default"].createElement("div", {
63
- className: preCls
64
- }, /*#__PURE__*/_react["default"].createElement("div", {
65
- className: "".concat(preCls, "__title")
66
- }, (0, _getLocale.getLocale)('OKR_MyO_himher')), /*#__PURE__*/_react["default"].createElement("div", {
67
- className: "".concat(preCls, "__list")
68
- }, userInfo.map(function (item) {
69
- return /*#__PURE__*/_react["default"].createElement("div", {
70
- className: "".concat(preCls, "__user")
71
- }, /*#__PURE__*/_react["default"].createElement("img", {
72
- src: item.avatar,
73
- className: "".concat(preCls, "__user-avatar")
74
- }), item.name);
75
- })));
76
- };
77
-
78
- var _default = RemindUserView;
79
- exports["default"] = _default;
@@ -1,155 +0,0 @@
1
- .titaui-dynamic-new-report-item {
2
- font-family: -apple-system, Arial, Verdana, Helvetica Neue, Helvetica, sans-serif, PingFang SC, Microsoft YaHei;
3
- }
4
-
5
- .titaui-dynamic-new-report-item__content {
6
- margin-left: 88px;
7
- line-height: 24px;
8
- word-wrap: break-word;
9
- }
10
-
11
- .titaui-dynamic-new-report-item__content-title {
12
- display: inline-flex;
13
- align-items: center;
14
- justify-content: space-between;
15
- width: 100%;
16
- margin-bottom: 16px;
17
- display: flex;
18
- overflow: hidden;
19
- }
20
-
21
- .titaui-dynamic-new-report-item__content-mind {
22
- width: 44px;
23
- height: 44px;
24
- }
25
-
26
- .titaui-dynamic-new-report-item__content ul {
27
- list-style-type: disc;
28
- padding-left: 20px;
29
- }
30
-
31
- .titaui-dynamic-new-report-item__content ol {
32
- list-style-type: decimal;
33
- padding-left: 20px;
34
- }
35
-
36
- .titaui-dynamic-new-report-item__content li {
37
- list-style-type: inherit;
38
- margin: 5px 0;
39
- }
40
-
41
- .titaui-dynamic-new-report-item__content table td {
42
- padding: 3px 5px;
43
- min-width: 50px;
44
- height: 20px;
45
- }
46
-
47
- .titaui-dynamic-new-report-item__content p {
48
- margin: 5px 0;
49
- }
50
-
51
- .titaui-dynamic-new-report-item__content blockquote {
52
- display: block;
53
- border-left: 4px solid #e3ecf1;
54
- padding: 5px;
55
- font-size: 12px;
56
- }
57
-
58
- .titaui-dynamic-new-report-item__content p,
59
- .titaui-dynamic-new-report-item__content li {
60
- line-height: 1.7;
61
- }
62
-
63
- .titaui-dynamic-new-report-item__content a {
64
- word-wrap: break-word;
65
- word-break: break-all;
66
- }
67
-
68
- .titaui-dynamic-new-report-item__content pre {
69
- padding: 10px;
70
- margin: 5px 0px;
71
- font-size: 0.8em;
72
- }
73
-
74
- .titaui-dynamic-new-report-item__content pre code {
75
- line-height: 1.5;
76
- }
77
-
78
- .titaui-dynamic-new-report-item__summary {
79
- margin-bottom: 16px;
80
- margin-top: 12px;
81
- }
82
-
83
- .titaui-dynamic-new-report-item__block-title {
84
- font-size: 14px;
85
- font-weight: 600;
86
- color: #3f4755;
87
- line-height: 22px;
88
- display: flex;
89
- align-items: center;
90
- margin-bottom: 8px;
91
- }
92
-
93
- .titaui-dynamic-new-report-item__block-title::before {
94
- content: '';
95
- display: inline-block;
96
- width: 4px;
97
- height: 12px;
98
- background: #2879ff;
99
- border-radius: 2px;
100
- margin-right: 4px;
101
- }
102
-
103
- .titaui-dynamic-new-report-item__content-text {
104
- margin-left: 8px;
105
- }
106
-
107
- .titaui-dynamic-new-report-item__complete-type {
108
- display: flex;
109
- align-items: center;
110
- font-size: 12px;
111
- line-height: 18px;
112
- margin-left: 8px;
113
- border-radius: 12px;
114
- padding: 2px 8px;
115
- }
116
-
117
- .titaui-dynamic-new-report-item__complete-type-icon {
118
- margin-right: 4px;
119
- display: inline-block;
120
- width: 14px;
121
- height: 14px;
122
- }
123
-
124
- .titaui-dynamic-new-report-item__complete-type-icon--normal {
125
- background: url("../../img/dynamic-submit-normal.svg") no-repeat;
126
- background-size: 14px;
127
- }
128
-
129
- .titaui-dynamic-new-report-item__complete-type-icon--delay {
130
- background: url("../../img/dynamic-submit-delay.svg") no-repeat;
131
- background-size: 14px;
132
- }
133
-
134
- .titaui-dynamic-new-report-item__complete-type--normal {
135
- color: #5ad8a6;
136
- background-color: rgba(90, 216, 166, 0.16);
137
- }
138
-
139
- .titaui-dynamic-new-report-item__complete-type--delay {
140
- color: #624dff;
141
- background-color: rgba(98, 77, 255, 0.16);
142
- }
143
-
144
- .titaui-dynamic-new-report-item .highlight {
145
- color: #f05e5e;
146
- }
147
-
148
- .titaui-dynamic-new-report-item__operate-desc {
149
- font-size: 14px;
150
- font-weight: 400;
151
- color: #89919f;
152
- line-height: 24px;
153
- margin-left: 4px;
154
- overflow: hidden;
155
- }