@titaui/pc 1.10.4 → 1.10.7
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.
- package/lib/components/change-okr-modal/index.js +108 -88
- package/lib/components/communication/CommunicationRecord.js +18 -12
- package/lib/components/communication/index.css +48 -9
- package/lib/components/communication/index.js +67 -28
- package/lib/components/communication/style.js +7 -5
- package/lib/components/dynamic/components/obj-status/index.css +2 -19
- package/lib/components/dynamic/components/obj-status/index.js +7 -8
- package/lib/components/dynamic/components/obj-status/utils.js +37 -0
- package/lib/components/dynamic/components/percent/index.css +1 -1
- package/lib/components/dynamic/components/title/index.css +21 -22
- package/lib/components/dynamic/components/title/index.js +20 -8
- package/lib/components/dynamic/dynamic-item/components/header/index.css +6 -6
- package/lib/components/dynamic/dynamic-item/components/header/index.js +12 -6
- package/lib/components/dynamic/dynamic-item/dynamic-align/img/dynamic-align-kr.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-align/img/dynamic-align-o.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-align/img/dynamic-align.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-align/index.css +35 -24
- package/lib/components/dynamic/dynamic-item/dynamic-align/index.js +35 -29
- package/lib/components/dynamic/dynamic-item/dynamic-announcement/index.css +6 -34
- package/lib/components/dynamic/dynamic-item/dynamic-announcement/index.js +6 -32
- package/lib/components/dynamic/dynamic-item/dynamic-assessment/index.css +59 -19
- package/lib/components/dynamic/dynamic-item/dynamic-assessment/index.js +27 -19
- package/lib/components/dynamic/dynamic-item/dynamic-create-o/index.css +49 -38
- package/lib/components/dynamic/dynamic-item/dynamic-create-o/index.js +49 -44
- package/lib/components/dynamic/dynamic-item/dynamic-kr/index.css +41 -29
- package/lib/components/dynamic/dynamic-item/dynamic-kr/index.js +23 -29
- package/lib/components/dynamic/dynamic-item/dynamic-milestone/index.css +33 -16
- package/lib/components/dynamic/dynamic-item/dynamic-milestone/index.js +11 -24
- package/lib/components/dynamic/dynamic-item/dynamic-okrs-communication/index.css +26 -41
- package/lib/components/dynamic/dynamic-item/dynamic-okrs-communication/index.js +10 -29
- package/lib/components/dynamic/dynamic-item/dynamic-plan-communication/index.css +26 -41
- package/lib/components/dynamic/dynamic-item/dynamic-plan-communication/index.js +13 -30
- package/lib/components/dynamic/dynamic-item/dynamic-progress/index.css +16 -54
- package/lib/components/dynamic/dynamic-item/dynamic-progress/index.js +31 -80
- package/lib/components/dynamic/dynamic-item/dynamic-progress/utils.js +72 -0
- package/lib/components/dynamic/dynamic-item/dynamic-project/index.css +35 -28
- package/lib/components/dynamic/dynamic-item/dynamic-project/index.js +10 -23
- package/lib/components/dynamic/dynamic-item/dynamic-relative/img/dynamic-rela-kr.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-relative/img/dynamic-rela-o.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-relative/img/dynamic-rela-project.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-relative/img/dynamic-rela-task.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-relative/img/dynamic-rela.svg +23 -0
- package/lib/components/dynamic/dynamic-item/dynamic-relative/index.css +45 -26
- package/lib/components/dynamic/dynamic-item/dynamic-relative/index.js +41 -33
- package/lib/components/dynamic/dynamic-item/dynamic-replay/index.css +19 -6
- package/lib/components/dynamic/dynamic-item/dynamic-replay/index.js +11 -17
- package/lib/components/dynamic/dynamic-item/dynamic-report/index.css +21 -23
- package/lib/components/dynamic/dynamic-item/dynamic-report/index.js +31 -27
- package/lib/components/dynamic/dynamic-item/dynamic-reward/index.css +4 -4
- package/lib/components/dynamic/dynamic-item/dynamic-reward/index.js +8 -18
- package/lib/components/dynamic/dynamic-item/dynamic-share/index.css +6 -21
- package/lib/components/dynamic/dynamic-item/dynamic-share/index.js +6 -36
- package/lib/components/dynamic/dynamic-item/dynamic-share-to-dynamic/img/dynamic-share-course.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-share-to-dynamic/index.css +10 -18
- package/lib/components/dynamic/dynamic-item/dynamic-share-to-dynamic/index.js +9 -25
- package/lib/components/dynamic/dynamic-item/dynamic-task/index.css +34 -30
- package/lib/components/dynamic/dynamic-item/dynamic-task/index.js +10 -24
- package/lib/components/dynamic/dynamic-item/index.css +4 -4
- package/lib/components/dynamic/dynamic-item/index.js +38 -8
- package/lib/components/dynamic/util.js +41 -81
- package/lib/components/file-list/components/single-file/index.css +9 -8
- package/lib/components/float-fixed-video-modal/img/close.png +0 -0
- package/lib/components/float-fixed-video-modal/img/full.svg +21 -0
- package/lib/components/float-fixed-video-modal/img/muted.svg +21 -0
- package/lib/components/float-fixed-video-modal/img/pause.svg +21 -0
- package/lib/components/float-fixed-video-modal/img/play.svg +22 -0
- package/lib/components/float-fixed-video-modal/img/small.svg +22 -0
- package/lib/components/float-fixed-video-modal/img/smallFaQi.png +0 -0
- package/lib/components/float-fixed-video-modal/img/volume.svg +21 -0
- package/lib/components/float-fixed-video-modal/index.css +243 -0
- package/lib/components/float-fixed-video-modal/index.js +334 -0
- package/lib/components/float-fixed-video-modal/utils.js +25 -0
- package/lib/components/mblog/context.js +3 -1
- package/lib/components/mblog/index.css +7 -0
- package/lib/components/mblog/index.js +31 -4
- package/lib/components/mblog/style.js +4 -4
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-kr-node/index.js +21 -12
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-empty.js +7 -4
- package/lib/components/progress/circle-progress/index.css +1 -0
- package/lib/components/progress/circle-progress/index.js +7 -2
- package/lib/components/search-key-handle/index.js +7 -2
- package/lib/components/video-modal/img/bigFaqi.png +0 -0
- package/lib/components/video-modal/img/muted.svg +16 -0
- package/lib/components/video-modal/img/not-muted.svg +16 -0
- package/lib/components/video-modal/img/pause.svg +17 -0
- package/lib/components/video-modal/img/play.png +0 -0
- package/lib/components/video-modal/img/play.svg +16 -0
- package/lib/components/video-modal/img/small.svg +22 -0
- package/lib/components/video-modal/index.css +213 -0
- package/lib/components/video-modal/index.js +322 -0
- package/lib/components/video-modal/utils.js +25 -0
- package/lib/index.js +16 -0
- package/lib/utils/bs-global.js +8 -4
- package/lib/utils/tools.js +11 -2
- package/package.json +1 -1
- package/lib/components/dynamic/dynamic-item/dynamic-align/img/dynamic-align.svg +0 -22
- package/lib/components/dynamic/dynamic-item/dynamic-align/img/dynamic-relative.svg +0 -22
- package/lib/components/dynamic/dynamic-item/dynamic-milestone/img/dynamic-milestone.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-okrs-communication/img/okrs-icon.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-plan-communication/img/plan-icon.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-project/img/dynamic-project.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-relative/img/dynamic-relative.svg +0 -22
- package/lib/components/dynamic/dynamic-item/dynamic-share-to-dynamic/img/guanlian.png +0 -0
- package/lib/components/dynamic/dynamic-item/dynamic-task/img/task-icon.png +0 -0
|
@@ -11,21 +11,17 @@ var _react = _interopRequireWildcard(require("react"));
|
|
|
11
11
|
|
|
12
12
|
var _classnames = _interopRequireDefault(require("classnames"));
|
|
13
13
|
|
|
14
|
-
var _dynamicLeftQuoto = _interopRequireDefault(require("../../img/dynamic-left-quoto.svg"));
|
|
15
|
-
|
|
16
14
|
var _context = require("../../context");
|
|
17
15
|
|
|
18
16
|
var _header = _interopRequireDefault(require("../components/header"));
|
|
19
17
|
|
|
20
18
|
var _dangerousHtml = _interopRequireDefault(require("../../components/dangerous-html"));
|
|
21
19
|
|
|
22
|
-
var _util = require("../../util");
|
|
23
|
-
|
|
24
20
|
var _tools = require("../../../../utils/tools");
|
|
25
21
|
|
|
26
22
|
var _bsGlobal = require("../../../../utils/bs-global");
|
|
27
23
|
|
|
28
|
-
var
|
|
24
|
+
var _dynamicShareCourse = _interopRequireDefault(require("./img/dynamic-share-course.png"));
|
|
29
25
|
|
|
30
26
|
var _getLocale = require("../../../../utils/getLocale");
|
|
31
27
|
|
|
@@ -70,11 +66,6 @@ var DynamicShare = function DynamicShare(_ref) {
|
|
|
70
66
|
searchKeyWord = _useContext.searchKeyWord;
|
|
71
67
|
|
|
72
68
|
var contentRef = (0, _react.useRef)();
|
|
73
|
-
|
|
74
|
-
var _getFeedTypeAndTypeCo = (0, _util.getFeedTypeAndTypeColor)(data.feedType),
|
|
75
|
-
feedTypeText = _getFeedTypeAndTypeCo.feedTypeText,
|
|
76
|
-
feedTypeColor = _getFeedTypeAndTypeCo.feedTypeColor;
|
|
77
|
-
|
|
78
69
|
var isPublisher = data.publishUser.userId === window.BSGlobal.loginUserInfo.Id;
|
|
79
70
|
|
|
80
71
|
var _useState = (0, _react.useState)(),
|
|
@@ -82,27 +73,22 @@ var DynamicShare = function DynamicShare(_ref) {
|
|
|
82
73
|
title = _useState2[0],
|
|
83
74
|
setTitle = _useState2[1];
|
|
84
75
|
|
|
85
|
-
var _useState3 = (0, _react.useState)(),
|
|
76
|
+
var _useState3 = (0, _react.useState)(""),
|
|
86
77
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
87
78
|
content = _useState4[0],
|
|
88
79
|
setContent = _useState4[1];
|
|
89
80
|
|
|
90
81
|
var renderDesc = (0, _react.useMemo)(function () {
|
|
91
|
-
return /*#__PURE__*/_react["default"].createElement(
|
|
82
|
+
return /*#__PURE__*/_react["default"].createElement("span", {
|
|
92
83
|
className: "".concat(prefix, "__operate-desc")
|
|
93
|
-
}, (0, _getLocale.getLocale)("Feed_sharedexcelle"))
|
|
94
|
-
className: "".concat(prefix, "-desc-operate-type"),
|
|
95
|
-
style: {
|
|
96
|
-
background: feedTypeColor
|
|
97
|
-
}
|
|
98
|
-
}));
|
|
84
|
+
}, (0, _getLocale.getLocale)("Feed_sharedexcelle"));
|
|
99
85
|
}, []);
|
|
100
86
|
|
|
101
87
|
var htmlToText = function htmlToText(text) {
|
|
102
88
|
var div = document.createElement("div");
|
|
103
89
|
div.innerHTML = text;
|
|
104
|
-
|
|
105
|
-
return
|
|
90
|
+
var result = div.innerText || div.textContent || "";
|
|
91
|
+
return result;
|
|
106
92
|
};
|
|
107
93
|
|
|
108
94
|
var handleClick = function handleClick() {
|
|
@@ -131,10 +117,7 @@ var DynamicShare = function DynamicShare(_ref) {
|
|
|
131
117
|
user: data.publishUser
|
|
132
118
|
}, restProps)), /*#__PURE__*/_react["default"].createElement("div", {
|
|
133
119
|
className: "".concat(prefix, "__content")
|
|
134
|
-
}, /*#__PURE__*/_react["default"].createElement("div",
|
|
135
|
-
className: (0, _classnames["default"])("".concat(prefix, "__content-quoto"), "".concat(prefix, "__content-quoto--left")),
|
|
136
|
-
src: _dynamicLeftQuoto["default"]
|
|
137
|
-
})), /*#__PURE__*/_react["default"].createElement("div", {
|
|
120
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
138
121
|
ref: contentRef,
|
|
139
122
|
className: "".concat(prefix, "__content-title")
|
|
140
123
|
}, /*#__PURE__*/_react["default"].createElement(_dangerousHtml["default"], {
|
|
@@ -145,7 +128,8 @@ var DynamicShare = function DynamicShare(_ref) {
|
|
|
145
128
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
146
129
|
className: (0, _classnames["default"])("".concat(prefix, "__share-img"))
|
|
147
130
|
}, /*#__PURE__*/_react["default"].createElement("img", {
|
|
148
|
-
src:
|
|
131
|
+
src: _dynamicShareCourse["default"],
|
|
132
|
+
alt: ""
|
|
149
133
|
})), /*#__PURE__*/_react["default"].createElement("div", {
|
|
150
134
|
className: (0, _classnames["default"])("".concat(prefix, "__share-right"))
|
|
151
135
|
}, /*#__PURE__*/_react["default"].createElement("span", {
|
|
@@ -8,30 +8,27 @@
|
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
.titaui-dynamic-task-item__content {
|
|
11
|
-
height:
|
|
11
|
+
height: 64px;
|
|
12
|
+
background: rgba(40, 121, 255, 0.06);
|
|
13
|
+
border-radius: 12px;
|
|
12
14
|
display: flex;
|
|
13
15
|
align-items: center;
|
|
14
|
-
|
|
15
|
-
background: rgba(240, 244, 250, 0.5);
|
|
16
|
-
padding: 16px 12px 16px 16px;
|
|
16
|
+
padding: 8px 12px;
|
|
17
17
|
box-sizing: border-box;
|
|
18
|
-
margin-left:
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.titaui-dynamic-task-item__content-img {
|
|
22
|
-
display: inline-block;
|
|
23
|
-
width: 36px;
|
|
24
|
-
border-radius: 6px;
|
|
18
|
+
margin-left: 88px;
|
|
25
19
|
}
|
|
26
20
|
|
|
27
21
|
.titaui-dynamic-task-item__content-info {
|
|
28
22
|
flex: 1;
|
|
29
23
|
display: flex;
|
|
30
24
|
flex-direction: column;
|
|
31
|
-
margin-left: 16px;
|
|
32
25
|
overflow: hidden;
|
|
33
26
|
}
|
|
34
27
|
|
|
28
|
+
.titaui-dynamic-task-item__content-status-icon {
|
|
29
|
+
font-size: 14px;
|
|
30
|
+
}
|
|
31
|
+
|
|
35
32
|
.titaui-dynamic-task-item__content-status-and-time-range {
|
|
36
33
|
display: flex;
|
|
37
34
|
align-items: center;
|
|
@@ -59,10 +56,30 @@
|
|
|
59
56
|
font-weight: 600;
|
|
60
57
|
color: #3f4755;
|
|
61
58
|
line-height: 24px;
|
|
59
|
+
display: flex;
|
|
60
|
+
margin-bottom: 4px;
|
|
61
|
+
align-items: center;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.titaui-dynamic-task-item__content-title-type {
|
|
65
|
+
border-radius: 18px;
|
|
66
|
+
background: rgba(92, 142, 255, 0.5);
|
|
67
|
+
color: #ffffff;
|
|
68
|
+
margin-right: 8px;
|
|
69
|
+
font-size: 14px;
|
|
70
|
+
line-height: 20px;
|
|
71
|
+
display: flex;
|
|
72
|
+
align-items: center;
|
|
73
|
+
justify-content: center;
|
|
74
|
+
padding: 0 6px;
|
|
75
|
+
font-weight: 400;
|
|
76
|
+
height: 20px;
|
|
62
77
|
}
|
|
63
78
|
|
|
64
79
|
.titaui-dynamic-task-item__content-title-text {
|
|
80
|
+
flex: 1;
|
|
65
81
|
cursor: pointer;
|
|
82
|
+
overflow: hidden;
|
|
66
83
|
}
|
|
67
84
|
|
|
68
85
|
.titaui-dynamic-task-item__content-title-text:hover {
|
|
@@ -76,9 +93,9 @@
|
|
|
76
93
|
}
|
|
77
94
|
|
|
78
95
|
.titaui-dynamic-task-item__object-name {
|
|
79
|
-
font-size:
|
|
96
|
+
font-size: 16px;
|
|
80
97
|
color: #2879ff;
|
|
81
|
-
line-height:
|
|
98
|
+
line-height: 24px;
|
|
82
99
|
margin: 0 4px;
|
|
83
100
|
overflow: hidden;
|
|
84
101
|
}
|
|
@@ -89,27 +106,14 @@
|
|
|
89
106
|
}
|
|
90
107
|
|
|
91
108
|
.titaui-dynamic-task-item__operate-desc {
|
|
92
|
-
font-size:
|
|
109
|
+
font-size: 16px;
|
|
93
110
|
font-weight: 400;
|
|
94
111
|
color: #89919f;
|
|
95
|
-
line-height:
|
|
96
|
-
margin:
|
|
112
|
+
line-height: 24px;
|
|
113
|
+
margin-left: 4px;
|
|
97
114
|
overflow: hidden;
|
|
98
115
|
}
|
|
99
116
|
|
|
100
117
|
.titaui-dynamic-task-item__operate-desc-wrapper {
|
|
101
118
|
display: flex;
|
|
102
119
|
}
|
|
103
|
-
|
|
104
|
-
.titaui-dynamic-task-item-desc-operate-type {
|
|
105
|
-
display: inline-flex;
|
|
106
|
-
align-items: center;
|
|
107
|
-
justify-content: center;
|
|
108
|
-
padding: 0 6px;
|
|
109
|
-
height: 18px;
|
|
110
|
-
min-width: 40px;
|
|
111
|
-
border-radius: 10px 10px 10px 2px;
|
|
112
|
-
font-size: 12px;
|
|
113
|
-
color: #ffffff;
|
|
114
|
-
line-height: 18px;
|
|
115
|
-
}
|
|
@@ -15,8 +15,6 @@ var _header = _interopRequireDefault(require("../components/header"));
|
|
|
15
15
|
|
|
16
16
|
var _constant = require("./constant");
|
|
17
17
|
|
|
18
|
-
var _taskIcon = _interopRequireDefault(require("./img/task-icon.png"));
|
|
19
|
-
|
|
20
18
|
var _constant2 = require("../../constant");
|
|
21
19
|
|
|
22
20
|
var _context = require("../../context");
|
|
@@ -25,8 +23,6 @@ var _searchKeyHandle = _interopRequireDefault(require("../../../search-key-handl
|
|
|
25
23
|
|
|
26
24
|
var _tooltip = _interopRequireDefault(require("../../../tooltip"));
|
|
27
25
|
|
|
28
|
-
var _util = require("../../util");
|
|
29
|
-
|
|
30
26
|
var _drawerManager = _interopRequireDefault(require("../../../drawer-manager"));
|
|
31
27
|
|
|
32
28
|
var _getLocale = require("../../../../utils/getLocale");
|
|
@@ -59,7 +55,6 @@ var DynamicTask = function DynamicTask(_ref) {
|
|
|
59
55
|
taskName = data.taskName,
|
|
60
56
|
startDate = data.startDate,
|
|
61
57
|
deadline = data.deadline,
|
|
62
|
-
feedType = data.feedType,
|
|
63
58
|
obj = data.obj,
|
|
64
59
|
principalUser = data.principalUser,
|
|
65
60
|
workId = data.workId;
|
|
@@ -67,10 +62,6 @@ var DynamicTask = function DynamicTask(_ref) {
|
|
|
67
62
|
var _useContext = (0, _react.useContext)(_context.SearchKeyContext),
|
|
68
63
|
searchKeyWord = _useContext.searchKeyWord;
|
|
69
64
|
|
|
70
|
-
var _getFeedTypeAndTypeCo = (0, _util.getFeedTypeAndTypeColor)(feedType),
|
|
71
|
-
feedTypeText = _getFeedTypeAndTypeCo.feedTypeText,
|
|
72
|
-
feedTypeColor = _getFeedTypeAndTypeCo.feedTypeColor;
|
|
73
|
-
|
|
74
65
|
var handleClickTaskTitle = function handleClickTaskTitle() {
|
|
75
66
|
window.Talent.app.vent.trigger("global-pull-screen", data.taskId, "task");
|
|
76
67
|
};
|
|
@@ -132,14 +123,9 @@ var DynamicTask = function DynamicTask(_ref) {
|
|
|
132
123
|
})), (0, _getLocale.getLocale)("Mod_stask"));
|
|
133
124
|
}
|
|
134
125
|
|
|
135
|
-
return /*#__PURE__*/_react["default"].createElement(
|
|
126
|
+
return /*#__PURE__*/_react["default"].createElement("span", {
|
|
136
127
|
className: "".concat(prefix, "__operate-desc")
|
|
137
|
-
}, dom)
|
|
138
|
-
className: "".concat(prefix, "-desc-operate-type"),
|
|
139
|
-
style: {
|
|
140
|
-
background: feedTypeColor
|
|
141
|
-
}
|
|
142
|
-
}, feedTypeText));
|
|
128
|
+
}, dom);
|
|
143
129
|
}, []);
|
|
144
130
|
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
145
131
|
className: prefix
|
|
@@ -150,26 +136,26 @@ var DynamicTask = function DynamicTask(_ref) {
|
|
|
150
136
|
user: principalUser
|
|
151
137
|
})), /*#__PURE__*/_react["default"].createElement("div", {
|
|
152
138
|
className: "".concat(prefix, "__content")
|
|
153
|
-
}, /*#__PURE__*/_react["default"].createElement("
|
|
154
|
-
className: "".concat(prefix, "__content-img"),
|
|
155
|
-
src: _taskIcon["default"],
|
|
156
|
-
alt: ""
|
|
157
|
-
}), /*#__PURE__*/_react["default"].createElement("div", {
|
|
139
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
158
140
|
className: "".concat(prefix, "__content-info")
|
|
159
141
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
160
142
|
className: "".concat(prefix, "__content-title")
|
|
143
|
+
}, /*#__PURE__*/_react["default"].createElement("span", {
|
|
144
|
+
className: "".concat(prefix, "__content-title-type")
|
|
145
|
+
}, (0, _getLocale.getLocale)("Feed_Tab_Title_Task")), /*#__PURE__*/_react["default"].createElement("span", {
|
|
146
|
+
className: "".concat(prefix, "__content-title-text")
|
|
161
147
|
}, /*#__PURE__*/_react["default"].createElement(_tooltip["default"].Text, {
|
|
162
148
|
isPercent: true,
|
|
163
149
|
text: renderName,
|
|
164
150
|
minusWidth: 30
|
|
165
|
-
})), /*#__PURE__*/_react["default"].createElement("div", {
|
|
151
|
+
}))), /*#__PURE__*/_react["default"].createElement("div", {
|
|
166
152
|
className: "".concat(prefix, "__content-status-and-time-range")
|
|
167
153
|
}, /*#__PURE__*/_react["default"].createElement("i", {
|
|
168
|
-
className: (0, _classnames["default"])(_constant2.EStatusStatus2ClassType[status])
|
|
154
|
+
className: (0, _classnames["default"])(_constant2.EStatusStatus2ClassType[status], "".concat(prefix, "__content-status-icon"))
|
|
169
155
|
}), /*#__PURE__*/_react["default"].createElement("span", {
|
|
170
156
|
className: "".concat(prefix, "__content-status-text")
|
|
171
157
|
}, (0, _constant.getEStatusClass2StatusTypeText)()[status]), /*#__PURE__*/_react["default"].createElement("i", {
|
|
172
|
-
className: (0, _classnames["default"])("tu-icon-deferred")
|
|
158
|
+
className: (0, _classnames["default"])("tu-icon-deferred", "".concat(prefix, "__content-status-icon"))
|
|
173
159
|
}), /*#__PURE__*/_react["default"].createElement("span", {
|
|
174
160
|
className: "".concat(prefix, "__content-time-range")
|
|
175
161
|
}, startDate, "-", deadline)))));
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
.titaui-dynamic-item__content {
|
|
11
11
|
position: relative;
|
|
12
12
|
overflow: hidden;
|
|
13
|
-
margin-right:
|
|
13
|
+
margin-right: 24px;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
.titaui-dynamic-item__content-show-more {
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
.titaui-dynamic-item__footer {
|
|
39
|
-
margin: 12px
|
|
39
|
+
margin: 12px 24px 0 88px;
|
|
40
40
|
height: 54px;
|
|
41
41
|
border-radius: 0px 0px 6px 6px;
|
|
42
42
|
display: flex;
|
|
@@ -44,6 +44,7 @@
|
|
|
44
44
|
align-items: center;
|
|
45
45
|
color: #89919f;
|
|
46
46
|
position: relative;
|
|
47
|
+
border-bottom: 1px solid #F0F4FA;
|
|
47
48
|
}
|
|
48
49
|
|
|
49
50
|
.titaui-dynamic-item__footer-left {
|
|
@@ -115,8 +116,7 @@
|
|
|
115
116
|
}
|
|
116
117
|
|
|
117
118
|
.titaui-dynamic-item__communication {
|
|
118
|
-
padding:
|
|
119
|
-
box-shadow: inset 0px 12px 12px -12px rgba(127, 145, 180, 0.14);
|
|
119
|
+
padding: 8px 20px 20px 88px;
|
|
120
120
|
}
|
|
121
121
|
|
|
122
122
|
.titaui-dynamic-item__upvote-btn {
|
|
@@ -274,11 +274,38 @@ var DynamicItem = function DynamicItem(_ref) {
|
|
|
274
274
|
return null;
|
|
275
275
|
}
|
|
276
276
|
}, [data]);
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
277
|
+
|
|
278
|
+
var renderUpvoteCount = function renderUpvoteCount(type, count) {
|
|
279
|
+
if (count === 0) {
|
|
280
|
+
return "";
|
|
280
281
|
}
|
|
281
|
-
|
|
282
|
+
|
|
283
|
+
return count || type;
|
|
284
|
+
}; // const handlePayReward = () => {
|
|
285
|
+
// const data = {
|
|
286
|
+
// multi: false,
|
|
287
|
+
// toUserInfo: publishUser,
|
|
288
|
+
// objId: feedId,
|
|
289
|
+
// objType: feedType,
|
|
290
|
+
// };
|
|
291
|
+
// if (window.util) {
|
|
292
|
+
// window.util.rewardGetFile((myReward) => {
|
|
293
|
+
// myReward.renderPayReward(data);
|
|
294
|
+
// });
|
|
295
|
+
// }
|
|
296
|
+
// };
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
(0, _react.useEffect)(function () {
|
|
300
|
+
setTimeout(function () {
|
|
301
|
+
if (dynamicContentRef.current && dynamicContentRef.current.offsetHeight > 288) {
|
|
302
|
+
setContentIsOverflow(true);
|
|
303
|
+
}
|
|
304
|
+
}, 0);
|
|
305
|
+
}, [data]);
|
|
306
|
+
(0, _react.useEffect)(function () {
|
|
307
|
+
setShowComment(feedComments.total > 0);
|
|
308
|
+
}, [feedComments]);
|
|
282
309
|
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
283
310
|
className: prefix
|
|
284
311
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
@@ -295,7 +322,7 @@ var DynamicItem = function DynamicItem(_ref) {
|
|
|
295
322
|
}, (0, _getLocale.getLocale)("Tasks_Tab_MyS_Butt_Seemoral"), /*#__PURE__*/_react["default"].createElement("i", {
|
|
296
323
|
className: (0, _classnames["default"])("tu-icon-arrow-down", "".concat(prefix, "__icon"))
|
|
297
324
|
})))), /*#__PURE__*/_react["default"].createElement("div", {
|
|
298
|
-
className: "".concat(prefix, "__footer")
|
|
325
|
+
className: (0, _classnames["default"])("".concat(prefix, "__footer"))
|
|
299
326
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
300
327
|
className: "".concat(prefix, "__footer-left")
|
|
301
328
|
}, praiseData.map(function (item, index) {
|
|
@@ -346,7 +373,8 @@ var DynamicItem = function DynamicItem(_ref) {
|
|
|
346
373
|
marginLeft: 30
|
|
347
374
|
},
|
|
348
375
|
buttonType: "tu-icon-tyle-column",
|
|
349
|
-
customUpvoteBtnCls: "".concat(prefix, "__upvote-btn")
|
|
376
|
+
customUpvoteBtnCls: "".concat(prefix, "__upvote-btn"),
|
|
377
|
+
renderCount: renderUpvoteCount
|
|
350
378
|
}), /*#__PURE__*/_react["default"].createElement(_upvoteListModal["default"], {
|
|
351
379
|
feedId: feedId,
|
|
352
380
|
visible: upvoteModalVisible,
|
|
@@ -356,7 +384,7 @@ var DynamicItem = function DynamicItem(_ref) {
|
|
|
356
384
|
}))), /*#__PURE__*/_react["default"].createElement(_conditionRender["default"], {
|
|
357
385
|
condition: showComment
|
|
358
386
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
359
|
-
className: "".concat(prefix, "__communication")
|
|
387
|
+
className: (0, _classnames["default"])("".concat(prefix, "__communication"))
|
|
360
388
|
}, /*#__PURE__*/_react["default"].createElement(_communication["default"], {
|
|
361
389
|
feedId: feedId,
|
|
362
390
|
commentCount: 3,
|
|
@@ -365,7 +393,9 @@ var DynamicItem = function DynamicItem(_ref) {
|
|
|
365
393
|
autoFocus: feedComments.total === 0,
|
|
366
394
|
usePropsComment: usePropsComment,
|
|
367
395
|
communication: feedComments.comments,
|
|
368
|
-
totalCommunicationNum: feedComments.total
|
|
396
|
+
totalCommunicationNum: feedComments.total,
|
|
397
|
+
showUser: true,
|
|
398
|
+
showDefaultInput: true
|
|
369
399
|
}))));
|
|
370
400
|
};
|
|
371
401
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.getProgressState = exports.
|
|
6
|
+
exports.getProgressState = exports.getProcessColor = exports.formatMenu = exports.formatCycleData = exports["default"] = void 0;
|
|
7
7
|
|
|
8
8
|
var _getLocale = require("../../utils/getLocale");
|
|
9
9
|
|
|
@@ -20,90 +20,13 @@ var getProgressState = function getProgressState(oStatus, riskLevel) {
|
|
|
20
20
|
|
|
21
21
|
exports.getProgressState = getProgressState;
|
|
22
22
|
|
|
23
|
-
var getFeedTypeAndTypeColor = function getFeedTypeAndTypeColor(feedType) {
|
|
24
|
-
var feedTypeText = "";
|
|
25
|
-
var feedTypeColor = "";
|
|
26
|
-
|
|
27
|
-
if (feedType === _constant.EFeedType.Assessment) {
|
|
28
|
-
feedTypeText = (0, _getLocale.getLocale)("Mod_Performance");
|
|
29
|
-
feedTypeColor = "linear-gradient(90deg, #5AD9D8 0%, #94EDEC 100%)";
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
if (feedType === _constant.EFeedType.Report) {
|
|
33
|
-
feedTypeText = (0, _getLocale.getLocale)("Menu_Title_Reports");
|
|
34
|
-
feedTypeColor = "linear-gradient(270deg, #FF9EC3 0%, #FF4D91 100%)";
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
if (feedType === _constant.EFeedType.Reply) {
|
|
38
|
-
feedTypeText = (0, _getLocale.getLocale)("OKR_MyO_KRP_Review");
|
|
39
|
-
feedTypeColor = "linear-gradient(270deg, #FFA5A5 0%, #F05E5E 100%)";
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
if (feedType === _constant.EFeedType.Align) {
|
|
43
|
-
feedTypeText = "对齐";
|
|
44
|
-
feedTypeColor = "linear-gradient(270deg, #93EED2 0%, rgba(90, 216, 166, 0.85) 100%)";
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
if (feedType === _constant.EFeedType.Progress) {
|
|
48
|
-
feedTypeText = (0, _getLocale.getLocale)("Feed_Tab_Title_Progress");
|
|
49
|
-
feedTypeColor = "linear-gradient(90deg, #FFAB67 0%, #FFD5A0 100%)";
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
if (feedType === _constant.EFeedType.Relative) {
|
|
53
|
-
feedTypeText = (0, _getLocale.getLocale)("Mod_Associate");
|
|
54
|
-
feedTypeColor = "linear-gradient(270deg, #FFE18B 0%, #F6BD16 100%)";
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
if (feedType === _constant.EFeedType.O) {
|
|
58
|
-
feedTypeText = "OKRs";
|
|
59
|
-
feedTypeColor = "linear-gradient(90deg, #2879FF 0%, #9FBFFF 100%)";
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
if (feedType === _constant.EFeedType.Kr) {
|
|
63
|
-
feedTypeText = "KR";
|
|
64
|
-
feedTypeColor = "linear-gradient(90deg, #2879FF 0%, #9FBFFF 100%)";
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
if (feedType === _constant.EFeedType.Project) {
|
|
68
|
-
feedTypeText = (0, _getLocale.getLocale)("Menu_Title_Projects");
|
|
69
|
-
feedTypeColor = "linear-gradient(90deg, #624DFF 0%, #CDC7FF 100%)";
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
if (feedType === _constant.EFeedType.MileStone) {
|
|
73
|
-
feedTypeText = (0, _getLocale.getLocale)("Pro_page_Plan_Milestone");
|
|
74
|
-
feedTypeColor = "linear-gradient(90deg, #624DFF 0%, #CDC7FF 100%)";
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
if (feedType === _constant.EFeedType.Task) {
|
|
78
|
-
feedTypeText = (0, _getLocale.getLocale)("Mod_Tasks");
|
|
79
|
-
feedTypeColor = "linear-gradient(90deg, #0080FF 0%, #8FC7FF 100%)";
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
if (feedType === _constant.EFeedType.PlanCommunication) {
|
|
83
|
-
feedTypeText = "计划表";
|
|
84
|
-
feedTypeColor = "linear-gradient(90deg, #0080FF 0%, #8FC7FF 100%)";
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
if (feedType === _constant.EFeedType.OKRsCommunication) {
|
|
88
|
-
feedTypeText = "OKRs";
|
|
89
|
-
feedTypeColor = "linear-gradient(90deg, #2879FF 0%, #9FBFFF 100%)";
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
return {
|
|
93
|
-
feedTypeText: feedTypeText,
|
|
94
|
-
feedTypeColor: feedTypeColor
|
|
95
|
-
};
|
|
96
|
-
};
|
|
97
|
-
|
|
98
|
-
exports.getFeedTypeAndTypeColor = getFeedTypeAndTypeColor;
|
|
99
|
-
|
|
100
23
|
var formatCycleData = function formatCycleData(periodParams, isGetCycleRange) {
|
|
101
24
|
if (!periodParams) return "";
|
|
102
25
|
var quarter = ["", (0, _getLocale.getLocale)("OKR_MyO_Pop_1stQuarter"), (0, _getLocale.getLocale)("OKR_MyO_Pop_2ndQuarter"), (0, _getLocale.getLocale)("OKR_MyO_Pop_3rdQuarter"), (0, _getLocale.getLocale)("OKR_MyO_Pop_4thQuarter")];
|
|
103
26
|
var cycleDate = "";
|
|
104
27
|
var startDate = periodParams.startDate;
|
|
105
28
|
var endDate = periodParams.endDate;
|
|
106
|
-
var annualNum = periodParams.annualNum
|
|
29
|
+
var annualNum = Number("".concat(periodParams.annualNum)) === -1 ? (0, _getLocale.getLocale)("OKR_MyO_Butt_Allyears") : periodParams.annualNum;
|
|
107
30
|
|
|
108
31
|
switch (periodParams.cycleType.toString()) {
|
|
109
32
|
case "-1":
|
|
@@ -127,7 +50,7 @@ var formatCycleData = function formatCycleData(periodParams, isGetCycleRange) {
|
|
|
127
50
|
cycleDate = (0, _getLocale.getLocale)("Mod_Customization");
|
|
128
51
|
}
|
|
129
52
|
|
|
130
|
-
if (new Date(periodParams.startDate).getFullYear()
|
|
53
|
+
if (new Date(periodParams.startDate).getFullYear() === new Date().getFullYear()) {
|
|
131
54
|
startDate = periodParams.startDate.slice(5);
|
|
132
55
|
endDate = periodParams.endDate.slice(5);
|
|
133
56
|
}
|
|
@@ -149,4 +72,41 @@ var formatMenu = function formatMenu(data) {
|
|
|
149
72
|
return data;
|
|
150
73
|
};
|
|
151
74
|
|
|
152
|
-
exports.formatMenu = formatMenu;
|
|
75
|
+
exports.formatMenu = formatMenu;
|
|
76
|
+
|
|
77
|
+
var getProcessColor = function getProcessColor(status, level, type) {
|
|
78
|
+
var processColor = {
|
|
79
|
+
1: {
|
|
80
|
+
riskLevel: 1,
|
|
81
|
+
linearStartColor: "#4E90FF",
|
|
82
|
+
linearEndColor: "#2879ff",
|
|
83
|
+
backgroundColor: "rgba(40,121,255,0.11)"
|
|
84
|
+
},
|
|
85
|
+
3: {
|
|
86
|
+
riskLevel: 3,
|
|
87
|
+
linearStartColor: "#FFA5A5",
|
|
88
|
+
linearEndColor: "#F05E5E",
|
|
89
|
+
backgroundColor: "rgba(222,89,89,0.1)"
|
|
90
|
+
},
|
|
91
|
+
2: {
|
|
92
|
+
riskLevel: 2,
|
|
93
|
+
linearStartColor: "#FDCD41",
|
|
94
|
+
linearEndColor: "#FFE18B",
|
|
95
|
+
backgroundColor: "#FEF5DC"
|
|
96
|
+
}
|
|
97
|
+
};
|
|
98
|
+
|
|
99
|
+
if (status === 2) {
|
|
100
|
+
var tempColor = processColor[2];
|
|
101
|
+
return tempColor[type];
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
var color = processColor["".concat(level)];
|
|
105
|
+
if (level === 0) color = processColor["1"];
|
|
106
|
+
if (!color) return {};
|
|
107
|
+
return color[type];
|
|
108
|
+
};
|
|
109
|
+
|
|
110
|
+
exports.getProcessColor = getProcessColor;
|
|
111
|
+
var _default = {};
|
|
112
|
+
exports["default"] = _default;
|
|
@@ -4,18 +4,19 @@
|
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
.titaui-new-file-list-single-file__file-preview {
|
|
7
|
-
width:
|
|
8
|
-
height:
|
|
9
|
-
border-radius:
|
|
7
|
+
width: 120px;
|
|
8
|
+
height: 120px;
|
|
9
|
+
border-radius: 12px;
|
|
10
10
|
display: flex;
|
|
11
11
|
align-items: center;
|
|
12
12
|
justify-content: center;
|
|
13
13
|
margin-right: 10px;
|
|
14
|
+
background: #F0F2F5;
|
|
14
15
|
}
|
|
15
16
|
|
|
16
17
|
.titaui-new-file-list-single-file__file-preview-img {
|
|
17
|
-
max-width:
|
|
18
|
-
max-height:
|
|
18
|
+
max-width: 120px;
|
|
19
|
+
max-height: 120px;
|
|
19
20
|
border-radius: 8px;
|
|
20
21
|
}
|
|
21
22
|
|
|
@@ -34,8 +35,8 @@
|
|
|
34
35
|
position: absolute;
|
|
35
36
|
top: 0;
|
|
36
37
|
left: 0;
|
|
37
|
-
width:
|
|
38
|
-
height:
|
|
38
|
+
width: 120px;
|
|
39
|
+
height: 120px;
|
|
39
40
|
background: rgba(20, 28, 40, 0.3);
|
|
40
41
|
border-radius: 8px;
|
|
41
42
|
display: flex;
|
|
@@ -54,7 +55,7 @@
|
|
|
54
55
|
}
|
|
55
56
|
|
|
56
57
|
.titaui-new-file-list-single-file__operate-item:first-of-type {
|
|
57
|
-
margin-right:
|
|
58
|
+
margin-right: 20px;
|
|
58
59
|
}
|
|
59
60
|
|
|
60
61
|
.titaui-new-file-list-single-file__operate-item-icon {
|
|
Binary file
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>全屏</title>
|
|
4
|
+
<defs>
|
|
5
|
+
<filter color-interpolation-filters="auto" id="filter-1">
|
|
6
|
+
<feColorMatrix in="SourceGraphic" type="matrix" values="0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 1.000000 0"></feColorMatrix>
|
|
7
|
+
</filter>
|
|
8
|
+
</defs>
|
|
9
|
+
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
10
|
+
<g id="点击查看视频" transform="translate(-486.000000, -87.000000)">
|
|
11
|
+
<g id="全屏" transform="translate(486.000000, 87.000000)">
|
|
12
|
+
<rect id="矩形备份-6" x="0" y="0" width="16" height="16"></rect>
|
|
13
|
+
<g id="全屏" filter="url(#filter-1)">
|
|
14
|
+
<g>
|
|
15
|
+
<path d="M13.3333333,8.8699914 C13.6952827,8.8699914 13.9898621,9.15843612 13.9997439,9.51799775 L14,9.53665807 L14,11.8095238 C14,13.0071927 13.0388065,13.9803629 11.8457473,13.9997065 L11.8095238,14 L9.52485212,14 C9.15666229,14 8.85818546,13.7015232 8.85818546,13.3333333 C8.85818546,12.971384 9.14663018,12.6768046 9.5061918,12.6669228 L9.52485212,12.6666667 L11.8095238,12.6666667 C12.2760501,12.6666667 12.6555245,12.2939535 12.6664257,11.8300485 L12.6666667,11.8095238 L12.6666667,9.53665807 C12.6666667,9.16846824 12.9651435,8.8699914 13.3333333,8.8699914 Z M2.66666667,8.84191565 C3.02861599,8.84191565 3.32319545,9.13036037 3.33307721,9.489922 L3.33333333,9.50858232 L3.33333333,11.8095238 C3.33333333,12.2760501 3.70604651,12.6555245 4.16995152,12.6664257 L4.19047619,12.6666667 L6.47311169,12.6666667 C6.84130152,12.6666667 7.13977836,12.9651435 7.13977836,13.3333333 C7.13977836,13.6952827 6.85133364,13.9898621 6.49177201,13.9997439 L6.47311169,14 L4.19047619,14 C2.99280726,14 2.0196371,13.0388065 2.00029346,11.8457473 L2,11.8095238 L2,9.50858232 C2,9.14039249 2.29847683,8.84191565 2.66666667,8.84191565 Z M6.47638719,2 C6.84457703,2 7.14305386,2.29847683 7.14305386,2.66666667 C7.14305386,3.02861599 6.85460914,3.32319545 6.49504752,3.33307721 L6.47638719,3.33333333 L4.19047619,3.33333333 C3.72394994,3.33333333 3.34447552,3.70604651 3.33357425,4.16995152 L3.33333333,4.19047619 L3.33333333,6.47612057 C3.33333333,6.8443104 3.0348565,7.14278723 2.66666667,7.14278723 C2.30471734,7.14278723 2.01013789,6.85434251 2.00025612,6.49478089 L2,6.47612057 L2,4.19047619 C2,2.99280726 2.96119347,2.0196371 4.15425266,2.00029346 L4.19047619,2 L6.47638719,2 Z M11.8095238,2 C13.0071927,2 13.9803629,2.96119347 13.9997065,4.15425266 L14,4.19047619 L14,6.46713633 C14,6.83532616 13.7015232,7.13380299 13.3333333,7.13380299 C12.971384,7.13380299 12.6768046,6.84535827 12.6669228,6.48579665 L12.6666667,6.46713633 L12.6666667,4.19047619 C12.6666667,3.72394994 12.2939535,3.34447552 11.8300485,3.33357425 L11.8095238,3.33333333 L9.56078908,3.33333333 C9.19259925,3.33333333 8.89412242,3.0348565 8.89412242,2.66666667 C8.89412242,2.30471734 9.18256714,2.01013789 9.54212876,2.00025612 L9.56078908,2 L11.8095238,2 Z" id="形状" fill="#444444" fill-rule="nonzero"></path>
|
|
16
|
+
</g>
|
|
17
|
+
</g>
|
|
18
|
+
</g>
|
|
19
|
+
</g>
|
|
20
|
+
</g>
|
|
21
|
+
</svg>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>静音</title>
|
|
4
|
+
<defs>
|
|
5
|
+
<filter color-interpolation-filters="auto" id="filter-1">
|
|
6
|
+
<feColorMatrix in="SourceGraphic" type="matrix" values="0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 1.000000 0"></feColorMatrix>
|
|
7
|
+
</filter>
|
|
8
|
+
</defs>
|
|
9
|
+
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
10
|
+
<g id="点击查看视频" transform="translate(-432.000000, -87.000000)">
|
|
11
|
+
<g id="静音" transform="translate(432.000000, 87.000000)">
|
|
12
|
+
<rect id="矩形" x="0" y="0" width="16" height="16"></rect>
|
|
13
|
+
<g id="静音" filter="url(#filter-1)">
|
|
14
|
+
<g>
|
|
15
|
+
<path d="M3.28766429,4.60754762 L4.25898598,5.57889897 C3.71839644,5.84502621 3.34393885,6.39826821 3.33355489,7.04022003 L3.33333333,8.93245138 C3.33333333,9.83877344 4.05900687,10.5752087 4.95973238,10.5898467 L4.9870801,10.5900688 L5.65310585,10.5900688 C6.07617225,10.5900688 6.48158322,10.7576044 6.7810532,11.0552843 L6.80226255,11.0767679 L8.29926628,12.6219853 C8.48581643,12.7800023 8.72216689,12.8666971 8.96640827,12.8666971 C9.53019785,12.8666971 9.98855748,12.4142413 9.99978907,11.8518276 L10,11.8306862 L10,11.3199333 L11.2241569,12.5440254 C10.9218408,13.5036526 10.0257704,14.2000304 8.96640827,14.2000304 C8.41865484,14.2000304 7.88834453,14.0098771 7.46550858,13.6627582 L7.43747973,13.6393848 L7.38734907,13.5969217 L5.84463197,12.0045187 C5.7979892,11.9563737 5.73507167,11.9276985 5.66852215,11.9238477 L4.9870801,11.9234022 C3.35316681,11.9234022 2.02676463,10.6102728 2.00039998,8.98189173 L2,7.06763176 C2,6.04826718 2.50945141,5.14757661 3.28766429,4.60754762 Z M3.28595479,2.34314575 L13.6568542,12.7140452 C13.9172038,12.9743947 13.9172038,13.3965047 13.6568542,13.6568542 C13.3965047,13.9172038 12.9743947,13.9172038 12.7140452,13.6568542 L2.34314575,3.28595479 C2.08279622,3.02560526 2.08279622,2.60349528 2.34314575,2.34314575 C2.60349528,2.08279622 3.02560526,2.08279622 3.28595479,2.34314575 Z M12.9612676,4.39630795 C13.635995,5.45648994 14,6.6878458 14,7.97134943 C14,9.26666772 13.6292471,10.5087612 12.9428229,11.5752092 C12.9365895,11.5848936 12.9301474,11.5943626 12.9235064,11.6036141 L11.9550266,10.6350444 C12.4183868,9.83322648 12.6666667,8.92137825 12.6666667,7.97134943 C12.6666667,6.94333913 12.3759736,5.95998277 11.8364174,5.11219185 C11.6387315,4.80157303 11.7302817,4.38951067 12.0409006,4.19182479 C12.3515194,3.99413891 12.7635817,4.08568914 12.9612676,4.39630795 Z M10.7752429,2.64125439 C11.1278572,3.05949124 11.3246633,3.58664187 11.3330535,4.13294907 L11.3333333,10.0134 L10,8.68006667 L10,4.16939694 C10,3.9245839 9.91350763,3.68768026 9.75585962,3.50069348 C9.39252467,3.06974081 8.75332847,3.0103815 8.31755677,3.36295511 L8.29926628,3.37809784 L6.80226255,4.92331521 C6.70885932,5.01972666 6.60457885,5.10312547 6.4922413,5.17231722 L5.3966,4.07666667 L5.65310585,4.07668099 C5.72013933,4.07668099 5.78451333,4.05144474 5.8335851,4.0063268 L5.84463197,3.99556447 L7.38734907,2.40316145 L7.43747973,2.36069836 C8.43638105,1.51458065 9.93143682,1.64041351 10.7752429,2.64125439 Z" id="形状结合" fill="#444444" fill-rule="nonzero"></path>
|
|
16
|
+
</g>
|
|
17
|
+
</g>
|
|
18
|
+
</g>
|
|
19
|
+
</g>
|
|
20
|
+
</g>
|
|
21
|
+
</svg>
|