@titaui/pc 1.11.51 → 1.11.52-beta.11
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/button/images/blue.svg +21 -0
- package/lib/components/button/images/red.svg +21 -0
- package/lib/components/button/images/white.svg +19 -0
- package/lib/components/button/rect-btn/index.js +3 -3
- package/lib/components/change-okr-modal/Item.js +19 -18
- package/lib/components/change-okr-modal/styledComponents.js +9 -9
- package/lib/components/checkbox/index.css +4 -0
- package/lib/components/contact-kefu/index.css +11 -1
- package/lib/components/contact-kefu/index.js +10 -4
- package/lib/components/create-okr-modal/createSuccessCmp.js +47 -19
- package/lib/components/create-okr-modal/fields/index.css +14 -3
- package/lib/components/create-okr-modal/fields/o-new-name.js +30 -19
- package/lib/components/create-okr-modal/fields/okr-parent.js +7 -5
- package/lib/components/create-okr-modal/index.js +200 -133
- package/lib/components/create-okr-modal/kr-items/index.css +23 -13
- package/lib/components/create-okr-modal/kr-items/krDatas.js +95 -76
- package/lib/components/create-okr-modal/kr-items/krItem.js +53 -56
- package/lib/components/create-okr-modal/style.js +5 -5
- package/lib/components/date-picker/BodyItem.js +3 -3
- package/lib/components/date-picker/CalendarHeader.js +3 -3
- package/lib/components/delete-confirm-pop/ConfirmPop.js +3 -3
- package/lib/components/dynamic/constant.js +1 -1
- package/lib/components/dynamic/dynamic-item/components/feed-operate/index.js +8 -8
- package/lib/components/dynamic/dynamic-item/dynamic-create-o/index.js +8 -8
- package/lib/components/dynamic/dynamic-list/index.js +14 -7
- package/lib/components/dynamic/index.js +9 -12
- package/lib/components/dynamic/request-api.js +7 -68
- package/lib/components/eReport/eReportLists/reportList.js +3 -3
- package/lib/components/emotions-selector/selector-pop.js +3 -3
- package/lib/components/ereport-list/index.js +3 -3
- package/lib/components/mblog/components/MblogAction.js +3 -3
- package/lib/components/menus/export-modules/appraisal-menus/menus.js +11 -9
- package/lib/components/nav-top/components/menu/index.js +18 -16
- package/lib/components/nav-top/index.js +2 -2
- package/lib/components/okr-detail/components/base-okr-type/confirm/confirm.js +1 -1
- package/lib/components/okr-detail/components/header/edit-name.js +86 -40
- package/lib/components/okr-detail/components/header/index.css +120 -41
- package/lib/components/okr-detail/components/header/index.js +36 -46
- package/lib/components/okr-detail/components/header/o-classify.js +152 -0
- package/lib/components/okr-detail/components/header/o-name.js +7 -5
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-kr-node/index.js +3 -1
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/index.css +58 -4
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/index.js +159 -63
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/edit-pop.js +3 -3
- package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/index.js +9 -9
- package/lib/components/okr-detail/components/okr-tree/tree-node/o-parent-node/index.js +15 -13
- package/lib/components/okr-detail/detail-header/index.js +8 -4
- package/lib/components/okr-detail/e-list/index.js +2 -2
- package/lib/components/okr-detail/okr-list/create-kr-item/index.css +17 -0
- package/lib/components/okr-detail/okr-list/create-kr-item/index.js +75 -53
- package/lib/components/okr-detail/request-apis.js +73 -69
- package/lib/components/okr-detail/schedule/components/kr-progress/index.js +3 -1
- package/lib/components/okr-detail/schedule/components/o-progress/index.js +34 -32
- package/lib/components/okr-detail/schedule/components/sub-o-progress/index.js +3 -1
- package/lib/components/okr-flow/child-node/kr-node.js +3 -1
- package/lib/components/okr-flow/child-node/work-node.js +3 -1
- package/lib/components/okr-progress/components/kr-progress/index.js +5 -3
- package/lib/components/okr-progress/components/o-progress/index.js +3 -1
- package/lib/components/okr-progress/components/sub-o-progress/index.js +3 -1
- package/lib/components/okr-review/ReviewPop/components/ReviewBody/index.js +3 -3
- package/lib/components/okr-review/components/ReviewItem/index.js +3 -3
- package/lib/components/okr-review/components/confirm-pop/ConfirmPop.js +3 -3
- package/lib/components/okr-share/common-painter/openDataPainter.js +9 -6
- package/lib/components/okr-share/common-painter/utils.js +183 -36
- package/lib/components/okr-share/index.css +5 -4
- package/lib/components/okr-share/pink-card/card.js +3 -3
- package/lib/components/okr-share/pink-card/drawKrs.js +93 -18
- package/lib/components/okr-share/pink-card/index.js +20 -12
- package/lib/components/open-data-painter/index.js +6 -5
- package/lib/components/period-selector/interface.js +7 -0
- package/lib/components/publish-dynamic-modal/publish-dynamic-modal.js +16 -10
- package/lib/components/range-selector-pop/RangeSelectorPop.js +3 -3
- package/lib/components/rich-editor/models/schema.js +6 -6
- package/lib/components/rich-editor/plugins/block/block-quote/index.js +8 -8
- package/lib/components/rich-editor/plugins/block/heading/index.js +8 -8
- package/lib/components/rich-editor/plugins/block/lists/index.js +14 -14
- package/lib/components/rich-editor/plugins/block/paragraph/index.js +5 -5
- package/lib/components/rich-editor/plugins/core/index.js +4 -4
- package/lib/components/rich-editor/plugins/extension/alignment/index.js +5 -5
- package/lib/components/rich-editor/plugins/extension/placeholder/index.js +4 -4
- package/lib/components/rich-editor/plugins/inline/color/index.js +11 -11
- package/lib/components/rich-editor/plugins/inline/delete-line/index.js +8 -8
- package/lib/components/rich-editor/plugins/inline/em/index.js +5 -5
- package/lib/components/rich-editor/plugins/inline/link/index.js +8 -8
- package/lib/components/rich-editor/plugins/inline/strong/index.js +8 -8
- package/lib/components/rich-editor/plugins/inline/under-line/index.js +8 -8
- package/lib/components/rich-editor/react/uiProvider.js +3 -3
- package/lib/components/rich-editor/ui/Popup/index.js +3 -3
- package/lib/components/search-input/index.css +1 -1
- package/lib/components/search-key-handle/index.js +9 -7
- package/lib/components/select/Option.js +3 -3
- package/lib/components/select-layer/index.css +1 -1
- package/lib/components/task-relation-modal/helper.js +139 -2
- package/lib/components/task-relation-modal/image/loading.gif +0 -0
- package/lib/components/task-relation-modal/index.js +9 -0
- package/lib/components/task-relation-modal/okr-relation/relation-task-model/index.css +18 -0
- package/lib/components/task-relation-modal/okr-relation/relation-task-model/index.js +262 -0
- package/lib/components/task-relation-modal/okr-relation/relation-task-model/search-form.js +135 -0
- package/lib/components/task-relation-modal/okr-relation/relation-work-model/index.css +0 -0
- package/lib/components/task-relation-modal/okr-relation/relation-work-model/index.js +129 -0
- package/lib/components/task-relation-modal/okr-relation/request-api.js +106 -0
- package/lib/components/task-relation-modal/okr-relation/tree/task-tree/index.css +120 -0
- package/lib/components/task-relation-modal/okr-relation/tree/task-tree/index.js +185 -0
- package/lib/components/task-relation-modal/request-api.js +28 -2
- package/lib/components/task-relation-modal/search/okr-status-select.js +3 -3
- package/lib/components/task-relation-modal/search/principal.js +36 -19
- package/lib/components/task-relation-modal/search/search-dropdown/index.css +2 -1
- package/lib/components/task-relation-modal/search/search-dropdown/index.js +1 -1
- package/lib/components/{dynamic/dynamic-topping/index.js → task-relation-modal/search/task-relation.js} +45 -44
- package/lib/components/task-relation-modal/search/task-status-select.js +87 -0
- package/lib/components/{dynamic/dynamic-liking/index.js → task-relation-modal/search/work-relation.js} +43 -39
- package/lib/components/task-relation-modal/search/work-status-select.js +74 -0
- package/lib/components/task-relation-modal/tree/category-tree/index.css +3 -3
- package/lib/components/task-relation-modal/tree/okr-tree/index.css +1 -1
- package/lib/components/task-relation-modal/tree/okr-tree/search-form.js +16 -2
- package/lib/components/task-relation-modal/tree/task-list/index.css +0 -0
- package/lib/components/task-relation-modal/tree/task-list/index.js +1 -0
- package/lib/components/task-relation-modal/tree/work-list/index.css +14 -0
- package/lib/components/task-relation-modal/tree/work-list/index.js +176 -0
- package/lib/components/task-relation-modal/tree/work-list/search-form.js +123 -0
- package/lib/components/task-relation-modal/tree/work-tree/index.css +1 -1
- package/lib/components/task-relation-modal/tree-node/category-node/index.css +1 -12
- package/lib/components/task-relation-modal/tree-node/category-node/index.js +1 -3
- package/lib/components/task-relation-modal/tree-node/kr-node/index.css +0 -16
- package/lib/components/task-relation-modal/tree-node/kr-node/index.js +4 -10
- package/lib/components/task-relation-modal/tree-node/milestone-node/index.css +0 -16
- package/lib/components/task-relation-modal/tree-node/milestone-node/index.js +0 -4
- package/lib/components/task-relation-modal/tree-node/o-node/index.js +8 -8
- package/lib/components/task-relation-modal/tree-node/work-node/index.js +3 -1
- package/lib/components/task-relation-modal/work-relation/index.css +0 -0
- package/lib/components/task-relation-modal/work-relation/index.js +256 -0
- package/lib/components/tita-chart/errorBoundary/index.js +3 -3
- package/lib/components/tooltip/index.js +3 -0
- package/lib/components/tooltip/tooltip-rows/index.css +26 -0
- package/lib/components/{dynamic/advertise → tooltip/tooltip-rows}/index.js +65 -85
- package/lib/components/user-selector/category-selector-panel/index.js +6 -1
- package/lib/components/{dynamic/quick-operation/components/create-task/index.js → user-selector/category-selector-panel/subordinate-tree.js} +37 -20
- package/lib/components/user-selector/constant.js +10 -2
- package/lib/components/user-selector/empty/index.css +5 -0
- package/lib/components/user-selector/empty/index.js +9 -3
- package/lib/components/user-selector/export-modules/depart-search-selector/index.js +45 -17
- package/lib/components/user-selector/export-modules/field-tree-selector/index.js +3 -1
- package/lib/components/user-selector/images/no-auth.png +0 -0
- package/lib/components/user-selector/request-apis.js +28 -9
- package/lib/components/user-selector/searched-panel/index.js +21 -7
- package/lib/components/user-selector/select-tree/tree-nodes/tree-person-node/index.js +46 -18
- package/lib/components/wechat-btn/index.css +5 -1
- package/lib/components-v1/animate/AnimateChild.js +3 -3
- package/lib/components-v1/avatar/index.js +3 -3
- package/lib/components-v1/dropDownSelector/StatelessDropdown.js +3 -3
- package/lib/components-v1/progress/CircleProgress.js +3 -3
- package/lib/components-v1/select/Option.js +3 -3
- package/lib/components-v1/userSelector/UserSelectorPop.js +3 -3
- package/lib/components-v1/userSelector/components/MultiMode/index.js +3 -3
- package/lib/components-v1/userSelector/components/SingleMode.js +7 -5
- package/lib/components-v1/userSelector/components/UserItem.js +3 -3
- package/lib/pages/home/components/data-list/table/columns/krName.js +3 -1
- package/lib/pages/home/components/data-list/table/columns/okrName.js +4 -2
- package/lib/utils/open-data.js +213 -65
- package/lib/utils/planDataJson.js +11115 -0
- package/package.json +3 -2
- package/lib/components/dynamic/advertise/components/next-btn/index.css +0 -27
- package/lib/components/dynamic/advertise/components/next-btn/index.js +0 -32
- package/lib/components/dynamic/advertise/components/pre-btn/index.css +0 -26
- package/lib/components/dynamic/advertise/components/pre-btn/index.js +0 -32
- package/lib/components/dynamic/advertise/index.css +0 -21
- package/lib/components/dynamic/advertise/interface.js +0 -5
- package/lib/components/dynamic/advertise/util.js +0 -28
- package/lib/components/dynamic/components/dynamic-search-input/index.css +0 -81
- package/lib/components/dynamic/components/dynamic-search-input/index.js +0 -203
- package/lib/components/dynamic/components/first-level-tabs/index.css +0 -101
- package/lib/components/dynamic/components/first-level-tabs/index.js +0 -131
- package/lib/components/dynamic/dynamic-like-ranking/image/like-ranking.svg +0 -23
- package/lib/components/dynamic/dynamic-like-ranking/image/ranking-1.png +0 -0
- package/lib/components/dynamic/dynamic-like-ranking/image/ranking-2.png +0 -0
- package/lib/components/dynamic/dynamic-like-ranking/image/ranking-3.png +0 -0
- package/lib/components/dynamic/dynamic-like-ranking/image/ranking-empty.png +0 -0
- package/lib/components/dynamic/dynamic-like-ranking/index.css +0 -146
- package/lib/components/dynamic/dynamic-like-ranking/index.js +0 -180
- package/lib/components/dynamic/dynamic-like-ranking/item.js +0 -105
- package/lib/components/dynamic/dynamic-like-ranking/mock.js +0 -84
- package/lib/components/dynamic/dynamic-liking/image/like-dynamic.svg +0 -30
- package/lib/components/dynamic/dynamic-liking/index.css +0 -81
- package/lib/components/dynamic/dynamic-liking/item.js +0 -75
- package/lib/components/dynamic/dynamic-liking/mock.js +0 -83
- package/lib/components/dynamic/dynamic-topping/image/quotation-mark.svg +0 -16
- package/lib/components/dynamic/dynamic-topping/image/top-icon.svg +0 -30
- package/lib/components/dynamic/dynamic-topping/index.css +0 -141
- package/lib/components/dynamic/dynamic-topping/interface.js +0 -5
- package/lib/components/dynamic/dynamic-topping/item.js +0 -153
- package/lib/components/dynamic/dynamic-topping/request-api.js +0 -36
- package/lib/components/dynamic/dynamic.css +0 -173
- package/lib/components/dynamic/dynamic.js +0 -428
- package/lib/components/dynamic/export-module/index.js +0 -37
- package/lib/components/dynamic/img/dynamic-top.svg +0 -14
- package/lib/components/dynamic/my-team/img/add-subordinate.png +0 -0
- package/lib/components/dynamic/my-team/img/line.png +0 -0
- package/lib/components/dynamic/my-team/img/team.png +0 -0
- package/lib/components/dynamic/my-team/index.css +0 -184
- package/lib/components/dynamic/my-team/index.js +0 -263
- package/lib/components/dynamic/my-team/request-api.js +0 -52
- package/lib/components/dynamic/my-team/util.js +0 -20
- package/lib/components/dynamic/new-ui.css +0 -192
- package/lib/components/dynamic/online-broadcast/components/broadcast-item/index.css +0 -58
- package/lib/components/dynamic/online-broadcast/components/broadcast-item/index.js +0 -68
- package/lib/components/dynamic/online-broadcast/data.js +0 -95
- package/lib/components/dynamic/online-broadcast/img/broadcast.svg +0 -14
- package/lib/components/dynamic/online-broadcast/img/new.png +0 -0
- package/lib/components/dynamic/online-broadcast/img/preview.png +0 -0
- package/lib/components/dynamic/online-broadcast/index.css +0 -46
- package/lib/components/dynamic/online-broadcast/index.js +0 -61
- package/lib/components/dynamic/online-broadcast/interfact.js +0 -5
- package/lib/components/dynamic/quick-operation/components/create-announcement/index.css +0 -25
- package/lib/components/dynamic/quick-operation/components/create-announcement/index.js +0 -39
- package/lib/components/dynamic/quick-operation/components/create-okr/index.css +0 -25
- package/lib/components/dynamic/quick-operation/components/create-okr/index.js +0 -39
- package/lib/components/dynamic/quick-operation/components/create-share/index.css +0 -25
- package/lib/components/dynamic/quick-operation/components/create-share/index.js +0 -39
- package/lib/components/dynamic/quick-operation/components/create-task/index.css +0 -25
- package/lib/components/dynamic/quick-operation/img/new-announcement.png +0 -0
- package/lib/components/dynamic/quick-operation/img/new-okr.png +0 -0
- package/lib/components/dynamic/quick-operation/img/new-share.png +0 -0
- package/lib/components/dynamic/quick-operation/img/new-task.png +0 -0
- package/lib/components/dynamic/quick-operation/index.css +0 -51
- package/lib/components/dynamic/quick-operation/index.js +0 -120
|
@@ -53,7 +53,7 @@ var LinkSchema = /*#__PURE__*/function (_InlineSchema) {
|
|
|
53
53
|
var _super = _createSuper(LinkSchema);
|
|
54
54
|
|
|
55
55
|
function LinkSchema() {
|
|
56
|
-
var _this;
|
|
56
|
+
var _temp, _this;
|
|
57
57
|
|
|
58
58
|
_classCallCheck(this, LinkSchema);
|
|
59
59
|
|
|
@@ -61,7 +61,7 @@ var LinkSchema = /*#__PURE__*/function (_InlineSchema) {
|
|
|
61
61
|
args[_key] = arguments[_key];
|
|
62
62
|
}
|
|
63
63
|
|
|
64
|
-
return _possibleConstructorReturn(_this, (_this = _super.call.apply(_super, [this].concat(args)), _this.name = PLUGIN_NAME, _this.priority = 100, _this.inclusive = false, _this.group = 'link', _this.attrs = {
|
|
64
|
+
return _possibleConstructorReturn(_this, (_temp = _this = _super.call.apply(_super, [this].concat(args)), _this.name = PLUGIN_NAME, _this.priority = 100, _this.inclusive = false, _this.group = 'link', _this.attrs = {
|
|
65
65
|
href: {
|
|
66
66
|
"default": ''
|
|
67
67
|
}
|
|
@@ -82,7 +82,7 @@ var LinkSchema = /*#__PURE__*/function (_InlineSchema) {
|
|
|
82
82
|
return ['a', {
|
|
83
83
|
href: node.attrs.href
|
|
84
84
|
}, 0];
|
|
85
|
-
},
|
|
85
|
+
}, _temp));
|
|
86
86
|
}
|
|
87
87
|
|
|
88
88
|
return _createClass(LinkSchema);
|
|
@@ -96,7 +96,7 @@ var LinkController = /*#__PURE__*/function (_BaseController) {
|
|
|
96
96
|
var _super2 = _createSuper(LinkController);
|
|
97
97
|
|
|
98
98
|
function LinkController() {
|
|
99
|
-
var _this2;
|
|
99
|
+
var _temp2, _this2;
|
|
100
100
|
|
|
101
101
|
_classCallCheck(this, LinkController);
|
|
102
102
|
|
|
@@ -104,7 +104,7 @@ var LinkController = /*#__PURE__*/function (_BaseController) {
|
|
|
104
104
|
args[_key2] = arguments[_key2];
|
|
105
105
|
}
|
|
106
106
|
|
|
107
|
-
return _possibleConstructorReturn(_this2, (_this2 = _super2.call.apply(_super2, [this].concat(args)), _this2.toolbar = {
|
|
107
|
+
return _possibleConstructorReturn(_this2, (_temp2 = _this2 = _super2.call.apply(_super2, [this].concat(args)), _this2.toolbar = {
|
|
108
108
|
title: '链接',
|
|
109
109
|
icon: 'tu-icon-text-link',
|
|
110
110
|
handler: function handler(editor) {
|
|
@@ -118,7 +118,7 @@ var LinkController = /*#__PURE__*/function (_BaseController) {
|
|
|
118
118
|
disabled: function disabled(state) {
|
|
119
119
|
return !_main.stateKey.getState(state).canInsertLink;
|
|
120
120
|
}
|
|
121
|
-
}, _this2.pmPlugins = [_main["default"], _fakeCursorForToolbar["default"]],
|
|
121
|
+
}, _this2.pmPlugins = [_main["default"], _fakeCursorForToolbar["default"]], _temp2));
|
|
122
122
|
}
|
|
123
123
|
|
|
124
124
|
return _createClass(LinkController);
|
|
@@ -132,7 +132,7 @@ var LinkPlugin = /*#__PURE__*/function (_BasePlugin) {
|
|
|
132
132
|
var _super3 = _createSuper(LinkPlugin);
|
|
133
133
|
|
|
134
134
|
function LinkPlugin() {
|
|
135
|
-
var _this3;
|
|
135
|
+
var _temp3, _this3;
|
|
136
136
|
|
|
137
137
|
_classCallCheck(this, LinkPlugin);
|
|
138
138
|
|
|
@@ -140,7 +140,7 @@ var LinkPlugin = /*#__PURE__*/function (_BasePlugin) {
|
|
|
140
140
|
args[_key3] = arguments[_key3];
|
|
141
141
|
}
|
|
142
142
|
|
|
143
|
-
return _possibleConstructorReturn(_this3, (_this3 = _super3.call.apply(_super3, [this].concat(args)), _this3.name = PLUGIN_NAME, _this3.schema = LinkSchema, _this3.controller = LinkController,
|
|
143
|
+
return _possibleConstructorReturn(_this3, (_temp3 = _this3 = _super3.call.apply(_super3, [this].concat(args)), _this3.name = PLUGIN_NAME, _this3.schema = LinkSchema, _this3.controller = LinkController, _temp3));
|
|
144
144
|
}
|
|
145
145
|
|
|
146
146
|
return _createClass(LinkPlugin);
|
|
@@ -49,7 +49,7 @@ var StrongSchema = /*#__PURE__*/function (_InlineSchema) {
|
|
|
49
49
|
var _super = _createSuper(StrongSchema);
|
|
50
50
|
|
|
51
51
|
function StrongSchema() {
|
|
52
|
-
var _this;
|
|
52
|
+
var _temp, _this;
|
|
53
53
|
|
|
54
54
|
_classCallCheck(this, StrongSchema);
|
|
55
55
|
|
|
@@ -57,7 +57,7 @@ var StrongSchema = /*#__PURE__*/function (_InlineSchema) {
|
|
|
57
57
|
args[_key] = arguments[_key];
|
|
58
58
|
}
|
|
59
59
|
|
|
60
|
-
return _possibleConstructorReturn(_this, (_this = _super.call.apply(_super, [this].concat(args)), _this.name = PLUGIN_NAME, _this.group = 'fontStyle', _this.parseDOM = [{
|
|
60
|
+
return _possibleConstructorReturn(_this, (_temp = _this = _super.call.apply(_super, [this].concat(args)), _this.name = PLUGIN_NAME, _this.group = 'fontStyle', _this.parseDOM = [{
|
|
61
61
|
tag: "strong"
|
|
62
62
|
}, {
|
|
63
63
|
tag: "b",
|
|
@@ -69,7 +69,7 @@ var StrongSchema = /*#__PURE__*/function (_InlineSchema) {
|
|
|
69
69
|
getAttrs: function getAttrs(value) {
|
|
70
70
|
return /^(bold(er)?|[5-9]\d{2,})$/.test(value) && null;
|
|
71
71
|
}
|
|
72
|
-
}],
|
|
72
|
+
}], _temp));
|
|
73
73
|
}
|
|
74
74
|
|
|
75
75
|
_createClass(StrongSchema, [{
|
|
@@ -90,7 +90,7 @@ var StrongController = /*#__PURE__*/function (_BaseController) {
|
|
|
90
90
|
var _super2 = _createSuper(StrongController);
|
|
91
91
|
|
|
92
92
|
function StrongController() {
|
|
93
|
-
var _this2;
|
|
93
|
+
var _temp2, _this2;
|
|
94
94
|
|
|
95
95
|
_classCallCheck(this, StrongController);
|
|
96
96
|
|
|
@@ -98,7 +98,7 @@ var StrongController = /*#__PURE__*/function (_BaseController) {
|
|
|
98
98
|
args[_key2] = arguments[_key2];
|
|
99
99
|
}
|
|
100
100
|
|
|
101
|
-
return _possibleConstructorReturn(_this2, (_this2 = _super2.call.apply(_super2, [this].concat(args)), _this2.toolbar = {
|
|
101
|
+
return _possibleConstructorReturn(_this2, (_temp2 = _this2 = _super2.call.apply(_super2, [this].concat(args)), _this2.toolbar = {
|
|
102
102
|
title: (0, _getLocale.getLocale)('Rtx_Bold'),
|
|
103
103
|
icon: 'tu-icon-text-blod',
|
|
104
104
|
handler: function handler(editor) {
|
|
@@ -108,7 +108,7 @@ var StrongController = /*#__PURE__*/function (_BaseController) {
|
|
|
108
108
|
active: function active(state) {
|
|
109
109
|
return (0, _mark.selectionContainsMark)(state, PLUGIN_NAME);
|
|
110
110
|
}
|
|
111
|
-
},
|
|
111
|
+
}, _temp2));
|
|
112
112
|
}
|
|
113
113
|
|
|
114
114
|
return _createClass(StrongController);
|
|
@@ -122,7 +122,7 @@ var StrongPlugin = /*#__PURE__*/function (_BasePlugin) {
|
|
|
122
122
|
var _super3 = _createSuper(StrongPlugin);
|
|
123
123
|
|
|
124
124
|
function StrongPlugin() {
|
|
125
|
-
var _this3;
|
|
125
|
+
var _temp3, _this3;
|
|
126
126
|
|
|
127
127
|
_classCallCheck(this, StrongPlugin);
|
|
128
128
|
|
|
@@ -130,7 +130,7 @@ var StrongPlugin = /*#__PURE__*/function (_BasePlugin) {
|
|
|
130
130
|
args[_key3] = arguments[_key3];
|
|
131
131
|
}
|
|
132
132
|
|
|
133
|
-
return _possibleConstructorReturn(_this3, (_this3 = _super3.call.apply(_super3, [this].concat(args)), _this3.name = PLUGIN_NAME, _this3.schema = StrongSchema, _this3.controller = StrongController,
|
|
133
|
+
return _possibleConstructorReturn(_this3, (_temp3 = _this3 = _super3.call.apply(_super3, [this].concat(args)), _this3.name = PLUGIN_NAME, _this3.schema = StrongSchema, _this3.controller = StrongController, _temp3));
|
|
134
134
|
}
|
|
135
135
|
|
|
136
136
|
return _createClass(StrongPlugin);
|
|
@@ -60,7 +60,7 @@ var UnderLineSchema = /*#__PURE__*/function (_InlineSchema) {
|
|
|
60
60
|
var _super = _createSuper(UnderLineSchema);
|
|
61
61
|
|
|
62
62
|
function UnderLineSchema() {
|
|
63
|
-
var _this;
|
|
63
|
+
var _temp, _this;
|
|
64
64
|
|
|
65
65
|
_classCallCheck(this, UnderLineSchema);
|
|
66
66
|
|
|
@@ -68,14 +68,14 @@ var UnderLineSchema = /*#__PURE__*/function (_InlineSchema) {
|
|
|
68
68
|
args[_key] = arguments[_key];
|
|
69
69
|
}
|
|
70
70
|
|
|
71
|
-
return _possibleConstructorReturn(_this, (_this = _super.call.apply(_super, [this].concat(args)), _this.name = PLUGIN_NAME, _this.parseDOM = [{
|
|
71
|
+
return _possibleConstructorReturn(_this, (_temp = _this = _super.call.apply(_super, [this].concat(args)), _this.name = PLUGIN_NAME, _this.parseDOM = [{
|
|
72
72
|
tag: 'ins'
|
|
73
73
|
}, {
|
|
74
74
|
tag: 'u'
|
|
75
75
|
}, {
|
|
76
76
|
tag: 'span',
|
|
77
77
|
getAttrs: getAttrs
|
|
78
|
-
}],
|
|
78
|
+
}], _temp));
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
_createClass(UnderLineSchema, [{
|
|
@@ -98,7 +98,7 @@ var UnderLineController = /*#__PURE__*/function (_BaseController) {
|
|
|
98
98
|
var _super2 = _createSuper(UnderLineController);
|
|
99
99
|
|
|
100
100
|
function UnderLineController() {
|
|
101
|
-
var _this2;
|
|
101
|
+
var _temp2, _this2;
|
|
102
102
|
|
|
103
103
|
_classCallCheck(this, UnderLineController);
|
|
104
104
|
|
|
@@ -106,7 +106,7 @@ var UnderLineController = /*#__PURE__*/function (_BaseController) {
|
|
|
106
106
|
args[_key2] = arguments[_key2];
|
|
107
107
|
}
|
|
108
108
|
|
|
109
|
-
return _possibleConstructorReturn(_this2, (_this2 = _super2.call.apply(_super2, [this].concat(args)), _this2.toolbar = {
|
|
109
|
+
return _possibleConstructorReturn(_this2, (_temp2 = _this2 = _super2.call.apply(_super2, [this].concat(args)), _this2.toolbar = {
|
|
110
110
|
title: (0, _getLocale.getLocale)('Rtx_Underline'),
|
|
111
111
|
icon: 'tu-icon-text-underline',
|
|
112
112
|
handler: function handler(editor) {
|
|
@@ -116,7 +116,7 @@ var UnderLineController = /*#__PURE__*/function (_BaseController) {
|
|
|
116
116
|
active: function active(state) {
|
|
117
117
|
return (0, _mark.selectionContainsMark)(state, PLUGIN_NAME);
|
|
118
118
|
}
|
|
119
|
-
},
|
|
119
|
+
}, _temp2));
|
|
120
120
|
}
|
|
121
121
|
|
|
122
122
|
return _createClass(UnderLineController);
|
|
@@ -130,7 +130,7 @@ var UnderLinePlugin = /*#__PURE__*/function (_BasePlugin) {
|
|
|
130
130
|
var _super3 = _createSuper(UnderLinePlugin);
|
|
131
131
|
|
|
132
132
|
function UnderLinePlugin() {
|
|
133
|
-
var _this3;
|
|
133
|
+
var _temp3, _this3;
|
|
134
134
|
|
|
135
135
|
_classCallCheck(this, UnderLinePlugin);
|
|
136
136
|
|
|
@@ -138,7 +138,7 @@ var UnderLinePlugin = /*#__PURE__*/function (_BasePlugin) {
|
|
|
138
138
|
args[_key3] = arguments[_key3];
|
|
139
139
|
}
|
|
140
140
|
|
|
141
|
-
return _possibleConstructorReturn(_this3, (_this3 = _super3.call.apply(_super3, [this].concat(args)), _this3.name = PLUGIN_NAME, _this3.schema = UnderLineSchema, _this3.controller = UnderLineController,
|
|
141
|
+
return _possibleConstructorReturn(_this3, (_temp3 = _this3 = _super3.call.apply(_super3, [this].concat(args)), _this3.name = PLUGIN_NAME, _this3.schema = UnderLineSchema, _this3.controller = UnderLineController, _temp3));
|
|
142
142
|
}
|
|
143
143
|
|
|
144
144
|
return _createClass(UnderLinePlugin);
|
|
@@ -55,7 +55,7 @@ var PortalProviderAPI = /*#__PURE__*/function (_EventDispatcher) {
|
|
|
55
55
|
var _super = _createSuper(PortalProviderAPI);
|
|
56
56
|
|
|
57
57
|
function PortalProviderAPI() {
|
|
58
|
-
var _this;
|
|
58
|
+
var _temp, _this;
|
|
59
59
|
|
|
60
60
|
_classCallCheck(this, PortalProviderAPI);
|
|
61
61
|
|
|
@@ -63,9 +63,9 @@ var PortalProviderAPI = /*#__PURE__*/function (_EventDispatcher) {
|
|
|
63
63
|
args[_key] = arguments[_key];
|
|
64
64
|
}
|
|
65
65
|
|
|
66
|
-
return _possibleConstructorReturn(_this, (_this = _super.call.apply(_super, [this].concat(args)), _this.portals = new Map(), _this.setContext = function (context) {
|
|
66
|
+
return _possibleConstructorReturn(_this, (_temp = _this = _super.call.apply(_super, [this].concat(args)), _this.portals = new Map(), _this.setContext = function (context) {
|
|
67
67
|
_this.context = context;
|
|
68
|
-
},
|
|
68
|
+
}, _temp));
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
_createClass(PortalProviderAPI, [{
|
|
@@ -53,7 +53,7 @@ var EditorPopup = /*#__PURE__*/function (_React$Component) {
|
|
|
53
53
|
var _super = _createSuper(EditorPopup);
|
|
54
54
|
|
|
55
55
|
function EditorPopup() {
|
|
56
|
-
var _this;
|
|
56
|
+
var _temp, _this;
|
|
57
57
|
|
|
58
58
|
_classCallCheck(this, EditorPopup);
|
|
59
59
|
|
|
@@ -61,7 +61,7 @@ var EditorPopup = /*#__PURE__*/function (_React$Component) {
|
|
|
61
61
|
args[_key] = arguments[_key];
|
|
62
62
|
}
|
|
63
63
|
|
|
64
|
-
return _possibleConstructorReturn(_this, (_this = _super.call.apply(_super, [this].concat(args)), _this.state = {
|
|
64
|
+
return _possibleConstructorReturn(_this, (_temp = _this = _super.call.apply(_super, [this].concat(args)), _this.state = {
|
|
65
65
|
overflowScrollParent: false,
|
|
66
66
|
validPosition: true
|
|
67
67
|
}, _this.placement = ['', ''], _this.handleRef = function (popup) {
|
|
@@ -74,7 +74,7 @@ var EditorPopup = /*#__PURE__*/function (_React$Component) {
|
|
|
74
74
|
return _this.updatePosition(props);
|
|
75
75
|
}), _this.onResize = function () {
|
|
76
76
|
return _this.scheduledUpdatePosition();
|
|
77
|
-
},
|
|
77
|
+
}, _temp));
|
|
78
78
|
}
|
|
79
79
|
|
|
80
80
|
_createClass(EditorPopup, [{
|
|
@@ -5,22 +5,24 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports["default"] = void 0;
|
|
7
7
|
|
|
8
|
+
var _openData = require("../../utils/open-data");
|
|
9
|
+
|
|
8
10
|
var _react = _interopRequireDefault(require("react"));
|
|
9
11
|
|
|
10
12
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
11
13
|
|
|
12
14
|
var SearchKeyHandle = function SearchKeyHandle(_ref) {
|
|
13
15
|
var _ref$str = _ref.str,
|
|
14
|
-
str = _ref$str === void 0 ?
|
|
16
|
+
str = _ref$str === void 0 ? '' : _ref$str,
|
|
15
17
|
_ref$keyWord = _ref.keyWord,
|
|
16
|
-
keyWord = _ref$keyWord === void 0 ?
|
|
18
|
+
keyWord = _ref$keyWord === void 0 ? '' : _ref$keyWord,
|
|
17
19
|
_ref$color = _ref.color,
|
|
18
|
-
color = _ref$color === void 0 ?
|
|
20
|
+
color = _ref$color === void 0 ? '#F05E5E' : _ref$color;
|
|
19
21
|
if (!str || !keyWord) return /*#__PURE__*/_react["default"].createElement("span", null, str);
|
|
20
22
|
var result = str.split(keyWord);
|
|
21
23
|
return /*#__PURE__*/_react["default"].createElement("span", null, result.map(function (item, index) {
|
|
22
24
|
if (index !== result.length - 1) {
|
|
23
|
-
return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, item, /*#__PURE__*/_react["default"].createElement("span", {
|
|
25
|
+
return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, (0, _openData.parseString)(item), /*#__PURE__*/_react["default"].createElement("span", {
|
|
24
26
|
style: {
|
|
25
27
|
color: color
|
|
26
28
|
}
|
|
@@ -32,9 +34,9 @@ var SearchKeyHandle = function SearchKeyHandle(_ref) {
|
|
|
32
34
|
};
|
|
33
35
|
|
|
34
36
|
SearchKeyHandle.defaultProps = {
|
|
35
|
-
str:
|
|
36
|
-
keyWord:
|
|
37
|
-
color:
|
|
37
|
+
str: '',
|
|
38
|
+
keyWord: '',
|
|
39
|
+
color: ''
|
|
38
40
|
};
|
|
39
41
|
var _default = SearchKeyHandle;
|
|
40
42
|
exports["default"] = _default;
|
|
@@ -47,7 +47,7 @@ var Option = /*#__PURE__*/function (_Component) {
|
|
|
47
47
|
var _super = _createSuper(Option);
|
|
48
48
|
|
|
49
49
|
function Option() {
|
|
50
|
-
var _this;
|
|
50
|
+
var _temp, _this;
|
|
51
51
|
|
|
52
52
|
_classCallCheck(this, Option);
|
|
53
53
|
|
|
@@ -55,7 +55,7 @@ var Option = /*#__PURE__*/function (_Component) {
|
|
|
55
55
|
args[_key] = arguments[_key];
|
|
56
56
|
}
|
|
57
57
|
|
|
58
|
-
return _possibleConstructorReturn(_this, (_this = _super.call.apply(_super, [this].concat(args)), _this.handleSelect = function (e) {
|
|
58
|
+
return _possibleConstructorReturn(_this, (_temp = _this = _super.call.apply(_super, [this].concat(args)), _this.handleSelect = function (e) {
|
|
59
59
|
e.stopPropagation();
|
|
60
60
|
e.nativeEvent.stopImmediatePropagation();
|
|
61
61
|
var onSelect = _this.props.onSelect;
|
|
@@ -65,7 +65,7 @@ var Option = /*#__PURE__*/function (_Component) {
|
|
|
65
65
|
height: _this.props.height,
|
|
66
66
|
lineHeight: _this.props.height
|
|
67
67
|
};
|
|
68
|
-
},
|
|
68
|
+
}, _temp));
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
_createClass(Option, [{
|
|
@@ -3,10 +3,18 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.
|
|
6
|
+
exports.formatDateStr = void 0;
|
|
7
|
+
exports.formatPeriodPlanData = formatPeriodPlanData;
|
|
8
|
+
exports.lableTypeMap = exports.isOpenWorkManage = exports.isOpenOkrManage = exports.isOpenLabel = void 0;
|
|
9
|
+
exports.momentDate = momentDate;
|
|
10
|
+
exports.workStatus = exports.timeFormat = exports.preCls = exports.okrStatus = void 0;
|
|
7
11
|
|
|
8
12
|
var _bsGlobal = require("../../utils/bs-global");
|
|
9
13
|
|
|
14
|
+
var _getLocale = require("../../utils/getLocale");
|
|
15
|
+
|
|
16
|
+
var _planDataJson = require("../../utils/planDataJson");
|
|
17
|
+
|
|
10
18
|
var preCls = "titaui-task-relation";
|
|
11
19
|
exports.preCls = preCls;
|
|
12
20
|
var isOpenOkrManage = (0, _bsGlobal.getAppHead)("113"); // 开通OKR
|
|
@@ -29,7 +37,29 @@ var lableTypeMap = {
|
|
|
29
37
|
};
|
|
30
38
|
exports.lableTypeMap = lableTypeMap;
|
|
31
39
|
|
|
40
|
+
var strFormat = function strFormat(num) {
|
|
41
|
+
if (num < 10) {
|
|
42
|
+
return '0' + num;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
return num;
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
var timeFormat = function timeFormat(NowDate) {
|
|
49
|
+
var date = new Date(NowDate);
|
|
50
|
+
var y = date.getFullYear(); // 年
|
|
51
|
+
|
|
52
|
+
var m = date.getMonth() + 1; // 月
|
|
53
|
+
|
|
54
|
+
var d = date.getDate(); // 日
|
|
55
|
+
|
|
56
|
+
return "".concat(y, "/").concat(strFormat(m), "/").concat(strFormat(d));
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
exports.timeFormat = timeFormat;
|
|
60
|
+
|
|
32
61
|
var formatDateStr = function formatDateStr(str) {
|
|
62
|
+
str = timeFormat(str);
|
|
33
63
|
var currentYear = new Date().getFullYear();
|
|
34
64
|
|
|
35
65
|
if (str.indexOf(currentYear) !== -1) {
|
|
@@ -39,4 +69,111 @@ var formatDateStr = function formatDateStr(str) {
|
|
|
39
69
|
return str;
|
|
40
70
|
};
|
|
41
71
|
|
|
42
|
-
exports.formatDateStr = formatDateStr;
|
|
72
|
+
exports.formatDateStr = formatDateStr;
|
|
73
|
+
|
|
74
|
+
var okrStatus = function okrStatus(key) {
|
|
75
|
+
// 分类的类型(4:项目 17:普通分类 62:目标
|
|
76
|
+
var label = (0, _getLocale.getLocale)('OKR_MyO_E_From_AllStates');
|
|
77
|
+
|
|
78
|
+
switch (Number(key)) {
|
|
79
|
+
case 1:
|
|
80
|
+
label = (0, _getLocale.getLocale)('Per_MyRe_text_Inprogress');
|
|
81
|
+
break;
|
|
82
|
+
|
|
83
|
+
case 2:
|
|
84
|
+
label = (0, _getLocale.getLocale)('Pro_page_Sta_Completed');
|
|
85
|
+
break;
|
|
86
|
+
|
|
87
|
+
case 3:
|
|
88
|
+
label = (0, _getLocale.getLocale)('OKR_MyO_E_From_Delayed');
|
|
89
|
+
break;
|
|
90
|
+
|
|
91
|
+
case 4:
|
|
92
|
+
label = (0, _getLocale.getLocale)('OKR_MyO_E_From_Cancelled');
|
|
93
|
+
break;
|
|
94
|
+
|
|
95
|
+
case 5:
|
|
96
|
+
label = (0, _getLocale.getLocale)('OKR_MyO_E_From_Notaccepted');
|
|
97
|
+
break;
|
|
98
|
+
|
|
99
|
+
case 6:
|
|
100
|
+
label = (0, _getLocale.getLocale)('OKR_MyO_E_From_Suspended');
|
|
101
|
+
break;
|
|
102
|
+
|
|
103
|
+
case 0:
|
|
104
|
+
label = (0, _getLocale.getLocale)('OKR_MyO_E_From_NotStarted');
|
|
105
|
+
break;
|
|
106
|
+
|
|
107
|
+
default:
|
|
108
|
+
break;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
return label;
|
|
112
|
+
};
|
|
113
|
+
|
|
114
|
+
exports.okrStatus = okrStatus;
|
|
115
|
+
|
|
116
|
+
var workStatus = function workStatus() {
|
|
117
|
+
return {
|
|
118
|
+
1: (0, _getLocale.getLocale)("Per_MyRe_text_Inprogress"),
|
|
119
|
+
2: (0, _getLocale.getLocale)("OKR_MyO_E_From_Completed")
|
|
120
|
+
};
|
|
121
|
+
};
|
|
122
|
+
|
|
123
|
+
exports.workStatus = workStatus;
|
|
124
|
+
|
|
125
|
+
function momentDate(date) {
|
|
126
|
+
var reg = new RegExp('年|月|日', 'g');
|
|
127
|
+
return date.replace(reg, '/').slice(0, -1);
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
function formatPeriodPlanData(period) {
|
|
131
|
+
var planData; // 获取选取年份的 dataJSON
|
|
132
|
+
|
|
133
|
+
var yearGroup = (0, _planDataJson.PlanDataJson)().find(function (p) {
|
|
134
|
+
return p.GroupName == period.annualNum + '';
|
|
135
|
+
}); // 年份下的 ‘年/季’ data
|
|
136
|
+
|
|
137
|
+
var seasonData = yearGroup ? yearGroup.PlanTableListModels.find(function (item) {
|
|
138
|
+
return item.TagName == (0, _getLocale.getLocale)('Tasks_Menu_Yearseason');
|
|
139
|
+
}) : null;
|
|
140
|
+
|
|
141
|
+
switch (period.cycleType) {
|
|
142
|
+
// case '-1': // 全部周期
|
|
143
|
+
// break;
|
|
144
|
+
case '0':
|
|
145
|
+
planData = {
|
|
146
|
+
StartDate: period.startDate,
|
|
147
|
+
EndDate: period.endDate
|
|
148
|
+
};
|
|
149
|
+
break;
|
|
150
|
+
|
|
151
|
+
case '1':
|
|
152
|
+
// 年度
|
|
153
|
+
planData = seasonData ? seasonData.PlanTableModels[0] : null;
|
|
154
|
+
break;
|
|
155
|
+
|
|
156
|
+
case '2':
|
|
157
|
+
planData = seasonData ? seasonData.PlanTableModels[period.yqmNum] : null; // 季度
|
|
158
|
+
|
|
159
|
+
break;
|
|
160
|
+
|
|
161
|
+
case '3':
|
|
162
|
+
// @ts-ignore
|
|
163
|
+
var monthData = yearGroup ? yearGroup.PlanTableListModels.find(function (p) {
|
|
164
|
+
return p.TagName == period.yqmNum + '月';
|
|
165
|
+
}) : null;
|
|
166
|
+
planData = monthData ? monthData.PlanTableModels[0] : null;
|
|
167
|
+
break;
|
|
168
|
+
|
|
169
|
+
default:
|
|
170
|
+
break;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
return {
|
|
174
|
+
endDate: planData ? period.cycleType == '0' ? planData.EndDate : momentDate(planData.EndDate || '') : '',
|
|
175
|
+
planTableId: planData && planData.PlanTableId,
|
|
176
|
+
planTableType: planData && planData.PlanTableType,
|
|
177
|
+
startDate: planData ? period.cycleType == '0' ? planData.StartDate : momentDate(planData.StartDate || '') : ''
|
|
178
|
+
};
|
|
179
|
+
}
|
|
Binary file
|
|
@@ -29,6 +29,12 @@ var _requestApi = require("./request-api");
|
|
|
29
29
|
|
|
30
30
|
var _getLocale = require("../../utils/getLocale");
|
|
31
31
|
|
|
32
|
+
var _relationTaskModel = _interopRequireDefault(require("./okr-relation/relation-task-model"));
|
|
33
|
+
|
|
34
|
+
var _relationWorkModel = _interopRequireDefault(require("./okr-relation/relation-work-model"));
|
|
35
|
+
|
|
36
|
+
var _workRelation = _interopRequireDefault(require("./work-relation"));
|
|
37
|
+
|
|
32
38
|
require("./index.css");
|
|
33
39
|
|
|
34
40
|
var _excluded = ["defaultVisible", "multiple", "onOk", "onCancel", "taskId", "isRelationOther", "lastSelected"];
|
|
@@ -306,5 +312,8 @@ function TaskRelationModal(props) {
|
|
|
306
312
|
}, selected.length), "\u9879"))));
|
|
307
313
|
}
|
|
308
314
|
|
|
315
|
+
TaskRelationModal.RelationTaskModel = _relationTaskModel["default"];
|
|
316
|
+
TaskRelationModal.RelationWorkModel = _relationWorkModel["default"];
|
|
317
|
+
TaskRelationModal.WorkRelationModal = _workRelation["default"];
|
|
309
318
|
var _default = TaskRelationModal;
|
|
310
319
|
exports["default"] = _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
.relation-task__content {
|
|
2
|
+
padding: 10px 32px 0;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.relation-task__content-tree {
|
|
6
|
+
margin-top: 16px;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.relation-task__content-empty {
|
|
10
|
+
height: 400px;
|
|
11
|
+
display: flex;
|
|
12
|
+
align-items: center;
|
|
13
|
+
justify-content: center;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.relation-task__content-empty > img {
|
|
17
|
+
width: 60px;
|
|
18
|
+
}
|