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

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 (115) 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 +66 -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 +625 -94
  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 +6 -0
  80. package/es/modules/dataMap/component/leftTree.js +232 -0
  81. package/es/modules/dataMap/component/rightDetail.d.ts +7 -0
  82. package/es/modules/dataMap/component/rightDetail.js +694 -0
  83. package/es/modules/dataMap/component/selectAttr.d.ts +7 -0
  84. package/es/modules/dataMap/component/selectAttr.js +92 -0
  85. package/es/modules/dataMap/css/index.css +163 -0
  86. package/es/modules/dataMap/css/index.less +177 -0
  87. package/es/modules/dataMap/demo/index.d.ts +3 -0
  88. package/es/modules/dataMap/demo/index.js +6 -0
  89. package/es/modules/dataMap/img/empty-data.png +0 -0
  90. package/es/modules/dataMap/index.d.ts +3 -0
  91. package/es/modules/dataMap/index.js +80 -0
  92. package/es/modules/dataMap/mapDetail.d.ts +3 -0
  93. package/es/modules/dataMap/mapDetail.js +44 -0
  94. package/es/modules/dataMap/mapSetting.d.ts +6 -0
  95. package/es/modules/dataMap/mapSetting.js +156 -0
  96. package/es/modules/dataPlan/addEventOrUser.js +31 -30
  97. package/es/modules/dataPlan/addPlan.js +29 -27
  98. package/es/modules/dataPlan/eventList.js +2 -2
  99. package/es/modules/dataPlan/index.js +10 -10
  100. package/es/modules/dataPlan/search.js +6 -5
  101. package/es/modules/dataPlan/styles/index.less +316 -316
  102. package/es/modules/dataPlan/tablePlus.js +3 -3
  103. package/es/modules/dataPlan/userAttributeList.js +5 -5
  104. package/es/modules/dataReal/css/index.css +48 -0
  105. package/es/modules/dataReal/css/index.less +51 -0
  106. package/es/modules/dataReal/demo/index.d.ts +3 -0
  107. package/es/modules/dataReal/demo/index.js +6 -0
  108. package/es/modules/dataReal/index1.d.ts +28 -0
  109. package/es/modules/dataReal/index1.js +247 -0
  110. package/es/modules/dataReal/table.d.ts +5 -0
  111. package/es/modules/dataReal/table.js +260 -0
  112. package/es/store/index.js +11 -11
  113. package/es/utils/index.d.ts +1 -0
  114. package/es/utils/index.js +9 -1
  115. package/package.json +64 -58
@@ -1,841 +1,1195 @@
1
- @import '~@zgfe/business-lib/es/assets/styles/inner.less';
2
- .data-collection {
3
- position: relative;
4
- height: calc(100vh - 80px);
5
- // padding: 24px;
6
- background: #fff;
7
- border-radius: 8px;
8
- > :nth-child(1) {
9
- > :nth-child(1) {
10
- margin-bottom: 0;
11
- }
12
- > :nth-child(2) {
13
- margin: 16px;
14
- padding: 24px;
15
- }
16
- }
17
- .ant-select {
18
- border-radius: 4px !important;
19
- }
20
- .loading {
21
- position: fixed;
22
- top: 70%;
23
- left: 55%;
24
- }
25
- .ant-tabs-tab + .ant-tabs-tab {
26
- margin: 0 0 0 24px;
27
- }
28
- .creact-group {
29
- .ant-modal-body {
30
- padding: 3px 20px 20px 20px !important;
31
- }
32
- }
33
- .ant-radio-group {
34
- > :nth-child(1) {
35
- border-radius: 4px 0px 0px 4px;
36
- }
37
- > :last-child {
38
- border-radius: 0px 4px 4px 0px;
39
- }
40
- }
41
- .ant-radio-button-wrapper-checked {
42
- background: #e8efff;
43
- }
44
- }
45
-
46
- .attr-list,
47
- .virtual-event-list,
48
- .event-list {
49
- position: relative;
50
- &-back {
51
- margin-bottom: 10px;
52
- cursor: pointer;
53
- user-select: none;
54
- }
55
- .hidden-box {
56
- display: none;
57
- }
58
- .error-row {
59
- color: #fb5547;
60
- }
61
- .fuzhi {
62
- display: none;
63
- margin-left: 10px;
64
- color: #666;
65
- font-size: 16px !important;
66
- &:hover {
67
- color: @primary-color;
68
- }
69
- }
70
- }
71
-
72
- .virtual-event-list,
73
- .event-list {
74
- &-top-box {
75
- position: relative;
76
- display: flex;
77
- margin-bottom: 17px;
78
- .top-select {
79
- width: 264px;
80
- margin-right: 12px;
81
- }
82
- .top-input {
83
- width: 264px;
84
- margin-right: 12px;
85
- .ant-input-prefix {
86
- margin-right: 8px;
87
- }
88
- }
89
- .top-total {
90
- line-height: 32px;
91
- span {
92
- margin: 0 4px;
93
- color: @primary-color;
94
- font-weight: bold;
95
- }
96
- }
97
- .top-button {
98
- position: absolute;
99
- top: 0;
100
- right: 0;
101
- display: flex;
102
- gap: 16px;
103
- line-height: 100%;
104
- .button:not(.disabled) {
105
- color: #1454e5;
106
- border: 1px solid #1454e5;
107
- }
108
- }
109
- }
110
- .table-plus {
111
- &-table {
112
- .ant-table {
113
- border-radius: 8px !important;
114
- .ant-table-thead {
115
- > tr > th {
116
- height: 50px;
117
- padding: 0 16px;
118
- }
119
- }
120
- .ant-table-tbody {
121
- > tr > td {
122
- height: 50px;
123
- padding: 0 16px;
124
- }
125
- }
126
- table {
127
- border-collapse: collapse;
128
- }
129
- }
130
- .ant-table-cell-row-hover {
131
- .bsicon {
132
- display: inline-block !important;
133
- }
134
- }
135
- .alias_name_popover {
136
- width: 200px;
137
- word-break: break-all;
138
- background: red;
139
- }
140
- .ant-input:focus,
141
- .ant-input-focused {
142
- background-color: #fff !important;
143
- border-bottom: 1px solid @primary-color;
144
- border-radius: 0 !important;
145
- box-shadow: none !important;
146
- }
147
- .group-row {
148
- // border-top: 12px solid #f5f5f5;
149
- > :nth-child(1) {
150
- display: flex !important;
151
- align-items: center !important;
152
- }
153
- .ant-table-cell-fix-left {
154
- left: 0px;
155
- display: block;
156
- width: 500px;
157
- background: #fff;
158
- }
159
- .ant-table-cell-fix-left-first::after,
160
- .ant-table-cell-fix-left-last::after {
161
- box-shadow: none;
162
- }
163
- td {
164
- padding: 6px 16px;
165
- }
166
- :last-child {
167
- padding: 0;
168
- }
169
- td:not(:first-child, :last-child) > * {
170
- display: none;
171
- }
172
- }
173
- .group-box {
174
- display: flex;
175
- width: 800px;
176
- line-height: 30px;
177
- .ant-input {
178
- width: 150px;
179
- border: none;
180
- }
181
- .bsicon {
182
- margin-right: 4px;
183
- font-size: 18px !important;
184
- }
185
- .group-handle {
186
- margin-left: 30px;
187
- cursor: pointer;
188
- user-select: none;
189
- }
190
- }
191
- .edit-del {
192
- .bsicon {
193
- margin-left: 15px;
194
- font-size: 16px !important;
195
- cursor: pointer;
196
- }
197
- :first-child:hover {
198
- color: @primary-color;
199
- }
200
- :last-child:hover {
201
- color: red;
202
- }
203
- }
204
- .set-box {
205
- display: flex;
206
- color: #165dff;
207
- cursor: pointer;
208
- > :nth-child(1) {
209
- margin-right: 16px;
210
- }
211
- }
212
- .select-style {
213
- width: 126px;
214
- .ant-select-selection-item {
215
- color: #021429;
216
- font-weight: 500;
217
- }
218
- }
219
- .event_attrs {
220
- .bsicon {
221
- margin-left: 12px;
222
- font-size: 16px !important;
223
- &:hover {
224
- color: @primary-color;
225
- }
226
- }
227
- }
228
- .event_name {
229
- display: flex;
230
- .event_name-text {
231
- display: -webkit-box;
232
- // max-width: 120px;
233
- overflow: hidden;
234
- cursor: pointer;
235
- -webkit-box-orient: vertical;
236
- -webkit-line-clamp: 1;
237
- }
238
- .expired {
239
- display: flex;
240
- gap: 4px;
241
- align-items: flex-start;
242
- margin-left: 8px;
243
- padding: 2px 8px;
244
- color: #fd9f41;
245
- font-size: 14px;
246
- background: #ffecd9;
247
- border-radius: 2px;
248
- }
249
- .copy-text {
250
- display: none;
251
- margin-left: 10px;
252
- font-size: 16px !important;
253
- cursor: pointer;
254
- }
255
- .copy-text:hover {
256
- color: @primary-color;
257
- }
258
- .collect-icon,
259
- .collect-icon-active {
260
- margin: 0 4px;
261
- font-size: 16px !important;
262
- cursor: pointer;
263
- }
264
- .collect-icon {
265
- color: #999;
266
- opacity: 0;
267
- }
268
- .collect-icon:hover {
269
- color: #f2d074;
270
- }
271
- .collect-icon-active {
272
- color: #fd9f41;
273
- }
274
- .ant-checkbox-wrapper {
275
- align-items: center;
276
- margin-top: -6px;
277
- }
278
- }
279
- .alias_name {
280
- display: flex;
281
- border: none;
282
- cursor: pointer;
283
- .alias_name_text {
284
- display: -webkit-box;
285
- max-width: 167px;
286
- overflow: hidden;
287
- cursor: pointer;
288
- -webkit-box-orient: vertical;
289
- -webkit-line-clamp: 1;
290
- }
291
- .edit-alias-name {
292
- display: none;
293
- margin-left: 10px;
294
- font-size: 16px !important;
295
- }
296
- .edit-alias-name:hover {
297
- color: @primary-color;
298
- }
299
- }
300
- .bind-event,
301
- .description {
302
- display: -webkit-box;
303
- max-width: 180px;
304
- overflow: hidden;
305
- cursor: pointer;
306
- -webkit-box-orient: vertical;
307
- -webkit-line-clamp: 1;
308
- }
309
- .ant-table-row:hover {
310
- .collect-icon {
311
- opacity: 1;
312
- }
313
- .copy-text {
314
- display: block;
315
- }
316
- .edit-alias-name {
317
- display: block;
318
- }
319
- }
320
- .set {
321
- color: @primary-color;
322
- text-align: center;
323
- cursor: pointer;
324
- user-select: none;
325
- }
326
- .set-error {
327
- color: #86909c;
328
- }
329
- }
330
- }
331
- }
332
-
333
- .attr-list {
334
- .ant-table {
335
- overflow: hidden;
336
- border: 1px solid #ecedf0;
337
- border-radius: 8px;
338
- }
339
- .attr-name {
340
- display: flex;
341
- .attr-name-text {
342
- display: -webkit-box;
343
- width: 120px;
344
- overflow: hidden;
345
- -webkit-box-orient: vertical;
346
- -webkit-line-clamp: 1;
347
- }
348
- .tishiicon {
349
- margin-right: 6px;
350
- }
351
- &:hover {
352
- .fuzhi {
353
- display: inline-block;
354
- cursor: pointer;
355
- }
356
- }
357
- }
358
- .alias_name {
359
- border: none;
360
- cursor: pointer;
361
- }
362
- .ant-input:focus,
363
- .ant-input-focused {
364
- background-color: #fff !important;
365
- border-bottom: 1px solid @primary-color;
366
- border-radius: 0 !important;
367
- box-shadow: none !important;
368
- }
369
- .attr_alias_name {
370
- cursor: pointer;
371
- user-select: none;
372
- &:not(.disabled):hover {
373
- color: @primary-color;
374
- }
375
- }
376
- .button-box {
377
- display: flex;
378
- margin-top: -24px;
379
- margin-bottom: 14px;
380
- .ant-btn {
381
- margin-right: 20px;
382
- }
383
- .bsicon {
384
- margin-right: 6px;
385
- }
386
- }
387
- .clearData {
388
- position: absolute;
389
- top: 75px;
390
- right: 26px;
391
- text-align: right;
392
- cursor: pointer;
393
- user-select: none;
394
- }
395
- }
396
-
397
- .virtual-event-list {
398
- .table-plus {
399
- &-table {
400
- .event_name-text:hover {
401
- color: #165dff;
402
- }
403
- }
404
- }
405
- }
406
-
407
- .event-list-drawer {
408
- .ant-select {
409
- border-radius: 4px !important;
410
- }
411
- .ant-drawer-header-title {
412
- height: 20px;
413
- .ant-drawer-close {
414
- position: absolute;
415
- right: 6px;
416
- }
417
- }
418
- .ant-drawer-mask {
419
- background: rgba(0, 0, 0, 0.8);
420
- }
421
- }
422
-
423
- .create-virtual-drawer {
424
- .ant-select {
425
- border-radius: 4px !important;
426
- }
427
- #basic {
428
- padding-bottom: 100px;
429
- .ant-input {
430
- border: none;
431
- }
432
- }
433
- &-desc {
434
- .ant-form-item-control {
435
- max-width: 100%;
436
- }
437
- }
438
- &-add {
439
- color: #165dff;
440
- cursor: pointer;
441
- &-icon {
442
- margin-right: 8px;
443
- font-weight: 900;
444
- font-size: 18px !important;
445
- vertical-align: -2px;
446
- }
447
- }
448
- &-see-box {
449
- > div {
450
- display: flex;
451
- gap: 8px;
452
- margin-bottom: 16px;
453
- color: #021429;
454
- span {
455
- width: 84px;
456
- min-width: 84px;
457
- color: #5f6085;
458
- text-align: right;
459
- }
460
- }
461
- }
462
- .ant-drawer-close {
463
- display: none;
464
- }
465
- .qingchu {
466
- font-size: 20px !important;
467
- cursor: pointer;
468
- }
469
- &-eventDataBox {
470
- margin-top: 24px;
471
- padding-bottom: 24px;
472
- > :nth-child(1) {
473
- color: #5f6085;
474
- }
475
- > :nth-child(1)::before {
476
- display: inline-block;
477
- margin-right: 4px;
478
- color: #ff4d4f;
479
- font-size: 14px;
480
- font-family: SimSun, sans-serif;
481
- line-height: 1;
482
- content: '*';
483
- }
484
- > :nth-child(2) {
485
- margin-top: 8px;
486
- color: #67727f;
487
- font-size: 12px;
488
- }
489
- }
490
- &-eventDataBox.see {
491
- > :nth-child(1) {
492
- color: #5f6085;
493
- }
494
- > :nth-child(2) {
495
- color: #67727f;
496
- }
497
- }
498
- &-formList {
499
- margin-top: 16px;
500
- .ant-form-item {
501
- width: 100%;
502
- max-width: 100%;
503
- margin-bottom: 16px !important;
504
- .ant-col {
505
- width: 100%;
506
- max-width: 100%;
507
- }
508
- }
509
- }
510
- &-formSubmit {
511
- position: absolute;
512
- right: 0;
513
- bottom: 0;
514
- display: flex;
515
- gap: 16px;
516
- justify-content: end;
517
- width: 100%;
518
- padding: 16px;
519
- padding-right: 24px;
520
- background: #fff;
521
- border-top: 1px solid #f2f3f4;
522
- }
523
- .ant-drawer-content,
524
- .ant-drawer-wrapper-body {
525
- overflow: hidden !important;
526
- }
527
- }
528
-
529
- .event-grouping-drawer {
530
- &-box {
531
- &-header {
532
- display: flex;
533
- align-items: center;
534
- justify-content: space-between;
535
- margin-top: 16px;
536
- margin-bottom: 12px;
537
- > div {
538
- display: flex;
539
- gap: 12px;
540
- align-items: center;
541
- justify-content: start;
542
- }
543
- .operate-left {
544
- display: flex;
545
- gap: 12px;
546
- align-items: center;
547
- justify-content: start;
548
- .fangxiangshang {
549
- transform: rotateZ(90deg);
550
- }
551
- > :nth-child(1) {
552
- display: flex;
553
- gap: 8px;
554
- align-items: center;
555
- justify-content: start;
556
- > :nth-child(1) {
557
- color: #9aa1a9;
558
- }
559
- > :nth-child(2) {
560
- font-weight: 500;
561
- }
562
- .zhongmingming {
563
- cursor: pointer;
564
- }
565
- .zhongmingming:hover {
566
- color: #165dff;
567
- }
568
- }
569
- > :last-child {
570
- color: #9aa1a9;
571
- }
572
- }
573
- .operate-right {
574
- > :not(.ant-checkbox-wrapper):not(:last-child) {
575
- padding: 0 8px;
576
- cursor: pointer;
577
- }
578
- .tuozhuai1 {
579
- font-size: 18px !important;
580
- cursor: move;
581
- }
582
- .handle:hover {
583
- color: #165dff;
584
- }
585
- .handle-delete:hover {
586
- color: #fb5547;
587
- }
588
- }
589
- }
590
- &-content {
591
- display: flex;
592
- flex-wrap: wrap;
593
- > div {
594
- display: flex;
595
- flex-wrap: wrap;
596
- gap: 12px;
597
- justify-content: flex-start;
598
- width: 100%;
599
- .checkbox-item {
600
- display: flex;
601
- flex-shrink: 0;
602
- align-items: center;
603
- width: calc(25% - 9px);
604
- height: 40px;
605
- margin: 0;
606
- padding: 9px 0 9px 16px;
607
- background: #fafafb;
608
- border-radius: 4px;
609
- .ant-checkbox {
610
- margin-top: -6px;
611
- }
612
- .ant-checkbox + span {
613
- display: -webkit-box;
614
- max-width: 100%;
615
- overflow: hidden;
616
- cursor: pointer;
617
- user-select: none;
618
- -webkit-box-orient: vertical;
619
- -webkit-line-clamp: 1;
620
- }
621
- }
622
- }
623
- .event-hidden {
624
- color: #ccd0d4;
625
- }
626
- }
627
- &-content.close {
628
- display: none;
629
- }
630
- }
631
- &-top-box {
632
- display: flex;
633
- align-items: center;
634
- justify-content: space-between;
635
- margin-top: -8px;
636
- .ant-btn {
637
- height: 32px;
638
- }
639
- .ant-input-affix-wrapper {
640
- width: 374px;
641
- border: none;
642
- }
643
- .ant-input-prefix {
644
- margin-right: 10px;
645
- }
646
- }
647
- .ant-drawer-content-wrapper {
648
- overflow-x: hidden;
649
- }
650
- .ant-drawer-content,
651
- .ant-drawer-wrapper-body {
652
- overflow: hidden !important;
653
- }
654
- .ant-drawer-title {
655
- span {
656
- margin-left: 8px;
657
- color: #9aa1a9;
658
- font-size: 12px;
659
- }
660
- }
661
- .ant-drawer-close {
662
- display: none;
663
- }
664
- .ant-drawer-extra {
665
- .qingchu {
666
- font-size: 20px !important;
667
- cursor: pointer;
668
- }
669
- }
670
- }
671
-
672
- .event-grouping-drawer-sortablelist {
673
- z-index: 99999;
674
- }
675
-
676
- .group-delete-modal {
677
- .ant-modal-body {
678
- padding: 24px;
679
- }
680
- .ant-modal-confirm-body {
681
- .tishi1 {
682
- margin-right: 2px;
683
- color: #fd9f41;
684
- font-size: 24px !important;
685
- }
686
- }
687
- .ant-modal-confirm-title {
688
- display: inline !important;
689
- color: #021429 !important;
690
- font-weight: 500;
691
- font-size: 24px !important;
692
- }
693
- .ant-modal-confirm-content {
694
- margin-top: 20px !important;
695
- }
696
- }
697
-
698
- .move-popover {
699
- .ant-popover-inner-content {
700
- padding: 22px 16px 30px 16px;
701
- .move-content {
702
- > div {
703
- margin-bottom: 8px;
704
- }
705
- > :last-child {
706
- display: flex;
707
- gap: 8px;
708
- align-items: center;
709
- justify-content: end;
710
- margin-bottom: 0;
711
- }
712
- }
713
- }
714
- }
715
- .move-popover.hidden {
716
- display: none;
717
- }
718
-
719
- .ant-input-disabled,
720
- .disabled {
721
- cursor: not-allowed !important;
722
- }
723
-
724
- .select-attributes {
725
- &-box {
726
- display: flex;
727
- width: 616px;
728
- height: 380px;
729
- background: #fff;
730
- border-radius: 10px;
731
- box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
732
- &-left {
733
- display: flex;
734
- flex-direction: column;
735
- width: 205px;
736
- height: 380px;
737
- padding: 8px;
738
- overflow-y: auto;
739
- box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
740
- > div {
741
- display: flex;
742
- justify-content: space-between;
743
- padding: 6px 12px;
744
- }
745
- .active {
746
- color: #fff;
747
- background: #165dff;
748
- border-radius: 4px;
749
- > :nth-child(2) {
750
- padding: 0px 4px;
751
- border: 1px solid #fff;
752
- border-radius: 10px;
753
- }
754
- }
755
- }
756
- &-right {
757
- width: 100%;
758
- height: 380px;
759
- padding: 8px;
760
- > :nth-child(2) {
761
- display: flex;
762
- flex-direction: column;
763
- gap: 8px;
764
- align-items: flex-start;
765
- width: 100%;
766
- height: 320px;
767
- margin-top: 8px;
768
- overflow-y: auto;
769
- > div {
770
- display: flex;
771
- flex-shrink: 0;
772
- gap: 10px;
773
- align-items: center;
774
- align-self: stretch;
775
- height: 32px;
776
- padding: 0px 16px;
777
- }
778
- .active {
779
- background: #e8efff;
780
- }
781
- }
782
- }
783
- }
784
- &-select {
785
- display: flex;
786
- gap: 10px;
787
- align-items: center;
788
- justify-content: flex-start;
789
- margin-top: 16px;
790
- > :nth-child(1) {
791
- width: 32px;
792
- color: #5f6085;
793
- }
794
- }
795
- &-modal-box {
796
- .ant-modal-header {
797
- padding-bottom: 0 !important;
798
- }
799
- .ant-modal-body {
800
- > :nth-child(1) {
801
- color: #021429;
802
- }
803
- }
804
- .ant-modal-close-x {
805
- display: none;
806
- }
807
- .ant-modal-title {
808
- position: relative;
809
- .tishi1 {
810
- margin-right: 8px;
811
- color: #fd9f41;
812
- }
813
- .qingchu {
814
- position: absolute;
815
- top: 0;
816
- right: 0;
817
- }
818
- }
819
- }
820
- }
821
- #select-attributes-select {
822
- .ant-select-dropdown {
823
- display: none !important;
824
- }
825
- }
826
-
827
- .not-operable {
828
- color: #ccd0d4;
829
- cursor: not-allowed !important;
830
- user-select: none;
831
- }
832
-
833
- // dm项目中modal-confirm公用的样式
834
- .dm-modal-confirm {
835
- .ant-modal-confirm-btns {
836
- .ant-btn-primary {
837
- margin-left: 16px !important;
838
- background: #165dff;
839
- }
840
- }
841
- }
1
+ @import '~@zgfe/business-lib/es/assets/styles/inner.less';
2
+ .data-manage {
3
+ position: relative;
4
+ height: calc(100vh - 48px);
5
+ // padding: 24px;
6
+ background: #fafafb;
7
+ border-radius: 8px;
8
+ .ant-tabs-tab + .ant-tabs-tab {
9
+ margin: 0 0 0 24px;
10
+ }
11
+ > :nth-child(1) {
12
+ > :nth-child(1) {
13
+ margin-bottom: 0;
14
+ padding-left: 24px;
15
+ }
16
+ > :nth-child(2) {
17
+ margin: 16px !important;
18
+ padding: 24px;
19
+ }
20
+ }
21
+ .ant-select {
22
+ border-radius: 4px !important;
23
+ }
24
+ .loading {
25
+ position: fixed;
26
+ top: 70%;
27
+ left: 55%;
28
+ }
29
+ .ant-tabs-tab + .ant-tabs-tab {
30
+ margin: 0 0 0 24px;
31
+ }
32
+ .creact-group {
33
+ .ant-modal-body {
34
+ padding: 3px 20px 0px 20px !important;
35
+ }
36
+ }
37
+ .ant-radio-group {
38
+ > :nth-child(1) {
39
+ border-radius: 4px 0px 0px 4px;
40
+ }
41
+ > :last-child {
42
+ border-radius: 0px 4px 4px 0px;
43
+ }
44
+ }
45
+ .ant-radio-button-wrapper-checked {
46
+ background: #e8efff;
47
+ }
48
+ }
49
+
50
+ .attr-list,
51
+ .virtual-event-list,
52
+ .event-list {
53
+ position: relative;
54
+ &-back {
55
+ margin-bottom: 10px;
56
+ cursor: pointer;
57
+ user-select: none;
58
+ }
59
+ .hidden-box {
60
+ display: none;
61
+ }
62
+ .error-row {
63
+ color: #fb5547;
64
+ }
65
+ .fuzhi {
66
+ display: none;
67
+ margin-left: 10px;
68
+ color: #666;
69
+ font-size: 16px !important;
70
+ &:hover {
71
+ color: @primary-color;
72
+ }
73
+ }
74
+ &-pop-btn {
75
+ display: inline-flex;
76
+ gap: 8px;
77
+ align-items: center;
78
+ height: 32px;
79
+ padding: 0 16px;
80
+ background: var(--io-n-05, #f2f3f4);
81
+ border-radius: 4px;
82
+ cursor: pointer;
83
+ }
84
+ // 按钮下拉列表
85
+ &-downItems {
86
+ color: #021429;
87
+ font-size: 14px;
88
+ span {
89
+ margin: 0px 8px 0px 0px;
90
+ }
91
+ }
92
+ }
93
+
94
+ .virtual-event-list,
95
+ .event-list {
96
+ &-top-box {
97
+ position: relative;
98
+ display: flex;
99
+ margin-bottom: 17px;
100
+ .top-select {
101
+ width: 160px;
102
+ margin-right: 12px;
103
+ }
104
+ .top-input {
105
+ width: 244px;
106
+ margin-right: 12px;
107
+ .ant-input-prefix {
108
+ margin-right: 8px;
109
+ }
110
+ }
111
+ .top-total {
112
+ line-height: 32px;
113
+ span {
114
+ margin: 0 4px;
115
+ color: @primary-color;
116
+ font-weight: bold;
117
+ }
118
+ }
119
+ .ant-btn-default {
120
+ background: #fff;
121
+ }
122
+ .top-button {
123
+ position: absolute;
124
+ top: 0;
125
+ right: 0;
126
+ display: flex;
127
+ gap: 16px;
128
+ line-height: 100%;
129
+ .button:not(.disabled):not(.ant-btn-primary) {
130
+ color: #1454e5;
131
+ border: 1px solid #1454e5;
132
+ }
133
+ }
134
+ }
135
+ .table-plus {
136
+ &-table {
137
+ .ant-table {
138
+ border-radius: 8px !important;
139
+ .ant-table-thead {
140
+ > tr > th {
141
+ height: 50px;
142
+ padding: 0 16px;
143
+ }
144
+ }
145
+ .ant-table-tbody {
146
+ > tr > td {
147
+ height: 50px;
148
+ padding: 0 16px;
149
+ }
150
+ }
151
+ table {
152
+ border-collapse: collapse;
153
+ }
154
+ }
155
+ .ant-table-cell-row-hover {
156
+ .bsicon {
157
+ display: inline-block !important;
158
+ }
159
+ }
160
+ .alias_name_popover {
161
+ width: 200px;
162
+ word-break: break-all;
163
+ background: red;
164
+ }
165
+ .ant-input:focus,
166
+ .ant-input-focused {
167
+ background-color: #fff !important;
168
+ border-bottom: 1px solid @primary-color;
169
+ border-radius: 0 !important;
170
+ box-shadow: none !important;
171
+ }
172
+ .group-row {
173
+ // border-top: 12px solid #f5f5f5;
174
+ > :nth-child(1) {
175
+ display: flex !important;
176
+ align-items: center !important;
177
+ }
178
+ .ant-table-cell-fix-left {
179
+ left: 0px;
180
+ display: block;
181
+ width: 500px;
182
+ background: #fff;
183
+ }
184
+ .ant-table-cell-fix-left-first::after,
185
+ .ant-table-cell-fix-left-last::after {
186
+ box-shadow: none;
187
+ }
188
+ td {
189
+ padding: 6px 16px;
190
+ }
191
+ :last-child {
192
+ padding: 0;
193
+ }
194
+ td:not(:first-child, :last-child) > * {
195
+ display: none;
196
+ }
197
+ }
198
+ .group-box {
199
+ display: flex;
200
+ width: 800px;
201
+ line-height: 30px;
202
+ .ant-input {
203
+ width: 150px;
204
+ border: none;
205
+ }
206
+ .bsicon {
207
+ margin-right: 4px;
208
+ font-size: 18px !important;
209
+ }
210
+ .group-handle {
211
+ margin-left: 30px;
212
+ cursor: pointer;
213
+ user-select: none;
214
+ }
215
+ }
216
+ .edit-del {
217
+ .bsicon {
218
+ margin-right: 15px;
219
+ font-size: 16px !important;
220
+ cursor: pointer;
221
+ }
222
+ :first-child:hover {
223
+ color: @primary-color;
224
+ }
225
+ :last-child:hover {
226
+ color: red;
227
+ }
228
+ }
229
+ .set-box {
230
+ display: flex;
231
+ color: #165dff;
232
+ cursor: pointer;
233
+ > :nth-child(1) {
234
+ margin-right: 16px;
235
+ }
236
+ }
237
+ .select-style {
238
+ width: 126px;
239
+ .ant-select-selection-item {
240
+ color: #021429;
241
+ font-weight: 500;
242
+ }
243
+ }
244
+ .event_attrs {
245
+ display: flex;
246
+ justify-content: flex-start;
247
+ text-align: center;
248
+ .bsicon {
249
+ margin-left: 12px;
250
+ font-size: 16px !important;
251
+ &:hover {
252
+ color: @primary-color;
253
+ }
254
+ }
255
+ &_text {
256
+ width: 86%;
257
+ overflow: hidden;
258
+ text-align: left;
259
+ text-overflow: ellipsis;
260
+ }
261
+ }
262
+ .event_name {
263
+ display: flex;
264
+ .event_name-text {
265
+ display: -webkit-box;
266
+ // max-width: 120px;
267
+ overflow: hidden;
268
+ cursor: pointer;
269
+ -webkit-box-orient: vertical;
270
+ -webkit-line-clamp: 1;
271
+ }
272
+ .expired {
273
+ display: flex;
274
+ gap: 4px;
275
+ align-items: flex-start;
276
+ margin-left: 8px;
277
+ padding: 2px 8px;
278
+ color: #fd9f41;
279
+ font-size: 14px;
280
+ background: #ffecd9;
281
+ border-radius: 2px;
282
+ }
283
+ .copy-text {
284
+ display: none;
285
+ margin-left: 10px;
286
+ font-size: 16px !important;
287
+ cursor: pointer;
288
+ }
289
+ .copy-text:hover {
290
+ color: @primary-color;
291
+ }
292
+ .collect-icon,
293
+ .collect-icon-active {
294
+ margin: 0 4px;
295
+ font-size: 16px !important;
296
+ cursor: pointer;
297
+ }
298
+ .collect-icon {
299
+ color: #999;
300
+ opacity: 0;
301
+ }
302
+ .collect-icon:hover {
303
+ color: #f2d074;
304
+ }
305
+ .collect-icon-active {
306
+ color: #fd9f41;
307
+ }
308
+ .ant-checkbox-wrapper {
309
+ align-items: center;
310
+ margin-top: -6px;
311
+ }
312
+ .ant-radio-wrapper {
313
+ align-items: center;
314
+ margin-top: -6px;
315
+ }
316
+ }
317
+ .alias_name {
318
+ display: flex;
319
+ border: none;
320
+ cursor: pointer;
321
+ .alias_name_text {
322
+ display: -webkit-box;
323
+ max-width: 167px;
324
+ overflow: hidden;
325
+ cursor: pointer;
326
+ -webkit-box-orient: vertical;
327
+ -webkit-line-clamp: 1;
328
+ }
329
+ .edit-alias-name {
330
+ display: none;
331
+ margin-left: 10px;
332
+ font-size: 16px !important;
333
+ }
334
+ .edit-alias-name:hover {
335
+ color: @primary-color;
336
+ }
337
+ }
338
+ .bind-event,
339
+ .description {
340
+ display: -webkit-box;
341
+ max-width: 180px;
342
+ overflow: hidden;
343
+ cursor: pointer;
344
+ -webkit-box-orient: vertical;
345
+ -webkit-line-clamp: 1;
346
+ }
347
+ .ant-table-row:hover {
348
+ .collect-icon {
349
+ opacity: 1;
350
+ }
351
+ .copy-text {
352
+ display: block;
353
+ }
354
+ .edit-alias-name {
355
+ display: block;
356
+ }
357
+ }
358
+ .set {
359
+ color: @primary-color;
360
+ // text-align: center;
361
+ cursor: pointer;
362
+ user-select: none;
363
+ }
364
+ .set-error {
365
+ color: #86909c;
366
+ }
367
+ }
368
+ }
369
+ }
370
+
371
+ .attr-list {
372
+ &-top-box {
373
+ position: relative;
374
+ display: flex;
375
+ margin-bottom: 17px;
376
+ .top-select {
377
+ width: 160px;
378
+ margin-right: 12px;
379
+ }
380
+ .top-input {
381
+ width: 244px;
382
+ margin-right: 12px;
383
+ .ant-input-prefix {
384
+ margin-right: 8px;
385
+ }
386
+ }
387
+ .top-total {
388
+ line-height: 32px;
389
+ span {
390
+ margin: 0 4px;
391
+ color: @primary-color;
392
+ font-weight: bold;
393
+ }
394
+ }
395
+ .ant-btn-default {
396
+ background: #fff;
397
+ }
398
+ .top-button {
399
+ position: absolute;
400
+ top: 0;
401
+ right: 0;
402
+ display: flex;
403
+ gap: 16px;
404
+ line-height: 100%;
405
+ .button:not(.disabled):not(.ant-btn-primary) {
406
+ color: #1454e5;
407
+ border: 1px solid #1454e5;
408
+ }
409
+ }
410
+ }
411
+ .ant-table {
412
+ overflow: hidden;
413
+ border: 1px solid #ecedf0;
414
+ border-radius: 8px;
415
+ .ant-table-thead {
416
+ > tr > th {
417
+ height: 50px;
418
+ padding: 0 16px;
419
+ }
420
+ }
421
+ .ant-table-tbody {
422
+ > tr > td {
423
+ height: 50px;
424
+ padding: 0 16px;
425
+ }
426
+ }
427
+ }
428
+ .attr-name {
429
+ display: flex;
430
+ .attr-name-text {
431
+ display: -webkit-box;
432
+ width: 120px;
433
+ overflow: hidden;
434
+ -webkit-box-orient: vertical;
435
+ -webkit-line-clamp: 1;
436
+ }
437
+ .tishiicon {
438
+ margin-right: 6px;
439
+ }
440
+ &:hover {
441
+ .fuzhi {
442
+ display: inline-block;
443
+ cursor: pointer;
444
+ }
445
+ }
446
+ .ant-checkbox-wrapper {
447
+ align-items: center;
448
+ margin-top: -6px;
449
+ margin-right: 30px;
450
+ }
451
+ }
452
+ .alias_name {
453
+ border: none;
454
+ cursor: pointer;
455
+ }
456
+ .ant-input:focus,
457
+ .ant-input-focused {
458
+ background-color: #fff !important;
459
+ border-bottom: 1px solid @primary-color;
460
+ border-radius: 0 !important;
461
+ box-shadow: none !important;
462
+ }
463
+ .attr_alias_name {
464
+ cursor: pointer;
465
+ user-select: none;
466
+ &:not(.disabled):hover {
467
+ color: @primary-color;
468
+ }
469
+ }
470
+ .button-box {
471
+ display: flex;
472
+ margin-top: -24px;
473
+ margin-bottom: 14px;
474
+ .ant-btn {
475
+ margin-right: 20px;
476
+ }
477
+ .bsicon {
478
+ margin-right: 6px;
479
+ }
480
+ }
481
+ .clearData {
482
+ position: absolute;
483
+ top: 75px;
484
+ right: 26px;
485
+ text-align: right;
486
+ cursor: pointer;
487
+ user-select: none;
488
+ }
489
+ }
490
+
491
+ .virtual-event-list {
492
+ .table-plus {
493
+ &-table {
494
+ .event_name-text:hover {
495
+ color: #165dff;
496
+ }
497
+ }
498
+ }
499
+ }
500
+
501
+ .event-list-drawer {
502
+ .ant-select {
503
+ border-radius: 4px !important;
504
+ }
505
+ .ant-drawer-header-title {
506
+ height: 20px;
507
+ .ant-drawer-close {
508
+ position: absolute;
509
+ right: 6px;
510
+ }
511
+ }
512
+ .ant-drawer-mask {
513
+ background: rgba(0, 0, 0, 0.8);
514
+ }
515
+ }
516
+
517
+ .create-virtual-drawer {
518
+ .ant-select {
519
+ border-radius: 4px !important;
520
+ }
521
+ #basic {
522
+ padding-bottom: 100px;
523
+ .ant-input {
524
+ border: none;
525
+ }
526
+ }
527
+ &-desc {
528
+ .ant-form-item-control {
529
+ max-width: 100%;
530
+ }
531
+ }
532
+ &-add {
533
+ color: #165dff;
534
+ cursor: pointer;
535
+ &-icon {
536
+ margin-right: 8px;
537
+ font-weight: 900;
538
+ font-size: 18px !important;
539
+ vertical-align: -2px;
540
+ }
541
+ }
542
+ &-see-box {
543
+ > div {
544
+ display: flex;
545
+ gap: 8px;
546
+ margin-bottom: 16px;
547
+ color: #021429;
548
+ span {
549
+ width: 84px;
550
+ min-width: 84px;
551
+ color: #5f6085;
552
+ text-align: right;
553
+ }
554
+ }
555
+ }
556
+ .ant-drawer-close {
557
+ display: none;
558
+ }
559
+ .qingchu {
560
+ font-size: 20px !important;
561
+ cursor: pointer;
562
+ }
563
+ &-eventDataBox {
564
+ margin-top: 24px;
565
+ padding-bottom: 24px;
566
+ > :nth-child(1) {
567
+ color: #5f6085;
568
+ }
569
+ > :nth-child(1)::before {
570
+ display: inline-block;
571
+ margin-right: 4px;
572
+ color: #ff4d4f;
573
+ font-size: 14px;
574
+ font-family: SimSun, sans-serif;
575
+ line-height: 1;
576
+ content: '*';
577
+ }
578
+ > :nth-child(2) {
579
+ margin-top: 8px;
580
+ color: #67727f;
581
+ font-size: 12px;
582
+ }
583
+ }
584
+ &-eventDataBox.see {
585
+ > :nth-child(1) {
586
+ color: #5f6085;
587
+ }
588
+ > :nth-child(2) {
589
+ color: #67727f;
590
+ }
591
+ }
592
+ &-formList {
593
+ margin-top: 16px;
594
+ .ant-form-item {
595
+ width: 100%;
596
+ max-width: 100%;
597
+ margin-bottom: 16px !important;
598
+ .ant-col {
599
+ width: 100%;
600
+ max-width: 100%;
601
+ }
602
+ }
603
+ }
604
+ &-formSubmit {
605
+ position: absolute;
606
+ right: 0;
607
+ bottom: 0;
608
+ display: flex;
609
+ gap: 16px;
610
+ justify-content: end;
611
+ width: 100%;
612
+ padding: 16px;
613
+ padding-right: 24px;
614
+ background: #fff;
615
+ border-top: 1px solid #f2f3f4;
616
+ }
617
+ .ant-drawer-content,
618
+ .ant-drawer-wrapper-body {
619
+ overflow: hidden !important;
620
+ }
621
+ }
622
+
623
+ .event-grouping-drawer {
624
+ &-box {
625
+ &-header {
626
+ display: flex;
627
+ align-items: center;
628
+ justify-content: space-between;
629
+ margin-top: 16px;
630
+ margin-bottom: 12px;
631
+ > div {
632
+ display: flex;
633
+ gap: 12px;
634
+ align-items: center;
635
+ justify-content: start;
636
+ }
637
+ .operate-left {
638
+ display: flex;
639
+ gap: 12px;
640
+ align-items: center;
641
+ justify-content: start;
642
+ .fangxiangshang {
643
+ transform: rotateZ(90deg);
644
+ }
645
+ > :nth-child(1) {
646
+ display: flex;
647
+ gap: 8px;
648
+ align-items: center;
649
+ justify-content: start;
650
+ > :nth-child(1) {
651
+ color: #9aa1a9;
652
+ }
653
+ > :nth-child(2) {
654
+ font-weight: 500;
655
+ }
656
+ .zhongmingming {
657
+ cursor: pointer;
658
+ }
659
+ .zhongmingming:hover {
660
+ color: #165dff;
661
+ }
662
+ }
663
+ > :last-child {
664
+ color: #9aa1a9;
665
+ }
666
+ }
667
+ .operate-right {
668
+ > :not(.ant-checkbox-wrapper):not(:last-child) {
669
+ padding: 0 8px;
670
+ cursor: pointer;
671
+ }
672
+ .tuozhuai1 {
673
+ font-size: 18px !important;
674
+ cursor: move;
675
+ }
676
+ .handle:hover {
677
+ color: #165dff;
678
+ }
679
+ .handle-delete:hover {
680
+ color: #fb5547;
681
+ }
682
+ }
683
+ }
684
+ &-content {
685
+ display: flex;
686
+ flex-wrap: wrap;
687
+ > div {
688
+ display: flex;
689
+ flex-wrap: wrap;
690
+ gap: 12px;
691
+ justify-content: flex-start;
692
+ width: 100%;
693
+ .checkbox-item {
694
+ display: flex;
695
+ flex-shrink: 0;
696
+ align-items: center;
697
+ width: calc(25% - 9px);
698
+ height: 40px;
699
+ margin: 0;
700
+ padding: 9px 0 9px 16px;
701
+ background: #fafafb;
702
+ border-radius: 4px;
703
+ .ant-checkbox {
704
+ margin-top: -6px;
705
+ }
706
+ .ant-checkbox + span {
707
+ display: -webkit-box;
708
+ max-width: 100%;
709
+ overflow: hidden;
710
+ cursor: pointer;
711
+ user-select: none;
712
+ -webkit-box-orient: vertical;
713
+ -webkit-line-clamp: 1;
714
+ }
715
+ }
716
+ }
717
+ .event-hidden {
718
+ color: #ccd0d4;
719
+ }
720
+ }
721
+ &-content.close {
722
+ display: none;
723
+ }
724
+ }
725
+ &-top-box {
726
+ display: flex;
727
+ align-items: center;
728
+ justify-content: space-between;
729
+ margin-top: -8px;
730
+ .ant-btn {
731
+ height: 32px;
732
+ }
733
+ .ant-input-affix-wrapper {
734
+ width: 374px;
735
+ border: none;
736
+ }
737
+ .ant-input-prefix {
738
+ margin-right: 10px;
739
+ }
740
+ }
741
+ .ant-drawer-content-wrapper {
742
+ overflow-x: hidden;
743
+ }
744
+ .ant-drawer-content,
745
+ .ant-drawer-wrapper-body {
746
+ overflow: hidden !important;
747
+ }
748
+ .ant-drawer-title {
749
+ span {
750
+ margin-left: 8px;
751
+ color: #9aa1a9;
752
+ font-size: 12px;
753
+ }
754
+ }
755
+ .ant-drawer-close {
756
+ display: none;
757
+ }
758
+ .ant-drawer-extra {
759
+ .qingchu {
760
+ font-size: 20px !important;
761
+ cursor: pointer;
762
+ }
763
+ }
764
+ }
765
+
766
+ .event-grouping-drawer-sortablelist {
767
+ z-index: 99999;
768
+ }
769
+
770
+ .group-delete-modal {
771
+ .ant-modal-body {
772
+ padding: 24px;
773
+ }
774
+ .ant-modal-confirm-body {
775
+ .tishi1 {
776
+ margin-right: 2px;
777
+ color: #fd9f41;
778
+ font-size: 24px !important;
779
+ }
780
+ }
781
+ .ant-modal-confirm-title {
782
+ display: inline !important;
783
+ color: #021429 !important;
784
+ font-weight: 500;
785
+ font-size: 24px !important;
786
+ }
787
+ .ant-modal-confirm-content {
788
+ margin-top: 20px !important;
789
+ }
790
+ }
791
+
792
+ .move-popover {
793
+ .ant-popover-inner-content {
794
+ padding: 22px 16px 30px 16px;
795
+ .move-content {
796
+ > div {
797
+ margin-bottom: 8px;
798
+ }
799
+ > :last-child {
800
+ display: flex;
801
+ gap: 8px;
802
+ align-items: center;
803
+ justify-content: end;
804
+ margin-bottom: 0;
805
+ }
806
+ }
807
+ }
808
+ }
809
+ .move-popover.hidden {
810
+ display: none;
811
+ }
812
+
813
+ .ant-input-disabled,
814
+ .disabled {
815
+ cursor: not-allowed !important;
816
+ }
817
+
818
+ .select-attributes {
819
+ &-box {
820
+ display: flex;
821
+ width: 616px;
822
+ height: 380px;
823
+ background: #fff;
824
+ border-radius: 10px;
825
+ box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
826
+ &-left {
827
+ display: flex;
828
+ flex-direction: column;
829
+ width: 205px;
830
+ height: 380px;
831
+ padding: 8px;
832
+ overflow-y: auto;
833
+ box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
834
+ > div {
835
+ display: flex;
836
+ justify-content: space-between;
837
+ padding: 6px 12px;
838
+ }
839
+ .active {
840
+ color: #fff;
841
+ background: #165dff;
842
+ border-radius: 4px;
843
+ > :nth-child(2) {
844
+ padding: 0px 4px;
845
+ border: 1px solid #fff;
846
+ border-radius: 10px;
847
+ }
848
+ }
849
+ }
850
+ &-right {
851
+ width: 100%;
852
+ height: 380px;
853
+ padding: 8px;
854
+ > :nth-child(2) {
855
+ display: flex;
856
+ flex-direction: column;
857
+ gap: 8px;
858
+ align-items: flex-start;
859
+ width: 100%;
860
+ height: 320px;
861
+ margin-top: 8px;
862
+ overflow-y: auto;
863
+ > div {
864
+ display: flex;
865
+ flex-shrink: 0;
866
+ gap: 10px;
867
+ align-items: center;
868
+ align-self: stretch;
869
+ height: 32px;
870
+ padding: 0px 16px;
871
+ }
872
+ .active {
873
+ background: #e8efff;
874
+ }
875
+ }
876
+ }
877
+ }
878
+ &-select {
879
+ display: flex;
880
+ gap: 10px;
881
+ align-items: center;
882
+ justify-content: flex-start;
883
+ margin-top: 16px;
884
+ > :nth-child(1) {
885
+ width: 32px;
886
+ color: #5f6085;
887
+ }
888
+ }
889
+ &-modal-box {
890
+ .ant-modal-header {
891
+ padding-bottom: 0 !important;
892
+ }
893
+ .ant-modal-body {
894
+ > :nth-child(1) {
895
+ color: #021429;
896
+ }
897
+ }
898
+ .ant-modal-close-x {
899
+ display: none;
900
+ }
901
+ .ant-modal-title {
902
+ position: relative;
903
+ .tishi1 {
904
+ margin-right: 8px;
905
+ color: #fd9f41;
906
+ }
907
+ .qingchu {
908
+ position: absolute;
909
+ top: 0;
910
+ right: 0;
911
+ }
912
+ }
913
+ }
914
+ }
915
+ #select-attributes-select {
916
+ .ant-select-dropdown {
917
+ display: none !important;
918
+ }
919
+ }
920
+
921
+ .not-operable {
922
+ color: #ccd0d4;
923
+ cursor: not-allowed !important;
924
+ user-select: none;
925
+ }
926
+
927
+ // dm项目中modal-confirm公用的样式
928
+ .dm-modal-confirm {
929
+ .ant-modal-confirm-btns {
930
+ .ant-btn-primary {
931
+ margin-left: 16px !important;
932
+ background: #165dff;
933
+ }
934
+ }
935
+ }
936
+
937
+ // dm项目中modal-confirm公用的样式
938
+ .dm-modal-del-confirm {
939
+ &-title {
940
+ display: flex;
941
+ gap: 8px;
942
+ font-size: 24px;
943
+ .tishi1 {
944
+ color: #fd9f41;
945
+ }
946
+ }
947
+ &-content {
948
+ display: flex;
949
+ flex: 1 0 0;
950
+ flex-direction: column;
951
+ gap: 4px;
952
+ align-items: flex-start;
953
+ align-self: stretch;
954
+ height: 102px;
955
+ margin-top: 16px;
956
+ padding: 8px 0 8px 32px;
957
+ overflow-y: auto;
958
+ color: #354354;
959
+ background: var(--io-n-02, #fafafb);
960
+ border-radius: 8px;
961
+ }
962
+ .ant-modal-confirm-body .ant-modal-confirm-content {
963
+ margin-top: 16px;
964
+ }
965
+ .ant-modal-confirm-btns {
966
+ .ant-btn-primary {
967
+ margin-left: 16px !important;
968
+ font-size: 14px;
969
+ background: #165dff;
970
+ }
971
+ }
972
+ .ant-modal-confirm .ant-modal-body {
973
+ padding: 24px !important;
974
+ }
975
+ }
976
+
977
+ .create-meta-drawer {
978
+ .set:hover {
979
+ color: #ff4d4f;
980
+ }
981
+ &-content {
982
+ display: flex;
983
+ flex: 1;
984
+ flex-direction: column;
985
+ gap: 24px;
986
+ &-select {
987
+ display: flex;
988
+ align-items: center;
989
+ justify-content: right;
990
+ margin-right: -12px;
991
+ margin-left: -16px;
992
+ }
993
+ .ant-table-thead > tr > th {
994
+ color: var(--io-N-, #021429);
995
+ font-weight: 400;
996
+ font-size: 14px;
997
+ font-family: 'PingFang SC';
998
+ font-style: normal;
999
+ line-height: normal;
1000
+ }
1001
+ }
1002
+ &-table {
1003
+ margin: 20px 0px;
1004
+ overflow: hidden;
1005
+ border-radius: 8px;
1006
+ }
1007
+
1008
+ &-info {
1009
+ display: flex;
1010
+ flex-direction: row;
1011
+ gap: 12px;
1012
+ align-items: center;
1013
+ height: 32px;
1014
+ &-title {
1015
+ display: flex;
1016
+ flex-direction: row;
1017
+ gap: 4px;
1018
+ justify-content: flex-end;
1019
+ width: 68px;
1020
+ color: var(--io-N6-, #67727f);
1021
+ font-weight: 400;
1022
+ font-size: 14px;
1023
+ font-family: 'PingFang SC';
1024
+ font-style: normal;
1025
+ line-height: 32px;
1026
+ line-height: normal;
1027
+ text-align: right;
1028
+ }
1029
+ &-input {
1030
+ position: relative;
1031
+ flex: 1;
1032
+ .button:not(.disabled):not(.ant-btn-primary) {
1033
+ float: right;
1034
+ padding: 0 16px;
1035
+ color: #1454e5;
1036
+ border: 1px solid #1454e5;
1037
+ }
1038
+ &-num {
1039
+ position: absolute;
1040
+ top: 6px;
1041
+ right: 12px;
1042
+ color: var(--io-N4-, #9aa1a9);
1043
+ font-weight: 400;
1044
+ font-size: 14px;
1045
+ font-family: 'PingFang SC';
1046
+ font-style: normal;
1047
+ line-height: 20px;
1048
+ }
1049
+ }
1050
+ }
1051
+
1052
+ &-footer {
1053
+ display: flex;
1054
+ gap: 16px;
1055
+ align-items: center;
1056
+ justify-content: flex-end;
1057
+ margin: 0 -24px -24px;
1058
+ padding: 18px 24px 18px 0px;
1059
+ background: #fff;
1060
+ border-top: 1px solid var(--io-N1-, #e6e7ea);
1061
+ }
1062
+ .ant-drawer-content-wrapper {
1063
+ overflow-x: hidden;
1064
+ }
1065
+ .ant-drawer-content,
1066
+ .ant-drawer-wrapper-body {
1067
+ overflow: hidden !important;
1068
+ }
1069
+ .ant-drawer-body {
1070
+ display: flex;
1071
+ flex-direction: column;
1072
+ }
1073
+ .ant-drawer-title {
1074
+ span {
1075
+ margin-left: 8px;
1076
+ color: #9aa1a9;
1077
+ font-size: 12px;
1078
+ }
1079
+ }
1080
+ .ant-drawer-close {
1081
+ display: none;
1082
+ }
1083
+ .ant-drawer-extra {
1084
+ .qingchu {
1085
+ font-size: 20px !important;
1086
+ cursor: pointer;
1087
+ }
1088
+ }
1089
+ }
1090
+
1091
+ .create-attr-drawer {
1092
+ &-content {
1093
+ display: flex;
1094
+ flex: 1;
1095
+ flex-direction: column;
1096
+ gap: 24px;
1097
+ &-select {
1098
+ display: flex;
1099
+ align-items: center;
1100
+ justify-content: right;
1101
+ margin-right: -12px;
1102
+ margin-left: -16px;
1103
+ }
1104
+ .ant-table-thead > tr > th {
1105
+ color: var(--io-N-, #021429);
1106
+ font-weight: 400;
1107
+ font-size: 14px;
1108
+ font-family: 'PingFang SC';
1109
+ font-style: normal;
1110
+ line-height: normal;
1111
+ }
1112
+ }
1113
+
1114
+ &-info {
1115
+ display: flex;
1116
+ flex-direction: row;
1117
+ gap: 12px;
1118
+ align-items: center;
1119
+ height: 32px;
1120
+ &-title {
1121
+ display: flex;
1122
+ flex-direction: row;
1123
+ gap: 4px;
1124
+ justify-content: flex-end;
1125
+ width: 68px;
1126
+ color: var(--io-N6-, #67727f);
1127
+ font-weight: 400;
1128
+ font-size: 14px;
1129
+ font-family: 'PingFang SC';
1130
+ font-style: normal;
1131
+ line-height: 32px;
1132
+ line-height: normal;
1133
+ text-align: right;
1134
+ }
1135
+ &-input {
1136
+ position: relative;
1137
+ flex: 1;
1138
+ .button:not(.disabled):not(.ant-btn-primary) {
1139
+ float: right;
1140
+ padding: 0 16px;
1141
+ color: #1454e5;
1142
+ border: 1px solid #1454e5;
1143
+ }
1144
+ &-num {
1145
+ position: absolute;
1146
+ top: 6px;
1147
+ right: 12px;
1148
+ color: var(--io-N4-, #9aa1a9);
1149
+ font-weight: 400;
1150
+ font-size: 14px;
1151
+ font-family: 'PingFang SC';
1152
+ font-style: normal;
1153
+ line-height: 20px;
1154
+ }
1155
+ }
1156
+ }
1157
+
1158
+ &-footer {
1159
+ display: flex;
1160
+ gap: 16px;
1161
+ align-items: center;
1162
+ justify-content: flex-end;
1163
+ margin: 0 -24px -24px;
1164
+ padding: 18px 24px 18px 0px;
1165
+ background: #fff;
1166
+ border-top: 1px solid var(--io-N1-, #e6e7ea);
1167
+ }
1168
+ .ant-drawer-content-wrapper {
1169
+ overflow-x: hidden;
1170
+ }
1171
+ .ant-drawer-content,
1172
+ .ant-drawer-wrapper-body {
1173
+ overflow: hidden !important;
1174
+ }
1175
+ .ant-drawer-body {
1176
+ display: flex;
1177
+ flex-direction: column;
1178
+ }
1179
+ .ant-drawer-title {
1180
+ span {
1181
+ margin-left: 8px;
1182
+ color: #9aa1a9;
1183
+ font-size: 12px;
1184
+ }
1185
+ }
1186
+ .ant-drawer-close {
1187
+ display: none;
1188
+ }
1189
+ .ant-drawer-extra {
1190
+ .qingchu {
1191
+ font-size: 20px !important;
1192
+ cursor: pointer;
1193
+ }
1194
+ }
1195
+ }