@titaui/pc 1.16.53 → 1.16.55

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 (34) hide show
  1. package/lib/components/communication/index.js +4 -2
  2. package/lib/components/dingding-btn/index.js +10 -2
  3. package/lib/components/dynamic/dynamic-item/components/schedule/index.css +9 -2
  4. package/lib/components/dynamic/dynamic-item/components/schedule/index.js +1 -7
  5. package/lib/components/dynamic/dynamic-item/components/table-row-o-project/index.css +2 -2
  6. package/lib/components/dynamic/dynamic-item/components/table-row-o-project/index.js +1 -1
  7. package/lib/components/dynamic/dynamic-item/components/task-progress/render-row.js +2 -6
  8. package/lib/components/dynamic/dynamic-item/components/work-progress/constant.js +30 -0
  9. package/lib/components/dynamic/dynamic-item/components/work-progress/index.css +428 -0
  10. package/lib/components/dynamic/dynamic-item/components/work-progress/index.js +133 -0
  11. package/lib/components/dynamic/dynamic-item/components/work-progress/interface.js +22 -0
  12. package/lib/components/dynamic/dynamic-item/components/work-progress/mile-stone.js +70 -0
  13. package/lib/components/dynamic/dynamic-item/components/work-progress/render-row.js +85 -0
  14. package/lib/components/dynamic/dynamic-item/components/work-progress/request-api.js +35 -0
  15. package/lib/components/dynamic/dynamic-item/components/work-progress/utils.js +163 -0
  16. package/lib/components/dynamic/dynamic-item/components/work-progress/work-task.js +52 -0
  17. package/lib/components/dynamic/dynamic-item/components/work-progress/work.js +59 -0
  18. package/lib/components/dynamic/dynamic-item/dynamic-new-report/constant.js +1 -0
  19. package/lib/components/dynamic/dynamic-item/dynamic-new-report/index.js +13 -1
  20. package/lib/components/form/form-fields/input/index.js +2 -2
  21. package/lib/components/mblog/components/MblogAction.js +5 -2
  22. package/lib/components/mblog/index.js +4 -2
  23. package/lib/components/menus/export-modules/summary-menus/depart-menus/index.js +18 -2
  24. package/lib/components/menus/export-modules/summary-menus/index.js +11 -1
  25. package/lib/components/menus/export-modules/summary-menus/subordinate-menus/index.js +11 -1
  26. package/lib/components/menus/export-modules/summary-menus/summary-front-menus.js +11 -1
  27. package/lib/components/okr-excel/index.css +1 -1
  28. package/lib/components/okr-excel/renders.js +15 -5
  29. package/lib/components/pagination/index.css +1 -0
  30. package/lib/components/task-relation-modal/okr-relation/relation-work-model/index.js +14 -4
  31. package/lib/components/task-relation-modal/tree/work-list/index.css +4 -0
  32. package/lib/components/task-relation-modal/tree/work-list/index.js +7 -10
  33. package/lib/components/task-relation-modal/tree/work-list/search-form.js +7 -6
  34. package/package.json +1 -1
@@ -444,7 +444,8 @@ var Communication = /*#__PURE__*/function (_PureComponent) {
444
444
  _this$props8$showUser = _this$props8.showUser,
445
445
  showUser = _this$props8$showUser === void 0 ? false : _this$props8$showUser,
446
446
  _this$props8$attachem = _this$props8.attachemntCanSubmit,
447
- attachemntCanSubmit = _this$props8$attachem === void 0 ? true : _this$props8$attachem;
447
+ attachemntCanSubmit = _this$props8$attachem === void 0 ? true : _this$props8$attachem,
448
+ useMouseDown = _this$props8.useMouseDown;
448
449
  var user = (0, _bsGlobal.getUserInfo)();
449
450
  return /*#__PURE__*/_react["default"].createElement(_style.CommunicationWrapper, {
450
451
  className: "communcation-wrapper ".concat(className)
@@ -533,7 +534,8 @@ var Communication = /*#__PURE__*/function (_PureComponent) {
533
534
  onMblogSubmit: function onMblogSubmit(submitType, sentData) {
534
535
  return _this2.handlerReply(submitType, sentData);
535
536
  },
536
- showUser: showUser
537
+ showUser: showUser,
538
+ useMouseDown: useMouseDown
537
539
  })), isShowPraiseRecordPop && /*#__PURE__*/_react["default"].createElement(_praiseRecord["default"], {
538
540
  objId: praiseObjId,
539
541
  objType: 19,
@@ -184,6 +184,8 @@ var DingdingBtn = function DingdingBtn(props) {
184
184
  userIds: [loginUserOpenId + ''] //需要入群的成员userId。
185
185
 
186
186
  }).then(function (res) {
187
+ console.log(res, 'addMembers');
188
+
187
189
  if (res.errorCode === '0') {
188
190
  console.log('添加成功' + JSON.stringify(res));
189
191
 
@@ -238,6 +240,8 @@ var DingdingBtn = function DingdingBtn(props) {
238
240
  mentionAllAuthority: 1
239
241
  }
240
242
  }).then(function (res) {
243
+ console.log(res, 'createGroup');
244
+
241
245
  if (res.errorCode === '0') {
242
246
  // 建群成功
243
247
  if (res.detail.openConversationId) {
@@ -250,7 +254,8 @@ var DingdingBtn = function DingdingBtn(props) {
250
254
  });
251
255
  }
252
256
  }
253
- })["catch"](function (e) {// 用户主动退出安装
257
+ })["catch"](function (e) {
258
+ console.log(e); // 用户主动退出安装
254
259
  });
255
260
  setCreateDingchatVisible(false);
256
261
  setPrincipalUserModalVisible(false);
@@ -279,6 +284,8 @@ var DingdingBtn = function DingdingBtn(props) {
279
284
  objType: objType,
280
285
  SourceTye: dingdingSource
281
286
  }).then(function (res) {
287
+ console.log(res, 'chat/info');
288
+
282
289
  if (res.Message === '没有权限') {
283
290
  setIsShowDingChat(false);
284
291
  return;
@@ -297,6 +304,7 @@ var DingdingBtn = function DingdingBtn(props) {
297
304
  objType: objType,
298
305
  SourceTye: dingdingSource
299
306
  }).then(function (res) {
307
+ console.log(res, 'chat/users');
300
308
  var _res$Data = res.Data,
301
309
  CoolAppCode = _res$Data.CoolAppCode,
302
310
  SuiteKey = _res$Data.SuiteKey,
@@ -342,7 +350,7 @@ var DingdingBtn = function DingdingBtn(props) {
342
350
  overlay: tooltip,
343
351
  placement: "bottom"
344
352
  }, /*#__PURE__*/_react["default"].createElement("div", {
345
- className: (0, _classnames["default"])(preCls, _defineProperty({}, "".concat(preCls, "__chat"), isHasGroup), _defineProperty({}, 'tu-icon-qw-chat', isShowDingChat)),
353
+ className: (0, _classnames["default"])(preCls, _defineProperty({}, "".concat(preCls, "__chat"), isHasGroup), _defineProperty({}, 'tu-icon-dd-m', isShowDingChat)),
346
354
  onMouseDown: handleClickWechatBtn
347
355
  })), /*#__PURE__*/_react["default"].createElement(_dialogConfirm["default"], {
348
356
  zIndex: 1200,
@@ -9,12 +9,19 @@
9
9
  white-space: pre-wrap;
10
10
  }
11
11
 
12
+ .titaui-dynamic-summary-schedule__content-title {
13
+ color: #89919F;
14
+ font-size: 12px;
15
+ line-height: 18px;
16
+ margin-bottom: 3px;
17
+ }
18
+
12
19
  .titaui-dynamic-summary-schedule__content-richContent {
13
20
  font-size: 14px;
14
21
  color: #141c28;
15
22
  line-height: 22px;
16
23
  white-space: pre-wrap;
17
- margin-bottom: 30px;
24
+ margin-bottom: 12px;
18
25
  }
19
26
 
20
27
  .titaui-dynamic-summary-schedule__content-date {
@@ -25,7 +32,7 @@
25
32
 
26
33
  .titaui-dynamic-summary-schedule__no-progress {
27
34
  font-size: 14px;
28
- color: #bfc7d5;
35
+ color: #3f4755;
29
36
  line-height: 22px;
30
37
  }
31
38
 
@@ -9,8 +9,6 @@ var _react = _interopRequireDefault(require("react"));
9
9
 
10
10
  var _moment = _interopRequireDefault(require("moment"));
11
11
 
12
- var _scrollbar = _interopRequireDefault(require("../../../../scrollbar"));
13
-
14
12
  var _openData = require("../../../../../utils/open-data");
15
13
 
16
14
  require("./index.css");
@@ -24,10 +22,6 @@ var Schedule = function Schedule(_ref) {
24
22
  oldValue = _ref.oldValue;
25
23
  return /*#__PURE__*/_react["default"].createElement("div", {
26
24
  className: prefix
27
- }, /*#__PURE__*/_react["default"].createElement(_scrollbar["default"], {
28
- style: {
29
- maxHeight: 164
30
- }
31
25
  }, (value === null || value === void 0 ? void 0 : value.length) !== 0 && /*#__PURE__*/_react["default"].createElement("div", {
32
26
  className: "".concat(prefix, "__content")
33
27
  }, value === null || value === void 0 ? void 0 : value.map(function (val) {
@@ -60,7 +54,7 @@ var Schedule = function Schedule(_ref) {
60
54
  }
61
55
  })) : /*#__PURE__*/_react["default"].createElement("div", {
62
56
  className: "".concat(prefix, "__no-progress")
63
- }, "-"))));
57
+ }, "-")));
64
58
  };
65
59
 
66
60
  exports.Schedule = Schedule;
@@ -9,8 +9,8 @@
9
9
  }
10
10
 
11
11
  .titaui-dynamic-summary-table-row-o-project:hover {
12
- cursor: pointer;
13
- color: #2879ff;
12
+ cursor: default;
13
+ color: #89919F;
14
14
  }
15
15
 
16
16
  .titaui-dynamic-summary-table-row-o-project__icon {
@@ -44,7 +44,7 @@ var TableRowOProject = function TableRowOProject(_ref) {
44
44
  className: (0, _classnames["default"])("".concat(prefix, " ").concat(extraClass), _defineProperty({}, "".concat(prefix, "--disable"), data.Id === -1)),
45
45
  onClick: handleTitleClick
46
46
  }, /*#__PURE__*/_react["default"].createElement("i", {
47
- className: (0, _classnames["default"])("".concat(prefix, "__icon"), (_classNames2 = {}, _defineProperty(_classNames2, "tu-icon-H5-O-s", data.ParentObjType === 62), _defineProperty(_classNames2, "tu-icon-project-s", data.ParentObjType === 4), _classNames2))
47
+ className: (0, _classnames["default"])("".concat(prefix, "__icon"), (_classNames2 = {}, _defineProperty(_classNames2, "tu-icon-H5-O-s", data.ParentObjType === 62 || data.ObjectType === 62 && data.Id !== 0), _defineProperty(_classNames2, "tu-icon-project-s", data.ParentObjType === 4 || data.ObjectType === 4), _defineProperty(_classNames2, "tu-icon-fenlei", data.ObjectType === 62 && data.Id === 0), _classNames2))
48
48
  }), /*#__PURE__*/_react["default"].createElement("span", {
49
49
  className: "".concat(prefix, "__text")
50
50
  }, /*#__PURE__*/_react["default"].createElement(_tooltip["default"].Text, {
@@ -35,12 +35,8 @@ var RenderRow = function RenderRow(_ref) {
35
35
  };
36
36
 
37
37
  var render = function render() {
38
- var _item$LastRichContent;
39
-
40
- console.log('LastRichContent', item === null || item === void 0 ? void 0 : (_item$LastRichContent = item.LastRichContent) === null || _item$LastRichContent === void 0 ? void 0 : _item$LastRichContent.trim());
41
-
42
38
  if (item.IsImport) {
43
- var _item$LastRichContent2;
39
+ var _item$LastRichContent;
44
40
 
45
41
  return /*#__PURE__*/_react["default"].createElement("tr", null, /*#__PURE__*/_react["default"].createElement("td", null, /*#__PURE__*/_react["default"].createElement("div", {
46
42
  className: "".concat(prefix, "__table-row-title"),
@@ -62,7 +58,7 @@ var RenderRow = function RenderRow(_ref) {
62
58
  value: item.Progress,
63
59
  editable: false
64
60
  })), /*#__PURE__*/_react["default"].createElement("td", null, /*#__PURE__*/_react["default"].createElement(_schedule["default"], {
65
- oldValue: (item === null || item === void 0 ? void 0 : (_item$LastRichContent2 = item.LastRichContent) === null || _item$LastRichContent2 === void 0 ? void 0 : _item$LastRichContent2.trim()) || (item === null || item === void 0 ? void 0 : item.LastContent) || "" // oldValue={item?.LastRichContent?.trim() || ""}
61
+ oldValue: (item === null || item === void 0 ? void 0 : (_item$LastRichContent = item.LastRichContent) === null || _item$LastRichContent === void 0 ? void 0 : _item$LastRichContent.trim()) || (item === null || item === void 0 ? void 0 : item.LastContent) || "" // oldValue={item?.LastRichContent?.trim() || ""}
66
62
  ,
67
63
  value: item.LastContents,
68
64
  editable: false,
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.EStatusStatus2ClassType = exports.EObjType = void 0;
7
+ var EObjType;
8
+ exports.EObjType = EObjType;
9
+
10
+ (function (EObjType) {
11
+ EObjType[EObjType["Project"] = 4] = "Project";
12
+ EObjType[EObjType["Task"] = 7] = "Task";
13
+ EObjType[EObjType["O"] = 62] = "O";
14
+ EObjType[EObjType["Kr"] = 65] = "Kr";
15
+ EObjType[EObjType["Assess"] = 23] = "Assess";
16
+ EObjType[EObjType["MileStone"] = 27] = "MileStone";
17
+ EObjType[EObjType["KanBan"] = 66] = "KanBan";
18
+ EObjType[EObjType["Report"] = 8] = "Report";
19
+ })(EObjType || (exports.EObjType = EObjType = {}));
20
+
21
+ var EStatusStatus2ClassType = {
22
+ 2: "tu-icon-finished",
23
+ 1: "tu-icon-running",
24
+ 4: "tu-icon-canceled",
25
+ 3: "tu-icon-deferred",
26
+ 6: "tu-icon-paused",
27
+ 0: "tu-icon-notstart",
28
+ 5: "tu-icon-jiantou-right"
29
+ };
30
+ exports.EStatusStatus2ClassType = EStatusStatus2ClassType;
@@ -0,0 +1,428 @@
1
+ .tita-summary-work-progress:hover .tita-summary-work-progress__title-arrow {
2
+ opacity: 1;
3
+ }
4
+
5
+ .tita-summary-work-progress__title {
6
+ position: relative;
7
+ font-size: 18px;
8
+ font-weight: 600;
9
+ color: #141c28;
10
+ line-height: 26px;
11
+ display: flex;
12
+ justify-content: space-between;
13
+ align-items: center;
14
+ }
15
+
16
+ .tita-summary-work-progress__title-arrow {
17
+ opacity: 0;
18
+ transition: all 0.3s;
19
+ position: absolute;
20
+ left: -28px;
21
+ display: inline-flex;
22
+ align-items: center;
23
+ justify-content: center;
24
+ width: 24px;
25
+ height: 24px;
26
+ border-radius: 8px;
27
+ cursor: pointer;
28
+ }
29
+
30
+ .tita-summary-work-progress__title-arrow--show {
31
+ opacity: 1;
32
+ }
33
+
34
+ .tita-summary-work-progress__title-arrow:hover {
35
+ background: #F0F4FA;
36
+ }
37
+
38
+ .tita-summary-work-progress__title-arrow-icon {
39
+ font-size: 16px;
40
+ transform: scale(0.5);
41
+ transition: all 0.3s;
42
+ }
43
+
44
+ .tita-summary-work-progress__title-arrow-icon--rotate {
45
+ transform: rotate(-90deg) scale(0.5);
46
+ transition: all 0.3s;
47
+ }
48
+
49
+ .tita-summary-work-progress__title-update {
50
+ font-size: 14px;
51
+ font-weight: 400;
52
+ color: #2879ff;
53
+ line-height: 22px;
54
+ display: inline-flex;
55
+ align-items: center;
56
+ }
57
+
58
+ .tita-summary-work-progress__title-update-icon {
59
+ margin-right: 4px;
60
+ }
61
+
62
+ .tita-summary-work-progress__title-update:hover {
63
+ cursor: pointer;
64
+ opacity: 0.8;
65
+ }
66
+
67
+ .tita-summary-work-progress__table {
68
+ border: 1px solid #dfe3ea;
69
+ border-radius: 12px;
70
+ margin-top: 12px;
71
+ }
72
+
73
+ .tita-summary-work-progress__table--hide {
74
+ display: none;
75
+ }
76
+
77
+ .tita-summary-work-progress__table-td--editable:hover {
78
+ border: 1px solid #2879ff;
79
+ }
80
+
81
+ .tita-summary-work-progress__table-obj {
82
+ padding: 8px 4px;
83
+ }
84
+
85
+ .tita-summary-work-progress__table-mile-title {
86
+ padding: 8px 12px;
87
+ font-weight: 400;
88
+ }
89
+
90
+ .tita-summary-work-progress__table-mile-title-text {
91
+ font-size: 14px;
92
+ color: #141c28;
93
+ line-height: 22px;
94
+ margin-right: 4px;
95
+ }
96
+
97
+ .tita-summary-work-progress__table-mile-title-text:hover {
98
+ cursor: pointer;
99
+ color: #2879ff;
100
+ }
101
+
102
+ .tita-summary-work-progress__table-task-title {
103
+ font-weight: 400;
104
+ }
105
+
106
+ .tita-summary-work-progress__table-task-title-text {
107
+ font-size: 14px;
108
+ color: #141c28;
109
+ line-height: 22px;
110
+ margin-right: 4px;
111
+ }
112
+
113
+ .tita-summary-work-progress__table-task-title-text:hover {
114
+ cursor: pointer;
115
+ color: #2879ff;
116
+ }
117
+
118
+ .tita-summary-work-progress__table-row-title {
119
+ font-size: 14px;
120
+ color: #141c28;
121
+ padding: 8px 0;
122
+ }
123
+
124
+ .tita-summary-work-progress__table-row-title-remain {
125
+ background: rgba(240, 94, 94, 0.16);
126
+ border-radius: 12px;
127
+ padding: 0 8px;
128
+ height: 20px;
129
+ display: inline-flex;
130
+ align-items: center;
131
+ font-size: 12px;
132
+ color: #3f4755;
133
+ line-height: 18px;
134
+ margin-left: 0px;
135
+ }
136
+
137
+ .tita-summary-work-progress__table-row-title-worktime {
138
+ margin-left: 4px;
139
+ display: inline-flex;
140
+ align-items: center;
141
+ height: 20px;
142
+ padding: 0 8px;
143
+ border-radius: 12px;
144
+ background: rgba(240, 163, 38, 0.16);
145
+ font-size: 12px;
146
+ color: #3f4755;
147
+ line-height: 18px;
148
+ }
149
+
150
+ .tita-summary-work-progress__table-row-title-icon {
151
+ margin-right: 4px;
152
+ vertical-align: -1px;
153
+ }
154
+
155
+ .tita-summary-work-progress__table-row-title-text {
156
+ font-size: 14px;
157
+ font-weight: 600;
158
+ color: #141c28;
159
+ line-height: 22px;
160
+ margin-right: 4px;
161
+ }
162
+
163
+ .tita-summary-work-progress__table-row-title-text:hover {
164
+ cursor: pointer;
165
+ color: #2879ff;
166
+ }
167
+
168
+ .tita-summary-work-progress__table table {
169
+ width: 100%;
170
+ }
171
+
172
+ .tita-summary-work-progress__table table thead {
173
+ width: 100%;
174
+ }
175
+
176
+ .tita-summary-work-progress__table table tbody {
177
+ width: 100%;
178
+ }
179
+
180
+ .tita-summary-work-progress__table table tbody tr {
181
+ position: relative;
182
+ border-bottom: 1px solid #dfe3ea;
183
+ }
184
+
185
+ .tita-summary-work-progress__table table tbody tr:hover {
186
+ background: rgba(240, 244, 250, 0.6);
187
+ }
188
+
189
+ .tita-summary-work-progress__table table tbody tr:hover .tita-summary-task-progress__table-row-del {
190
+ display: flex;
191
+ }
192
+
193
+ .tita-summary-work-progress__table table tbody tr:last-child {
194
+ border-bottom: unset;
195
+ }
196
+
197
+ .tita-summary-work-progress__table table tbody tr td {
198
+ box-sizing: border-box;
199
+ padding: 0 12px;
200
+ border-left: 1px solid #dfe3ea;
201
+ }
202
+
203
+ .tita-summary-work-progress__table table tbody tr td:first-child {
204
+ overflow: hidden;
205
+ width: 282px;
206
+ max-width: 282px;
207
+ }
208
+
209
+ .tita-summary-work-progress__table table tbody tr td:first-child {
210
+ border-left: unset;
211
+ }
212
+
213
+ .tita-summary-work-progress__table table tbody tr td:nth-child(2) {
214
+ padding: 0;
215
+ }
216
+
217
+ .tita-summary-work-progress__table-title {
218
+ height: 40px;
219
+ background: #f0f4fa;
220
+ font-size: 13px;
221
+ color: #89919f;
222
+ line-height: 18px;
223
+ }
224
+
225
+ .tita-summary-work-progress__table-title td {
226
+ text-align: center;
227
+ padding: 0 12px;
228
+ box-sizing: border-box;
229
+ border-right: 1px solid #dfe3ea;
230
+ }
231
+
232
+ .tita-summary-work-progress__table-title td:last-child {
233
+ border-right: none;
234
+ }
235
+
236
+ .tita-summary-work-progress__table-title-okrs {
237
+ overflow: hidden;
238
+ border-top-left-radius: 12px;
239
+ width: 282px;
240
+ }
241
+
242
+ .tita-summary-work-progress__table-title-progress {
243
+ width: 102px;
244
+ }
245
+
246
+ .tita-summary-work-progress__table-title-progress-desc {
247
+ overflow: hidden;
248
+ border-top-right-radius: 12px;
249
+ }
250
+
251
+ .tita-summary-work-progress__table-title-progress-desc-icon {
252
+ font-size: 14px;
253
+ margin-left: 4px;
254
+ vertical-align: text-top;
255
+ color: #BFC7D5;
256
+ }
257
+
258
+ .tita-summary-work-progress__table-row-del {
259
+ width: 32px;
260
+ height: 32px;
261
+ background: #ffffff;
262
+ box-shadow: 0px 4px 8px 0px rgba(127, 145, 180, 0.2);
263
+ border-radius: 50%;
264
+ display: none;
265
+ align-items: center;
266
+ justify-content: center;
267
+ position: absolute;
268
+ right: -15px;
269
+ top: 50%;
270
+ transform: translateY(-50%);
271
+ }
272
+
273
+ .tita-summary-work-progress__table-row-del-icon {
274
+ color: #141c28;
275
+ font-size: 16px;
276
+ }
277
+
278
+ .tita-summary-work-progress__table-row-del-icon:hover {
279
+ cursor: pointer;
280
+ color: #f05e5e;
281
+ }
282
+
283
+ .tita-summary-work-progress__statistic {
284
+ display: flex;
285
+ margin-top: 12px;
286
+ }
287
+
288
+ .tita-summary-work-progress__statistic--hide {
289
+ display: none;
290
+ }
291
+
292
+ .tita-summary-work-progress__statistic-item {
293
+ max-width: 320px;
294
+ flex: 1;
295
+ height: 48px;
296
+ border-radius: 12px;
297
+ display: flex;
298
+ align-items: center;
299
+ justify-content: space-between;
300
+ margin-right: 10px;
301
+ padding: 0 16px;
302
+ font-size: 14px;
303
+ font-weight: 600;
304
+ color: #141c28;
305
+ line-height: 22px;
306
+ position: relative;
307
+ overflow: hidden;
308
+ }
309
+
310
+ .tita-summary-work-progress__statistic-item:last-child {
311
+ margin-right: 0;
312
+ }
313
+
314
+ .tita-summary-work-progress__statistic-item--finished {
315
+ background: rgba(0, 214, 133, 0.1);
316
+ }
317
+
318
+ .tita-summary-work-progress__statistic-item--finished-text {
319
+ color: #00d685;
320
+ font-size: 16px;
321
+ }
322
+
323
+ .tita-summary-work-progress__statistic-item--finished-active {
324
+ background: rgba(0, 214, 133, 0.3);
325
+ }
326
+
327
+ .tita-summary-work-progress__statistic-item--finished-active::before {
328
+ content: "";
329
+ position: absolute;
330
+ top: 0;
331
+ left: 0;
332
+ width: 4px;
333
+ height: 48px;
334
+ background: rgba(0, 214, 133, 0.3);
335
+ border-radius: 12px 0 0 12px;
336
+ }
337
+
338
+ .tita-summary-work-progress__statistic-item--processing {
339
+ background: rgba(40, 121, 255, 0.1);
340
+ }
341
+
342
+ .tita-summary-work-progress__statistic-item--processing-text {
343
+ color: #2879ff;
344
+ font-size: 16px;
345
+ }
346
+
347
+ .tita-summary-work-progress__statistic-item--processing-active {
348
+ background: rgba(40, 121, 255, 0.3);
349
+ }
350
+
351
+ .tita-summary-work-progress__statistic-item--processing-active::before {
352
+ content: "";
353
+ position: absolute;
354
+ top: 0;
355
+ left: 0;
356
+ width: 4px;
357
+ height: 48px;
358
+ background: rgba(40, 121, 255, 0.3);
359
+ border-radius: 12px 0 0 12px;
360
+ }
361
+
362
+ .tita-summary-work-progress__statistic-item--overdue {
363
+ background: rgba(240, 94, 94, 0.1);
364
+ }
365
+
366
+ .tita-summary-work-progress__statistic-item--overdue-text {
367
+ color: #f05e5e;
368
+ font-size: 16px;
369
+ }
370
+
371
+ .tita-summary-work-progress__statistic-item--overdue-active {
372
+ background: rgba(240, 94, 94, 0.3);
373
+ }
374
+
375
+ .tita-summary-work-progress__statistic-item--overdue-active::before {
376
+ content: "";
377
+ position: absolute;
378
+ top: 0;
379
+ left: 0;
380
+ width: 4px;
381
+ height: 48px;
382
+ background: rgba(240, 94, 94, 0.3);
383
+ border-radius: 12px 0 0 12px;
384
+ }
385
+
386
+ .tita-summary-work-progress__import {
387
+ margin-top: 10px;
388
+ width: 60px;
389
+ height: 60px;
390
+ border-radius: 8px;
391
+ border: 1px solid #e9ecf0;
392
+ display: flex;
393
+ align-items: center;
394
+ justify-content: center;
395
+ }
396
+
397
+ .tita-summary-work-progress__import-icon {
398
+ font-size: 24px;
399
+ color: #bfc7d5;
400
+ }
401
+
402
+ .tita-summary-work-progress__import:hover {
403
+ cursor: pointer;
404
+ border: 1px solid #2879ff;
405
+ }
406
+
407
+ .tita-summary-work-progress__import:hover .tu-icon-add1 {
408
+ color: #2879ff;
409
+ }
410
+
411
+ .tita-summary-work-progress__schedule-td {
412
+ position: relative;
413
+ }
414
+
415
+ .tita-summary-work-progress__schedule-td:hover {
416
+ border: 1px solid #2879FF;
417
+ }
418
+
419
+ .tita-summary-work-progress__schedule-td--border {
420
+ border: 1px solid #2879FF !important;
421
+ border-left: 2px solid #2879ff;
422
+ }
423
+
424
+ @media screen and (min-width: 1366px) {
425
+ .tita-summary-task-progress__statistic-item {
426
+ max-width: 350px;
427
+ }
428
+ }