@titaui/pc 1.12.0-beta.3 → 1.12.3

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 (124) hide show
  1. package/lib/components/button/images/blue.svg +21 -0
  2. package/lib/components/button/images/red.svg +21 -0
  3. package/lib/components/button/images/white.svg +19 -0
  4. package/lib/components/button/rect-btn/index.js +3 -3
  5. package/lib/components/checkbox/index.css +4 -0
  6. package/lib/components/contact-kefu/index.css +10 -0
  7. package/lib/components/contact-kefu/index.js +8 -2
  8. package/lib/components/create-okr-modal/index.js +3 -1
  9. package/lib/components/dynamic/constant.js +1 -1
  10. package/lib/components/dynamic/dynamic-list/index.js +14 -7
  11. package/lib/components/dynamic/index.js +9 -12
  12. package/lib/components/dynamic/request-api.js +7 -68
  13. package/lib/components/nav-top/components/menu/index.js +16 -14
  14. package/lib/components/nav-top/index.js +2 -2
  15. package/lib/components/okr-detail/components/base-okr-type/confirm/confirm.js +1 -1
  16. package/lib/components/okr-detail/e-list/index.js +2 -2
  17. package/lib/components/period-selector/interface.js +7 -0
  18. package/lib/components/publish-dynamic-modal/publish-dynamic-modal.js +16 -10
  19. package/lib/components/search-input/index.css +1 -1
  20. package/lib/components/select-layer/index.css +1 -1
  21. package/lib/components/task-relation-modal/helper.js +139 -2
  22. package/lib/components/task-relation-modal/image/loading.gif +0 -0
  23. package/lib/components/task-relation-modal/index.js +9 -0
  24. package/lib/components/task-relation-modal/okr-relation/relation-task-model/index.css +18 -0
  25. package/lib/components/task-relation-modal/okr-relation/relation-task-model/index.js +262 -0
  26. package/lib/components/task-relation-modal/okr-relation/relation-task-model/search-form.js +135 -0
  27. package/lib/components/task-relation-modal/okr-relation/relation-work-model/index.css +0 -0
  28. package/lib/components/task-relation-modal/okr-relation/relation-work-model/index.js +129 -0
  29. package/lib/components/task-relation-modal/okr-relation/request-api.js +106 -0
  30. package/lib/components/task-relation-modal/okr-relation/tree/task-tree/index.css +120 -0
  31. package/lib/components/task-relation-modal/okr-relation/tree/task-tree/index.js +185 -0
  32. package/lib/components/task-relation-modal/request-api.js +28 -2
  33. package/lib/components/task-relation-modal/search/okr-status-select.js +3 -3
  34. package/lib/components/task-relation-modal/search/principal.js +36 -19
  35. package/lib/components/task-relation-modal/search/search-dropdown/index.css +2 -1
  36. package/lib/components/task-relation-modal/search/search-dropdown/index.js +1 -1
  37. package/lib/components/{dynamic/dynamic-topping/index.js → task-relation-modal/search/task-relation.js} +45 -44
  38. package/lib/components/task-relation-modal/search/task-status-select.js +87 -0
  39. package/lib/components/{dynamic/dynamic-liking/index.js → task-relation-modal/search/work-relation.js} +43 -39
  40. package/lib/components/task-relation-modal/search/work-status-select.js +74 -0
  41. package/lib/components/task-relation-modal/tree/category-tree/index.css +3 -3
  42. package/lib/components/task-relation-modal/tree/okr-tree/index.css +1 -1
  43. package/lib/components/task-relation-modal/tree/okr-tree/search-form.js +16 -2
  44. package/lib/components/task-relation-modal/tree/task-list/index.css +0 -0
  45. package/lib/components/task-relation-modal/tree/task-list/index.js +1 -0
  46. package/lib/components/task-relation-modal/tree/work-list/index.css +14 -0
  47. package/lib/components/task-relation-modal/tree/work-list/index.js +176 -0
  48. package/lib/components/task-relation-modal/tree/work-list/search-form.js +123 -0
  49. package/lib/components/task-relation-modal/tree/work-tree/index.css +1 -1
  50. package/lib/components/task-relation-modal/tree-node/category-node/index.css +1 -1
  51. package/lib/components/task-relation-modal/tree-node/work-node/index.js +3 -1
  52. package/lib/components/task-relation-modal/work-relation/index.css +0 -0
  53. package/lib/components/task-relation-modal/work-relation/index.js +256 -0
  54. package/lib/components/tooltip/index.js +3 -0
  55. package/lib/components/tooltip/tooltip-rows/index.css +26 -0
  56. package/lib/components/{dynamic/advertise → tooltip/tooltip-rows}/index.js +65 -85
  57. package/lib/components/user-selector/select-tree/tree-nodes/tree-person-node/index.js +46 -18
  58. package/lib/utils/planDataJson.js +11115 -0
  59. package/package.json +1 -1
  60. package/lib/components/dynamic/advertise/components/next-btn/index.css +0 -27
  61. package/lib/components/dynamic/advertise/components/next-btn/index.js +0 -32
  62. package/lib/components/dynamic/advertise/components/pre-btn/index.css +0 -26
  63. package/lib/components/dynamic/advertise/components/pre-btn/index.js +0 -32
  64. package/lib/components/dynamic/advertise/index.css +0 -21
  65. package/lib/components/dynamic/advertise/interface.js +0 -5
  66. package/lib/components/dynamic/advertise/util.js +0 -28
  67. package/lib/components/dynamic/components/dynamic-search-input/index.css +0 -81
  68. package/lib/components/dynamic/components/dynamic-search-input/index.js +0 -203
  69. package/lib/components/dynamic/components/first-level-tabs/index.css +0 -101
  70. package/lib/components/dynamic/components/first-level-tabs/index.js +0 -131
  71. package/lib/components/dynamic/dynamic-like-ranking/image/like-ranking.svg +0 -23
  72. package/lib/components/dynamic/dynamic-like-ranking/image/ranking-1.png +0 -0
  73. package/lib/components/dynamic/dynamic-like-ranking/image/ranking-2.png +0 -0
  74. package/lib/components/dynamic/dynamic-like-ranking/image/ranking-3.png +0 -0
  75. package/lib/components/dynamic/dynamic-like-ranking/image/ranking-empty.png +0 -0
  76. package/lib/components/dynamic/dynamic-like-ranking/index.css +0 -146
  77. package/lib/components/dynamic/dynamic-like-ranking/index.js +0 -180
  78. package/lib/components/dynamic/dynamic-like-ranking/item.js +0 -105
  79. package/lib/components/dynamic/dynamic-like-ranking/mock.js +0 -84
  80. package/lib/components/dynamic/dynamic-liking/image/like-dynamic.svg +0 -30
  81. package/lib/components/dynamic/dynamic-liking/index.css +0 -81
  82. package/lib/components/dynamic/dynamic-liking/item.js +0 -75
  83. package/lib/components/dynamic/dynamic-liking/mock.js +0 -83
  84. package/lib/components/dynamic/dynamic-topping/image/quotation-mark.svg +0 -16
  85. package/lib/components/dynamic/dynamic-topping/image/top-icon.svg +0 -30
  86. package/lib/components/dynamic/dynamic-topping/index.css +0 -141
  87. package/lib/components/dynamic/dynamic-topping/interface.js +0 -5
  88. package/lib/components/dynamic/dynamic-topping/item.js +0 -153
  89. package/lib/components/dynamic/dynamic-topping/request-api.js +0 -36
  90. package/lib/components/dynamic/dynamic.css +0 -173
  91. package/lib/components/dynamic/dynamic.js +0 -428
  92. package/lib/components/dynamic/export-module/index.js +0 -37
  93. package/lib/components/dynamic/img/dynamic-top.svg +0 -14
  94. package/lib/components/dynamic/my-team/img/add-subordinate.png +0 -0
  95. package/lib/components/dynamic/my-team/img/line.png +0 -0
  96. package/lib/components/dynamic/my-team/img/team.png +0 -0
  97. package/lib/components/dynamic/my-team/index.css +0 -184
  98. package/lib/components/dynamic/my-team/index.js +0 -263
  99. package/lib/components/dynamic/my-team/request-api.js +0 -52
  100. package/lib/components/dynamic/my-team/util.js +0 -20
  101. package/lib/components/dynamic/new-ui.css +0 -192
  102. package/lib/components/dynamic/online-broadcast/components/broadcast-item/index.css +0 -58
  103. package/lib/components/dynamic/online-broadcast/components/broadcast-item/index.js +0 -68
  104. package/lib/components/dynamic/online-broadcast/data.js +0 -95
  105. package/lib/components/dynamic/online-broadcast/img/broadcast.svg +0 -14
  106. package/lib/components/dynamic/online-broadcast/img/new.png +0 -0
  107. package/lib/components/dynamic/online-broadcast/img/preview.png +0 -0
  108. package/lib/components/dynamic/online-broadcast/index.css +0 -46
  109. package/lib/components/dynamic/online-broadcast/index.js +0 -61
  110. package/lib/components/dynamic/online-broadcast/interfact.js +0 -5
  111. package/lib/components/dynamic/quick-operation/components/create-announcement/index.css +0 -25
  112. package/lib/components/dynamic/quick-operation/components/create-announcement/index.js +0 -39
  113. package/lib/components/dynamic/quick-operation/components/create-okr/index.css +0 -25
  114. package/lib/components/dynamic/quick-operation/components/create-okr/index.js +0 -39
  115. package/lib/components/dynamic/quick-operation/components/create-share/index.css +0 -25
  116. package/lib/components/dynamic/quick-operation/components/create-share/index.js +0 -39
  117. package/lib/components/dynamic/quick-operation/components/create-task/index.css +0 -25
  118. package/lib/components/dynamic/quick-operation/components/create-task/index.js +0 -44
  119. package/lib/components/dynamic/quick-operation/img/new-announcement.png +0 -0
  120. package/lib/components/dynamic/quick-operation/img/new-okr.png +0 -0
  121. package/lib/components/dynamic/quick-operation/img/new-share.png +0 -0
  122. package/lib/components/dynamic/quick-operation/img/new-task.png +0 -0
  123. package/lib/components/dynamic/quick-operation/index.css +0 -51
  124. package/lib/components/dynamic/quick-operation/index.js +0 -120
@@ -1,84 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.data = void 0;
7
- var data = [{
8
- user: {
9
- big: null,
10
- color: "#b9cc4f",
11
- hasAvatar: false,
12
- large: null,
13
- medium: null,
14
- normal: null,
15
- original: null,
16
- small: null
17
- },
18
- ranking: 1,
19
- name: "杨亮",
20
- departmentId: 0,
21
- departmentName: "默认部门",
22
- userId: 560000215,
23
- primaryDepartment: "默认部门",
24
- primaryDepartmentId: 0,
25
- likeNums: 1400
26
- }, {
27
- user: {
28
- big: null,
29
- color: "#b9cc4f",
30
- hasAvatar: false,
31
- large: null,
32
- medium: null,
33
- normal: null,
34
- original: null,
35
- small: null
36
- },
37
- ranking: 2,
38
- name: "杨亮",
39
- departmentId: 0,
40
- departmentName: "默认部门",
41
- userId: 560000215,
42
- primaryDepartment: "默认部门",
43
- primaryDepartmentId: 0,
44
- likeNums: 140
45
- }, {
46
- user: {
47
- big: null,
48
- color: "#b9cc4f",
49
- hasAvatar: false,
50
- large: null,
51
- medium: null,
52
- normal: null,
53
- original: null,
54
- small: null
55
- },
56
- ranking: 3,
57
- name: "杨亮",
58
- departmentId: 0,
59
- departmentName: "默认部门",
60
- userId: 560000215,
61
- primaryDepartment: "默认部门",
62
- primaryDepartmentId: 0,
63
- likeNums: 14000
64
- }, {
65
- user: {
66
- big: null,
67
- color: "#b9cc4f",
68
- hasAvatar: false,
69
- large: null,
70
- medium: null,
71
- normal: null,
72
- original: null,
73
- small: null
74
- },
75
- ranking: 4,
76
- name: "杨亮",
77
- departmentId: 0,
78
- departmentName: "默认部门",
79
- userId: 560000215,
80
- primaryDepartment: "默认部门",
81
- primaryDepartmentId: 0,
82
- likeNums: 14000000
83
- }];
84
- exports.data = data;
@@ -1,30 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <title>点赞动态</title>
4
- <defs>
5
- <circle id="path-1" cx="4.16666667" cy="4.16666667" r="4.16666667"></circle>
6
- <filter x="-21.4%" y="-89.9%" width="142.9%" height="279.8%" filterUnits="objectBoundingBox" id="filter-3">
7
- <feGaussianBlur stdDeviation="1" in="SourceGraphic"></feGaussianBlur>
8
- </filter>
9
- </defs>
10
- <g id="页面-2" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
11
- <g id="绩效考核/@与回复/打赏" transform="translate(-1082.000000, -1196.000000)">
12
- <g id="动态" transform="translate(1066.000000, 1182.000000)">
13
- <g id="点赞动态" transform="translate(16.000000, 14.000000)">
14
- <circle id="椭圆形" fill="#FFBB4D" cx="10" cy="10" r="10"></circle>
15
- <g id="编组-22" transform="translate(3.213090, 6.000000)">
16
- <g id="形状结合" transform="translate(2.786910, 0.000000)">
17
- <mask id="mask-2" fill="white">
18
- <use xlink:href="#path-1"></use>
19
- </mask>
20
- <use id="蒙版" fill="#FFFFFF" xlink:href="#path-1"></use>
21
- <path d="M10.2801853,3.1428106 C10.8347673,3.46511621 11.1504539,3.83580442 11.1504539,4.23019237 C11.1504539,5.47283306 8.01644712,6.48019237 4.15045387,6.48019237 C0.284460621,6.48019237 -2.84954613,5.47283306 -2.84954613,4.23019237 C-2.84954613,4.22851539 -2.84954042,4.22683884 -2.84952901,4.22516273 L-1.2577765,4.5010035 C-0.785172265,5.18948386 1.45644516,5.7109616 4.15045387,5.7109616 C7.1793128,5.7109616 9.636332,5.05179396 9.65039321,4.23722128 Z" fill="#FFBB4D" filter="url(#filter-3)" mask="url(#mask-2)" transform="translate(4.150454, 4.811501) rotate(-15.000000) translate(-4.150454, -4.811501) "></path>
22
- </g>
23
- <path d="M13.5483912,2.43826668 C13.8700102,3.63856542 11.1035159,5.42274043 7.36925322,6.42333311 C3.6349905,7.42392579 0.347048662,7.26203205 0.0254295863,6.06173332 C-0.165835376,5.34792276 0.73504509,4.4276179 2.28211975,3.58842283 L2.28182412,4.54792105 C1.69502828,4.95952847 1.38922509,5.35593246 1.47431833,5.67350475 C1.68598216,6.46344494 4.23609808,6.46649321 7.17016165,5.68031324 C10.1042252,4.89413328 12.3111663,3.61643544 12.0995024,2.82649525 C12.0230062,2.54100753 11.6410777,2.35829814 11.0459776,2.27847735 C10.8979016,1.89023186 10.7402483,1.60445999 10.5721988,1.42051892 C12.2176585,1.40720458 13.365042,1.75399842 13.5483912,2.43826668 Z" id="形状结合" fill="#FFFFFF"></path>
24
- <path d="M9.78691037,2.50417127 C9.41404232,1.78496057 8.81138292,1.23999086 8.09496376,1 L7.95280143,1.78102951 C8.42427797,1.9275763 8.82526021,2.27106798 9.08234723,2.72966003 L9.78691037,2.50417127 Z" id="路径" fill="#FFBB4D"></path>
25
- </g>
26
- </g>
27
- </g>
28
- </g>
29
- </g>
30
- </svg>
@@ -1,81 +0,0 @@
1
- .dynamic-liking {
2
- margin-top: 10px;
3
- width: 278px;
4
- background: #ffffff;
5
- box-shadow: 0px 0px 8px 0px rgba(127, 145, 180, 0.1);
6
- border-radius: 12px;
7
- padding: 12px 16px;
8
- padding-top: 16px;
9
- box-sizing: border-box;
10
- }
11
-
12
- .dynamic-liking__header {
13
- height: 24px;
14
- font-size: 16px;
15
- font-weight: 600;
16
- color: #3f4755;
17
- line-height: 24px;
18
- margin-bottom: 10px;
19
- display: flex;
20
- align-items: center;
21
- justify-content: space-between;
22
- }
23
-
24
- .dynamic-liking__header-text {
25
- margin-left: 4px;
26
- }
27
-
28
- .dynamic-liking__header-image {
29
- width: 20px;
30
- height: 20px;
31
- position: relative;
32
- top: -2px;
33
- }
34
-
35
- .dynamic-liking__content {
36
- border-top: 1px solid #e9ecf0;
37
- padding: 16px 0 0 0;
38
- }
39
-
40
- .dynamic-liking__item {
41
- display: flex;
42
- align-items: flex-start;
43
- vertical-align: text-top;
44
- margin-top: 18px;
45
- }
46
-
47
- .dynamic-liking__item:nth-of-type(1) {
48
- margin-top: 0;
49
- }
50
-
51
- .dynamic-liking__item-avatar {
52
- position: relative;
53
- top: 2px;
54
- }
55
-
56
- .dynamic-liking__item-center {
57
- margin-left: 8px;
58
- }
59
-
60
- .dynamic-liking__item-center-name {
61
- font-size: 12px;
62
- font-weight: 600;
63
- color: #3F4755;
64
- line-height: 18px;
65
- display: flex;
66
- }
67
-
68
- .dynamic-liking__item-center-time {
69
- font-size: 12px;
70
- font-weight: 400;
71
- color: #89919F;
72
- line-height: 18px;
73
- }
74
-
75
- .dynamic-liking__item-dynamic {
76
- font-size: 12px;
77
- font-weight: 400;
78
- color: #89919F;
79
- line-height: 18px;
80
- margin-left: 8px;
81
- }
@@ -1,75 +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 _formatTime = require("../../../utils/format-time");
11
-
12
- var _getLocale = require("../../../utils/getLocale");
13
-
14
- var _openData = require("../../../utils/open-data");
15
-
16
- var _tooltip = _interopRequireDefault(require("../../tooltip"));
17
-
18
- var _constant = require("../constant");
19
-
20
- require("./index.css");
21
-
22
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
23
-
24
- // import { getUrlForUserPage } from "../../../utils/tools";
25
- var preCls = "dynamic-liking__item";
26
-
27
- var Item = function Item(_ref) {
28
- var userInfo = _ref.userInfo;
29
- var pariseUser = userInfo.pariseUser,
30
- pariseDate = userInfo.pariseDate,
31
- userType = userInfo.userType,
32
- toPariseUser = userInfo.toPariseUser,
33
- pariseObjType = userInfo.pariseObjType;
34
- var name = pariseUser.name,
35
- userId = pariseUser.userId;
36
- var toUserName = toPariseUser.name;
37
- var toUserId = toPariseUser.userId; // 之后要用
38
- // const url = getUrlForUserPage({
39
- // userId: userId,
40
- // userType: userType || 2,
41
- // });
42
- // const handleOpenUserPage = () => {
43
- // window.open(url, "_blank");
44
- // };
45
-
46
- return /*#__PURE__*/_react["default"].createElement("div", {
47
- className: "".concat(preCls)
48
- }, /*#__PURE__*/_react["default"].createElement("div", {
49
- className: "".concat(preCls, "-center")
50
- }, /*#__PURE__*/_react["default"].createElement("div", {
51
- className: "".concat(preCls, "-center-name")
52
- }, /*#__PURE__*/_react["default"].createElement("div", {
53
- className: "".concat(preCls, "-center-name-text") // onClick={handleOpenUserPage}
54
-
55
- }, /*#__PURE__*/_react["default"].createElement(_tooltip["default"].Text, {
56
- text: /*#__PURE__*/_react["default"].createElement(_openData.OpenUserName, {
57
- id: userId,
58
- name: name
59
- }),
60
- maxWidth: 45
61
- })), /*#__PURE__*/_react["default"].createElement("div", {
62
- className: "".concat(preCls, "-dynamic")
63
- }, /*#__PURE__*/_react["default"].createElement(_tooltip["default"].Text, {
64
- text: /*#__PURE__*/_react["default"].createElement("span", null, (0, _getLocale.getLocale)("Feed_Kudos"), /*#__PURE__*/_react["default"].createElement(_openData.OpenUserName, {
65
- id: toUserId,
66
- name: toUserName
67
- }), "".concat((0, _constant.ObjectType)()[pariseObjType] || "feed")),
68
- maxWidth: 150
69
- }))), /*#__PURE__*/_react["default"].createElement("div", {
70
- className: "".concat(preCls, "-center-time")
71
- }, (0, _formatTime.getTimeString)(pariseDate, new Date()))));
72
- };
73
-
74
- var _default = Item;
75
- exports["default"] = _default;
@@ -1,83 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.data = void 0;
7
- var data = [{
8
- user: {
9
- big: null,
10
- color: "#b9cc4f",
11
- hasAvatar: false,
12
- large: null,
13
- medium: null,
14
- normal: null,
15
- original: null,
16
- small: null
17
- },
18
- time: 1630474481282,
19
- name: "杨亮",
20
- userId: 99888888,
21
- desc: "点赞了李晓辉的目标"
22
- }, {
23
- user: {
24
- big: null,
25
- color: "#b9cc4f",
26
- hasAvatar: false,
27
- large: null,
28
- medium: null,
29
- normal: null,
30
- original: null,
31
- small: null
32
- },
33
- time: 1630474481282,
34
- name: "杨亮",
35
- userId: 99888888,
36
- desc: "点赞了李晓辉的目标"
37
- }, {
38
- user: {
39
- big: null,
40
- color: "#b9cc4f",
41
- hasAvatar: false,
42
- large: null,
43
- medium: null,
44
- normal: null,
45
- original: null,
46
- small: null
47
- },
48
- time: 1630474481282,
49
- name: "杨亮",
50
- userId: 99888888,
51
- desc: "点赞了李晓辉的目标"
52
- }, {
53
- user: {
54
- big: null,
55
- color: "#b9cc4f",
56
- hasAvatar: false,
57
- large: null,
58
- medium: null,
59
- normal: null,
60
- original: null,
61
- small: null
62
- },
63
- time: 1630474481282,
64
- name: "杨亮",
65
- userId: 99888888,
66
- desc: "点赞了李晓辉的目标"
67
- }, {
68
- user: {
69
- big: null,
70
- color: "#b9cc4f",
71
- hasAvatar: false,
72
- large: null,
73
- medium: null,
74
- normal: null,
75
- original: null,
76
- small: null
77
- },
78
- time: 1630474481282,
79
- name: "杨亮",
80
- userId: 99888888,
81
- desc: "点赞了李晓辉的目标"
82
- }];
83
- exports.data = data;
@@ -1,16 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="12px" height="12px" viewBox="0 0 12 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <title>左引号</title>
4
- <g id="页面-2" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="绩效考核/@与回复/打赏" transform="translate(-1082.000000, -369.000000)" fill-rule="nonzero">
6
- <g id="动态" transform="translate(1066.000000, 264.000000)">
7
- <g id="编组-24" transform="translate(16.000000, 63.000000)">
8
- <g id="左引号" transform="translate(0.000000, 42.000000)">
9
- <rect id="矩形" fill="#000000" opacity="0" x="0" y="0" width="12" height="12"></rect>
10
- <path d="M6.76133333,6.50266666 C6.76133333,2.67 9.95566666,0.408333328 12,0 L12,2.26166667 C10.882,2.60733334 9.54033333,4.36633334 9.47666667,6.28266667 L12,6.28266667 L12,8.66666667 C12,10.5076667 10.5076667,12 8.66666667,12 L6.76133333,12 L6.76133333,6.50266666 Z M0,6.50266666 C0,2.67 3.19433333,0.408333328 5.23866667,0 L5.23866667,2.26166667 C4.12066666,2.60733334 2.779,4.36633334 2.71533333,6.28266667 L5.20666666,6.28266667 L5.20666666,8.66666667 C5.20666666,10.5076667 3.71433333,12 1.87333334,12 L0,12 L0,6.50266666 Z" id="形状" fill="#CCDFFF"></path>
11
- </g>
12
- </g>
13
- </g>
14
- </g>
15
- </g>
16
- </svg>
@@ -1,30 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <title>置顶动态</title>
4
- <defs>
5
- <circle id="path-1" cx="4.16666667" cy="4.16666667" r="4.16666667"></circle>
6
- <filter x="-21.4%" y="-89.9%" width="142.9%" height="279.8%" filterUnits="objectBoundingBox" id="filter-3">
7
- <feGaussianBlur stdDeviation="1" in="SourceGraphic"></feGaussianBlur>
8
- </filter>
9
- </defs>
10
- <g id="页面-2" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
11
- <g id="绩效考核/@与回复/打赏" transform="translate(-1082.000000, -278.000000)">
12
- <g id="动态" transform="translate(1066.000000, 264.000000)">
13
- <g id="置顶动态" transform="translate(16.000000, 14.000000)">
14
- <circle id="椭圆形" fill="#5C8EFF" cx="10" cy="10" r="10"></circle>
15
- <g id="编组-22" transform="translate(3.213090, 6.000000)">
16
- <g id="形状结合" transform="translate(2.786910, 0.000000)">
17
- <mask id="mask-2" fill="white">
18
- <use xlink:href="#path-1"></use>
19
- </mask>
20
- <use id="蒙版" fill="#FFFFFF" xlink:href="#path-1"></use>
21
- <path d="M10.2801853,3.1428106 C10.8347673,3.46511621 11.1504539,3.83580442 11.1504539,4.23019237 C11.1504539,5.47283306 8.01644712,6.48019237 4.15045387,6.48019237 C0.284460621,6.48019237 -2.84954613,5.47283306 -2.84954613,4.23019237 C-2.84954613,4.22851539 -2.84954042,4.22683884 -2.84952901,4.22516273 L-1.2577765,4.5010035 C-0.785172265,5.18948386 1.45644516,5.7109616 4.15045387,5.7109616 C7.1793128,5.7109616 9.636332,5.05179396 9.65039321,4.23722128 Z" fill="#2879FF" filter="url(#filter-3)" mask="url(#mask-2)" transform="translate(4.150454, 4.811501) rotate(-15.000000) translate(-4.150454, -4.811501) "></path>
22
- </g>
23
- <path d="M13.5483912,2.43826668 C13.8700102,3.63856542 11.1035159,5.42274043 7.36925322,6.42333311 C3.6349905,7.42392579 0.347048662,7.26203205 0.0254295863,6.06173332 C-0.165835376,5.34792276 0.73504509,4.4276179 2.28211975,3.58842283 L2.28182412,4.54792105 C1.69502828,4.95952847 1.38922509,5.35593246 1.47431833,5.67350475 C1.68598216,6.46344494 4.23609808,6.46649321 7.17016165,5.68031324 C10.1042252,4.89413328 12.3111663,3.61643544 12.0995024,2.82649525 C12.0230062,2.54100753 11.6410777,2.35829814 11.0459776,2.27847735 C10.8979016,1.89023186 10.7402483,1.60445999 10.5721988,1.42051892 C12.2176585,1.40720458 13.365042,1.75399842 13.5483912,2.43826668 Z" id="形状结合" fill="#FFFFFF"></path>
24
- <path d="M9.78691037,2.50417127 C9.41404232,1.78496057 8.81138292,1.23999086 8.09496376,1 L7.95280143,1.78102951 C8.42427797,1.9275763 8.82526021,2.27106798 9.08234723,2.72966003 L9.78691037,2.50417127 Z" id="路径" fill="#2879FF"></path>
25
- </g>
26
- </g>
27
- </g>
28
- </g>
29
- </g>
30
- </svg>
@@ -1,141 +0,0 @@
1
- .danamic-topping {
2
- margin-top: 10px;
3
- width: 278px;
4
- background: #ffffff;
5
- box-shadow: 0px 0px 8px 0px rgba(127, 145, 180, 0.1);
6
- border-radius: 12px;
7
- padding: 12px 16px;
8
- padding-top: 16px;
9
- box-sizing: border-box;
10
- }
11
-
12
- .danamic-topping-header {
13
- height: 24px;
14
- font-size: 16px;
15
- font-weight: 600;
16
- color: #3f4755;
17
- line-height: 24px;
18
- margin-bottom: 10px;
19
- }
20
-
21
- .danamic-topping-header-text {
22
- margin-left: 4px;
23
- }
24
-
25
- .danamic-topping-header-image {
26
- width: 20px;
27
- height: 20px;
28
- position: relative;
29
- top: -2px;
30
- }
31
-
32
- .danamic-topping-item {
33
- border-top: 1px solid #e9ecf0;
34
- padding: 16px 0 12px 0;
35
- }
36
-
37
- .danamic-topping-item-header {
38
- display: flex;
39
- justify-content: space-between;
40
- align-items: center;
41
- }
42
-
43
- .danamic-topping-item-header-left {
44
- display: flex;
45
- align-items: center;
46
- }
47
-
48
- .danamic-topping-item-header-left-avatar {
49
- cursor: pointer;
50
- width: 28px;
51
- height: 28px;
52
- position: relative;
53
- top: -2px;
54
- }
55
-
56
- .danamic-topping-item-header-left-name {
57
- margin-left: 12px;
58
- font-size: 12px;
59
- font-weight: 600;
60
- color: #3f4755;
61
- }
62
-
63
- .danamic-topping-item-header-left-name-text {
64
- line-height: 18px;
65
- }
66
-
67
- .danamic-topping-item-header-left-time {
68
- font-size: 12px;
69
- font-weight: 400;
70
- color: #89919f;
71
- line-height: 18px;
72
- }
73
-
74
- .danamic-topping-item-header-right {
75
- font-size: 16px;
76
- width: 24px;
77
- height: 24px;
78
- }
79
-
80
- .danamic-topping-item-header-right-diot {
81
- font-size: 16px;
82
- width: 24px;
83
- height: 24px;
84
- display: flex;
85
- align-items: center;
86
- justify-content: center;
87
- cursor: pointer;
88
- border-radius: 4px;
89
- cursor: pointer;
90
- }
91
-
92
- .danamic-topping-item-header-right-diot:hover {
93
- background: #f0f4fa;
94
- }
95
-
96
- .danamic-topping-item-header-right-popup {
97
- width: 132px;
98
- padding: 16px 0;
99
- text-align: center;
100
- background: #ffffff;
101
- box-shadow: 0px 4px 12px 0px rgba(127, 145, 180, 0.2);
102
- border: 1px solid #f0f2f5;
103
- position: relative;
104
- border-radius: 12px;
105
- right: -12px;
106
- }
107
-
108
- .danamic-topping-item-header-right-popup-text {
109
- height: 32px;
110
- line-height: 32px;
111
- cursor: pointer;
112
- user-select: none;
113
- }
114
-
115
- .danamic-topping-item-header-right-popup-text:hover {
116
- color: #2879ff;
117
- background: #f7f8fa;
118
- }
119
-
120
- .danamic-topping-item-header-right-popup-text-zhiding {
121
- font-size: 16px;
122
- margin-right: 11px;
123
- }
124
-
125
- .danamic-topping-item-mark {
126
- display: block;
127
- width: 12px;
128
- height: 12px;
129
- margin: 6px 0 4px 0;
130
- }
131
-
132
- .danamic-topping-item-content {
133
- font-size: 14px;
134
- font-weight: 400;
135
- color: #3f4755;
136
- line-height: 22px;
137
- }
138
-
139
- .danamic-topping-item-content b {
140
- font-weight: 400;
141
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });