@zgfe/modules-dm 1.0.42-alpha.9 → 1.0.56-zhongyuan.10

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 (117) hide show
  1. package/es/components/demo.js +1 -1
  2. package/es/constants/api.d.ts +37 -0
  3. package/es/constants/api.js +62 -1
  4. package/es/index.d.ts +3 -1
  5. package/es/index.js +3 -1
  6. package/es/modules/CutsModal.d.ts +100 -0
  7. package/es/modules/CutsModal.js +52 -0
  8. package/es/modules/dataManage/collectionAttributeList.d.ts +3 -0
  9. package/es/modules/dataManage/collectionAttributeList.js +524 -80
  10. package/es/modules/dataManage/collectionEventList.d.ts +6 -0
  11. package/es/modules/dataManage/collectionEventList.js +482 -62
  12. package/es/modules/dataManage/components/createAttrDrawer.d.ts +4 -0
  13. package/es/modules/dataManage/components/createAttrDrawer.js +264 -0
  14. package/es/modules/dataManage/components/createMetaDrawer.d.ts +4 -0
  15. package/es/modules/dataManage/components/createMetaDrawer.js +618 -0
  16. package/es/modules/dataManage/components/createVirtualDrawer.js +19 -19
  17. package/es/modules/dataManage/components/creditPop/imgs/link.png +0 -0
  18. package/es/modules/dataManage/components/creditPop/imgs/png01.png +0 -0
  19. package/es/modules/dataManage/components/creditPop/imgs/png02.png +0 -0
  20. package/es/modules/dataManage/components/creditPop/imgs/png03.png +0 -0
  21. package/es/modules/dataManage/components/creditPop/imgs/png04.png +0 -0
  22. package/es/modules/dataManage/components/creditPop/index.d.ts +6 -0
  23. package/es/modules/dataManage/components/creditPop/index.js +89 -0
  24. package/es/modules/dataManage/components/creditPop/index.less +121 -0
  25. package/es/modules/dataManage/components/deleteConfirm.d.ts +9 -0
  26. package/es/modules/dataManage/components/deleteConfirm.js +36 -0
  27. package/es/modules/dataManage/components/deleteUserAttrConfirm.d.ts +9 -0
  28. package/es/modules/dataManage/components/deleteUserAttrConfirm.js +57 -0
  29. package/es/modules/dataManage/components/depositPop/imgs/link.png +0 -0
  30. package/es/modules/dataManage/components/depositPop/imgs/png01.png +0 -0
  31. package/es/modules/dataManage/components/depositPop/imgs/png02.png +0 -0
  32. package/es/modules/dataManage/components/depositPop/index.d.ts +6 -0
  33. package/es/modules/dataManage/components/depositPop/index.js +89 -0
  34. package/es/modules/dataManage/components/depositPop/index.less +115 -0
  35. package/es/modules/dataManage/components/developModal/index.css +36 -0
  36. package/es/modules/dataManage/components/developModal/index.d.ts +6 -0
  37. package/es/modules/dataManage/components/developModal/index.js +224 -0
  38. package/es/modules/dataManage/components/developModal/index.less +36 -0
  39. package/es/modules/dataManage/components/editTxt/index.d.ts +3 -0
  40. package/es/modules/dataManage/components/editTxt/index.js +123 -0
  41. package/es/modules/dataManage/components/editTxt/index.less +44 -0
  42. package/es/modules/dataManage/components/editTxt/types.d.ts +48 -0
  43. package/es/modules/dataManage/components/editTxt/types.js +1 -0
  44. package/es/modules/dataManage/components/eventFilter/index.js +13 -13
  45. package/es/modules/dataManage/components/eventFilter/styles/index.less +72 -72
  46. package/es/modules/dataManage/components/eventGroupingDrawer.js +41 -44
  47. package/es/modules/dataManage/components/importAttrDialog/demo/index.d.ts +3 -0
  48. package/es/modules/dataManage/components/importAttrDialog/demo/index.js +28 -0
  49. package/es/modules/dataManage/components/importAttrDialog/index.d.ts +7 -0
  50. package/es/modules/dataManage/components/importAttrDialog/index.js +159 -0
  51. package/es/modules/dataManage/components/importAttrDialog/styles/index.less +90 -0
  52. package/es/modules/dataManage/components/importMetaDialog/demo/index.d.ts +3 -0
  53. package/es/modules/dataManage/components/importMetaDialog/demo/index.js +28 -0
  54. package/es/modules/dataManage/components/importMetaDialog/index.d.ts +7 -0
  55. package/es/modules/dataManage/components/importMetaDialog/index.js +159 -0
  56. package/es/modules/dataManage/components/importMetaDialog/styles/index.less +91 -0
  57. package/es/modules/dataManage/components/selectAttributes.js +10 -10
  58. package/es/modules/dataManage/components/tablePlus.d.ts +4 -0
  59. package/es/modules/dataManage/components/tablePlus.js +624 -93
  60. package/es/modules/dataManage/components/virtualTablePlus.js +7 -7
  61. package/es/modules/dataManage/demo/index.d.ts +2 -1
  62. package/es/modules/dataManage/demo/index.js +79 -16
  63. package/es/modules/dataManage/detailedData/DetailedDataForm.d.ts +5 -0
  64. package/es/modules/dataManage/detailedData/DetailedDataForm.js +216 -0
  65. package/es/modules/dataManage/detailedData/index.d.ts +24 -0
  66. package/es/modules/dataManage/detailedData/index.js +403 -0
  67. package/es/modules/dataManage/detailedData/useColumns.d.ts +34 -0
  68. package/es/modules/dataManage/detailedData/useColumns.js +135 -0
  69. package/es/modules/dataManage/index.d.ts +9 -4
  70. package/es/modules/dataManage/index.js +142 -50
  71. package/es/modules/dataManage/styles/detailed.less +74 -0
  72. package/es/modules/dataManage/styles/index.less +1195 -841
  73. package/es/modules/dataManage/types.d.ts +8 -0
  74. package/es/modules/dataManage/virtualEventList.js +13 -13
  75. package/es/modules/dataMap/component/data.d.ts +7 -0
  76. package/es/modules/dataMap/component/data.js +257 -0
  77. package/es/modules/dataMap/component/drawerAdd.d.ts +6 -0
  78. package/es/modules/dataMap/component/drawerAdd.js +379 -0
  79. package/es/modules/dataMap/component/leftTree.d.ts +7 -0
  80. package/es/modules/dataMap/component/leftTree.js +255 -0
  81. package/es/modules/dataMap/component/rightDetail.d.ts +8 -0
  82. package/es/modules/dataMap/component/rightDetail.js +668 -0
  83. package/es/modules/dataMap/component/rightDetail1.d.ts +7 -0
  84. package/es/modules/dataMap/component/rightDetail1.js +643 -0
  85. package/es/modules/dataMap/component/viewMapSetting.d.ts +24 -0
  86. package/es/modules/dataMap/component/viewMapSetting.js +161 -0
  87. package/es/modules/dataMap/css/index.css +193 -0
  88. package/es/modules/dataMap/css/index.less +210 -0
  89. package/es/modules/dataMap/demo/index.d.ts +3 -0
  90. package/es/modules/dataMap/demo/index.js +6 -0
  91. package/es/modules/dataMap/img/empty-data.png +0 -0
  92. package/es/modules/dataMap/index.d.ts +3 -0
  93. package/es/modules/dataMap/index.js +80 -0
  94. package/es/modules/dataMap/mapDetail.d.ts +3 -0
  95. package/es/modules/dataMap/mapDetail.js +53 -0
  96. package/es/modules/dataMap/mapSetting.d.ts +6 -0
  97. package/es/modules/dataMap/mapSetting.js +168 -0
  98. package/es/modules/dataPlan/addEventOrUser.js +31 -30
  99. package/es/modules/dataPlan/addPlan.js +29 -27
  100. package/es/modules/dataPlan/eventList.js +2 -2
  101. package/es/modules/dataPlan/index.js +10 -10
  102. package/es/modules/dataPlan/search.js +6 -5
  103. package/es/modules/dataPlan/styles/index.less +316 -316
  104. package/es/modules/dataPlan/tablePlus.js +3 -3
  105. package/es/modules/dataPlan/userAttributeList.js +5 -5
  106. package/es/modules/dataReal/css/index.css +48 -0
  107. package/es/modules/dataReal/css/index.less +51 -0
  108. package/es/modules/dataReal/demo/index.d.ts +3 -0
  109. package/es/modules/dataReal/demo/index.js +6 -0
  110. package/es/modules/dataReal/index1.d.ts +28 -0
  111. package/es/modules/dataReal/index1.js +246 -0
  112. package/es/modules/dataReal/table.d.ts +5 -0
  113. package/es/modules/dataReal/table.js +261 -0
  114. package/es/store/index.js +11 -11
  115. package/es/utils/index.d.ts +1 -0
  116. package/es/utils/index.js +9 -1
  117. package/package.json +10 -4
@@ -1,10 +1,11 @@
1
- import { IconFont } from '@zgfe/business-lib';
2
- import { Input, Button, Select } from 'antd';
3
- var Option = Select.Option;
4
- import React from 'react';
1
+ import { BizGlobalDataContext, IconFont } from '@zgfe/business-lib';
2
+ import { Input, Button } from 'antd';
3
+ import React, { useContext } from 'react';
5
4
  import './styles/index.less';
6
5
  var Search = function Search(props) {
7
6
  var classPrefix = 'search-box';
7
+ var _useContext = useContext(BizGlobalDataContext),
8
+ currentApp = _useContext.currentApp;
8
9
  var searchChange = function searchChange(e) {
9
10
  props.setSearchData(e.currentTarget.value);
10
11
  };
@@ -34,6 +35,6 @@ var Search = function Search(props) {
34
35
  onClick: function onClick() {
35
36
  props.setVisible(true);
36
37
  }
37
- }, "\u624B\u52A8\u6DFB\u52A0", props.type == 'event' ? '事件' : '用户属性'));
38
+ }, "\u624B\u52A8\u6DFB\u52A0", props.type == 'event' ? '事件' : (currentApp === null || currentApp === void 0 ? void 0 : currentApp.type) != 'user' ? '主体属性' : '用户属性'));
38
39
  };
39
40
  export default Search;
@@ -1,316 +1,316 @@
1
- @import '~@zgfe/business-lib/es/assets/styles/inner.less';
2
- .plan-list {
3
- position: relative;
4
- height: 100%;
5
- padding: 24px;
6
- background: #fff;
7
- border-radius: 8px;
8
- .clearfix:after {
9
- display: block;
10
- clear: both;
11
- height: 0;
12
- content: '';
13
- }
14
- &-form {
15
- position: relative;
16
- margin-top: 5px;
17
- .ant-form-item {
18
- width: 35%;
19
- margin-right: 80px;
20
- }
21
- .ant-form-item-label {
22
- color: @text-color-secondary;
23
- }
24
- .ant-form-item-label {
25
- text-align: left;
26
- }
27
- }
28
- &-submit {
29
- position: absolute;
30
- top: 0;
31
- right: 90px;
32
- }
33
- &-reset {
34
- position: absolute;
35
- top: 0;
36
- right: 0;
37
- }
38
- &-switchbox {
39
- // margin-top: 26px;
40
- // padding-top: 26px;
41
- // border-top: 1px solid #e8efff;
42
- .switch-div {
43
- float: left;
44
- .ant-switch {
45
- width: 24px;
46
- margin-top: -2px;
47
- }
48
- span {
49
- margin-right: 20px;
50
- }
51
- }
52
- .add {
53
- float: right;
54
- line-height: 20px;
55
- }
56
- }
57
- &-table-see {
58
- margin-right: 20px;
59
- color: #165dff;
60
- cursor: pointer;
61
- user-select: none;
62
- }
63
- &-table-del {
64
- color: #165dff;
65
- cursor: pointer;
66
- user-select: none;
67
- }
68
- &-table {
69
- height: 550px;
70
- margin-top: 20px;
71
- overflow-y: scroll;
72
- }
73
- &-pagination {
74
- position: absolute;
75
- right: 20px;
76
- bottom: -50px;
77
- }
78
- }
79
-
80
- .add-plan {
81
- position: relative;
82
- height: 100%;
83
- &-drawer {
84
- .ant-drawer-header-title {
85
- height: 20px;
86
- .ant-drawer-close {
87
- position: absolute;
88
- right: 6px;
89
- }
90
- }
91
- .ant-drawer-mask {
92
- background: rgba(0, 0, 0, 0.8);
93
- }
94
- }
95
- .spin {
96
- position: absolute;
97
- top: 50%;
98
- left: 50%;
99
- }
100
- .point-active,
101
- .point-active-null {
102
- display: inline-block;
103
- width: 6px;
104
- height: 6px;
105
- margin-right: 5px;
106
- vertical-align: 2px;
107
- border-radius: 50%;
108
- }
109
- .point-active {
110
- background: @primary-color;
111
- }
112
- .point-active-null {
113
- background: #fb5547;
114
- }
115
- &-top {
116
- position: relative;
117
- display: flex;
118
- margin-top: -8px;
119
- .input-waring {
120
- position: absolute;
121
- bottom: -30px;
122
- left: 0;
123
- color: red;
124
- }
125
- > :nth-child(1) {
126
- line-height: 30px;
127
- }
128
- .plan-name-div {
129
- display: flex;
130
- height: 32px;
131
- margin-top: -10px;
132
- margin-bottom: -8px;
133
- color: #242541;
134
- font-weight: 500;
135
- font-size: 16px;
136
- line-height: 32px;
137
- .bsicon {
138
- margin-right: 40px;
139
- margin-left: 10px;
140
- color: @primary-color;
141
- }
142
- }
143
- .plan-name {
144
- width: 200px;
145
- margin-right: 20px;
146
- // margin: 0 50px;
147
- }
148
- .cancel {
149
- margin-right: 20px;
150
- }
151
- .back {
152
- cursor: pointer;
153
- }
154
- }
155
- &-tabs {
156
- position: relative;
157
- // display: flex;
158
- // margin-bottom: 15px;
159
- > :nth-child(1) {
160
- border-radius: 4px 0 0 4px !important;
161
- }
162
- > :nth-child(2) {
163
- border-radius: 0 4px 4px 0 !important;
164
- }
165
- .handle-box {
166
- position: absolute;
167
- top: 5px;
168
- right: 0;
169
- .bsicon {
170
- margin-right: 10px;
171
- }
172
- .ant-btn {
173
- margin-left: 20px;
174
- }
175
- .export-data {
176
- margin-left: 20px;
177
- .ant-select-selection-placeholder {
178
- color: #000;
179
- }
180
- }
181
- }
182
- }
183
- &-table-header {
184
- .ant-table-tbody {
185
- display: none;
186
- }
187
- .ant-table {
188
- border-radius: 8px 8px 0 0 !important;
189
- }
190
- }
191
- &-table-header.empty {
192
- .ant-table {
193
- border-radius: 8px !important;
194
- }
195
- .ant-table-tbody {
196
- display: contents;
197
- }
198
- .ant-table-tbody > tr > td {
199
- border-bottom: 0px solid #e8efff;
200
- }
201
- }
202
- .user-list,
203
- .event-list {
204
- position: relative;
205
- &-pagination {
206
- position: absolute;
207
- right: 20px;
208
- bottom: -50px;
209
- }
210
- }
211
- .event-list {
212
- ant-table-thead > tr > th,
213
- .ant-table-tbody > tr > td,
214
- .ant-table tfoot > tr > th,
215
- .ant-table tfoot > tr > td {
216
- height: 48px;
217
- padding: 0 !important;
218
- // margin-left: 16px!important;
219
- }
220
- .table-multiline {
221
- line-height: 48px;
222
- :nth-child(1) {
223
- border-top: none;
224
- }
225
- > div {
226
- padding-left: 16px;
227
- border-top: 1px solid rgb(236, 237, 240);
228
- }
229
- }
230
- .table-single {
231
- // height: 100%;
232
- // line-height: 100%;
233
- padding-left: 16px;
234
- }
235
- }
236
- .table-plus {
237
- &-table {
238
- margin-top: -2px;
239
- .ant-table-thead {
240
- display: none;
241
- }
242
- .ant-table {
243
- border: none;
244
- border-radius: 0;
245
- }
246
- }
247
- // &-table-header {
248
- // display: flex;
249
- // margin: 0;
250
- // padding: 0;
251
- // list-style-type: none;
252
- // background: #fff;
253
- // li {
254
- // width: 25%;
255
- // padding: 16px;
256
- // border: 1px solid #e8efff;
257
- // }
258
- // }
259
- .ant-table-title {
260
- text-align: center;
261
- .set-button {
262
- margin-left: 20px;
263
- color: @primary-color;
264
- user-select: none;
265
- }
266
- }
267
- .ant-table-selection-column {
268
- border: 1px solid red;
269
- }
270
- }
271
- .add-event {
272
- .set-del {
273
- margin-left: 15px;
274
- color: #021429;
275
- }
276
- .set-del-err {
277
- color: #cacdd4;
278
- cursor: not-allowed;
279
- }
280
- .ant-modal-body {
281
- padding: 5px 24px 24px 24px;
282
- }
283
- .ant-form-item {
284
- margin: 0;
285
- }
286
- &-add-button {
287
- margin-top: 10px;
288
- .bsicon {
289
- margin-right: 5px;
290
- line-height: 22px;
291
- }
292
- }
293
- }
294
- .search-box {
295
- position: relative;
296
- display: flex;
297
- margin-bottom: 16px;
298
- line-height: 32px;
299
- &-input {
300
- width: 264px;
301
- height: 32px;
302
- margin-right: 12px;
303
- }
304
- &-text {
305
- span {
306
- color: @primary-color;
307
- font-weight: bold;
308
- }
309
- }
310
- &-add-button {
311
- position: absolute;
312
- right: 0;
313
- line-height: 20px;
314
- }
315
- }
316
- }
1
+ @import '~@zgfe/business-lib/es/assets/styles/inner.less';
2
+ .plan-list {
3
+ position: relative;
4
+ height: 100%;
5
+ padding: 24px;
6
+ background: #fff;
7
+ border-radius: 8px;
8
+ .clearfix:after {
9
+ display: block;
10
+ clear: both;
11
+ height: 0;
12
+ content: '';
13
+ }
14
+ &-form {
15
+ position: relative;
16
+ margin-top: 5px;
17
+ .ant-form-item {
18
+ width: 35%;
19
+ margin-right: 80px;
20
+ }
21
+ .ant-form-item-label {
22
+ color: @text-color-secondary;
23
+ }
24
+ .ant-form-item-label {
25
+ text-align: left;
26
+ }
27
+ }
28
+ &-submit {
29
+ position: absolute;
30
+ top: 0;
31
+ right: 90px;
32
+ }
33
+ &-reset {
34
+ position: absolute;
35
+ top: 0;
36
+ right: 0;
37
+ }
38
+ &-switchbox {
39
+ // margin-top: 26px;
40
+ // padding-top: 26px;
41
+ // border-top: 1px solid #e8efff;
42
+ .switch-div {
43
+ float: left;
44
+ .ant-switch {
45
+ width: 24px;
46
+ margin-top: -2px;
47
+ }
48
+ span {
49
+ margin-right: 20px;
50
+ }
51
+ }
52
+ .add {
53
+ float: right;
54
+ line-height: 20px;
55
+ }
56
+ }
57
+ &-table-see {
58
+ margin-right: 20px;
59
+ color: #165dff;
60
+ cursor: pointer;
61
+ user-select: none;
62
+ }
63
+ &-table-del {
64
+ color: #165dff;
65
+ cursor: pointer;
66
+ user-select: none;
67
+ }
68
+ &-table {
69
+ height: 550px;
70
+ margin-top: 20px;
71
+ overflow-y: scroll;
72
+ }
73
+ &-pagination {
74
+ position: absolute;
75
+ right: 20px;
76
+ bottom: -50px;
77
+ }
78
+ }
79
+
80
+ .add-plan {
81
+ position: relative;
82
+ height: 100%;
83
+ &-drawer {
84
+ .ant-drawer-header-title {
85
+ height: 20px;
86
+ .ant-drawer-close {
87
+ position: absolute;
88
+ right: 6px;
89
+ }
90
+ }
91
+ .ant-drawer-mask {
92
+ background: rgba(0, 0, 0, 0.8);
93
+ }
94
+ }
95
+ .spin {
96
+ position: absolute;
97
+ top: 50%;
98
+ left: 50%;
99
+ }
100
+ .point-active,
101
+ .point-active-null {
102
+ display: inline-block;
103
+ width: 6px;
104
+ height: 6px;
105
+ margin-right: 5px;
106
+ vertical-align: 2px;
107
+ border-radius: 50%;
108
+ }
109
+ .point-active {
110
+ background: @primary-color;
111
+ }
112
+ .point-active-null {
113
+ background: #fb5547;
114
+ }
115
+ &-top {
116
+ position: relative;
117
+ display: flex;
118
+ margin-top: -8px;
119
+ .input-waring {
120
+ position: absolute;
121
+ bottom: -30px;
122
+ left: 0;
123
+ color: red;
124
+ }
125
+ > :nth-child(1) {
126
+ line-height: 30px;
127
+ }
128
+ .plan-name-div {
129
+ display: flex;
130
+ height: 32px;
131
+ margin-top: -10px;
132
+ margin-bottom: -8px;
133
+ color: #242541;
134
+ font-weight: 500;
135
+ font-size: 16px;
136
+ line-height: 32px;
137
+ .bsicon {
138
+ margin-right: 40px;
139
+ margin-left: 10px;
140
+ color: @primary-color;
141
+ }
142
+ }
143
+ .plan-name {
144
+ width: 200px;
145
+ margin-right: 20px;
146
+ // margin: 0 50px;
147
+ }
148
+ .cancel {
149
+ margin-right: 20px;
150
+ }
151
+ .back {
152
+ cursor: pointer;
153
+ }
154
+ }
155
+ &-tabs {
156
+ position: relative;
157
+ // display: flex;
158
+ // margin-bottom: 15px;
159
+ > :nth-child(1) {
160
+ border-radius: 4px 0 0 4px !important;
161
+ }
162
+ > :nth-child(2) {
163
+ border-radius: 0 4px 4px 0 !important;
164
+ }
165
+ .handle-box {
166
+ position: absolute;
167
+ top: 5px;
168
+ right: 0;
169
+ .bsicon {
170
+ margin-right: 10px;
171
+ }
172
+ .ant-btn {
173
+ margin-left: 20px;
174
+ }
175
+ .export-data {
176
+ margin-left: 20px;
177
+ .ant-select-selection-placeholder {
178
+ color: #000;
179
+ }
180
+ }
181
+ }
182
+ }
183
+ &-table-header {
184
+ .ant-table-tbody {
185
+ display: none;
186
+ }
187
+ .ant-table {
188
+ border-radius: 8px 8px 0 0 !important;
189
+ }
190
+ }
191
+ &-table-header.empty {
192
+ .ant-table {
193
+ border-radius: 8px !important;
194
+ }
195
+ .ant-table-tbody {
196
+ display: contents;
197
+ }
198
+ .ant-table-tbody > tr > td {
199
+ border-bottom: 0px solid #e8efff;
200
+ }
201
+ }
202
+ .user-list,
203
+ .event-list {
204
+ position: relative;
205
+ &-pagination {
206
+ position: absolute;
207
+ right: 20px;
208
+ bottom: -50px;
209
+ }
210
+ }
211
+ .event-list {
212
+ ant-table-thead > tr > th,
213
+ .ant-table-tbody > tr > td,
214
+ .ant-table tfoot > tr > th,
215
+ .ant-table tfoot > tr > td {
216
+ height: 48px;
217
+ padding: 0 !important;
218
+ // margin-left: 16px!important;
219
+ }
220
+ .table-multiline {
221
+ line-height: 48px;
222
+ :nth-child(1) {
223
+ border-top: none;
224
+ }
225
+ > div {
226
+ padding-left: 16px;
227
+ border-top: 1px solid rgb(236, 237, 240);
228
+ }
229
+ }
230
+ .table-single {
231
+ // height: 100%;
232
+ // line-height: 100%;
233
+ padding-left: 16px;
234
+ }
235
+ }
236
+ .table-plus {
237
+ &-table {
238
+ margin-top: -2px;
239
+ .ant-table-thead {
240
+ display: none;
241
+ }
242
+ .ant-table {
243
+ border: none;
244
+ border-radius: 0;
245
+ }
246
+ }
247
+ // &-table-header {
248
+ // display: flex;
249
+ // margin: 0;
250
+ // padding: 0;
251
+ // list-style-type: none;
252
+ // background: #fff;
253
+ // li {
254
+ // width: 25%;
255
+ // padding: 16px;
256
+ // border: 1px solid #e8efff;
257
+ // }
258
+ // }
259
+ .ant-table-title {
260
+ text-align: center;
261
+ .set-button {
262
+ margin-left: 20px;
263
+ color: @primary-color;
264
+ user-select: none;
265
+ }
266
+ }
267
+ .ant-table-selection-column {
268
+ border: 1px solid red;
269
+ }
270
+ }
271
+ .add-event {
272
+ .set-del {
273
+ margin-left: 15px;
274
+ color: #021429;
275
+ }
276
+ .set-del-err {
277
+ color: #cacdd4;
278
+ cursor: not-allowed;
279
+ }
280
+ .ant-modal-body {
281
+ padding: 5px 24px 24px 24px;
282
+ }
283
+ .ant-form-item {
284
+ margin: 0;
285
+ }
286
+ &-add-button {
287
+ margin-top: 10px;
288
+ .bsicon {
289
+ margin-right: 5px;
290
+ line-height: 22px;
291
+ }
292
+ }
293
+ }
294
+ .search-box {
295
+ position: relative;
296
+ display: flex;
297
+ margin-bottom: 16px;
298
+ line-height: 32px;
299
+ &-input {
300
+ width: 264px;
301
+ height: 32px;
302
+ margin-right: 12px;
303
+ }
304
+ &-text {
305
+ span {
306
+ color: @primary-color;
307
+ font-weight: bold;
308
+ }
309
+ }
310
+ &-add-button {
311
+ position: absolute;
312
+ right: 0;
313
+ line-height: 20px;
314
+ }
315
+ }
316
+ }
@@ -89,11 +89,11 @@ var TablePlus = function TablePlus(props) {
89
89
  onClick: function onClick() {
90
90
  tableClick(item, props.eventListDataIndex);
91
91
  }
92
- }, ((_eventListData$item$ = eventListData[item][0]) === null || _eventListData$item$ === void 0 ? void 0 : _eventListData$item$.open) ? /*#__PURE__*/React.createElement("span", {
92
+ }, ((_eventListData$item$ = eventListData[item][0]) === null || _eventListData$item$ === void 0 ? void 0 : _eventListData$item$.open) ? (/*#__PURE__*/React.createElement("span", {
93
93
  className: "set-button"
94
- }, "\u6536\u8D77") : /*#__PURE__*/React.createElement("span", {
94
+ }, "\u6536\u8D77")) : (/*#__PURE__*/React.createElement("span", {
95
95
  className: "set-button"
96
- }, "\u5C55\u5F00")));
96
+ }, "\u5C55\u5F00"))));
97
97
  },
98
98
  pagination: false
99
99
  });