@zgfe/modules-dm 1.0.41 → 1.0.42-alpha.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.
Files changed (36) hide show
  1. package/es/components/demo.js +1 -1
  2. package/es/index.d.ts +2 -3
  3. package/es/index.js +2 -3
  4. package/es/modules/{dataCollection → dataManage}/components/createVirtualDrawer.js +1 -1
  5. package/es/modules/{dataCollection → dataManage}/components/eventFilter/styles/index.less +1 -1
  6. package/es/modules/{dataCollection → dataManage}/components/eventGroupingDrawer.js +3 -3
  7. package/es/modules/{dataCollection → dataManage}/components/tablePlus.js +1 -1
  8. package/es/modules/{dataCollection → dataManage}/components/virtualTablePlus.js +3 -3
  9. package/es/modules/dataManage/index.d.ts +1 -16
  10. package/es/modules/dataManage/index.js +70 -22
  11. package/es/modules/dataManage/styles/index.less +834 -25
  12. package/package.json +2 -2
  13. package/README.md +0 -37
  14. package/es/modules/dataCollection/index.d.ts +0 -19
  15. package/es/modules/dataCollection/index.js +0 -99
  16. package/es/modules/dataCollection/styles/index.less +0 -832
  17. /package/es/modules/{dataCollection → dataManage}/collectionAttributeList.d.ts +0 -0
  18. /package/es/modules/{dataCollection → dataManage}/collectionAttributeList.js +0 -0
  19. /package/es/modules/{dataCollection → dataManage}/collectionEventList.d.ts +0 -0
  20. /package/es/modules/{dataCollection → dataManage}/collectionEventList.js +0 -0
  21. /package/es/modules/{dataCollection → dataManage}/components/createVirtualDrawer.d.ts +0 -0
  22. /package/es/modules/{dataCollection → dataManage}/components/eventFilter/index.d.ts +0 -0
  23. /package/es/modules/{dataCollection → dataManage}/components/eventFilter/index.js +0 -0
  24. /package/es/modules/{dataCollection → dataManage}/components/eventFilter/types.d.ts +0 -0
  25. /package/es/modules/{dataCollection → dataManage}/components/eventFilter/types.js +0 -0
  26. /package/es/modules/{dataCollection → dataManage}/components/eventGroupingDrawer.d.ts +0 -0
  27. /package/es/modules/{dataCollection → dataManage}/components/eventItem.d.ts +0 -0
  28. /package/es/modules/{dataCollection → dataManage}/components/eventItem.js +0 -0
  29. /package/es/modules/{dataCollection → dataManage}/components/selectAttributes.d.ts +0 -0
  30. /package/es/modules/{dataCollection → dataManage}/components/selectAttributes.js +0 -0
  31. /package/es/modules/{dataCollection → dataManage}/components/tablePlus.d.ts +0 -0
  32. /package/es/modules/{dataCollection → dataManage}/components/virtualTablePlus.d.ts +0 -0
  33. /package/es/modules/{dataCollection → dataManage}/types.d.ts +0 -0
  34. /package/es/modules/{dataCollection → dataManage}/types.js +0 -0
  35. /package/es/modules/{dataCollection → dataManage}/virtualEventList.d.ts +0 -0
  36. /package/es/modules/{dataCollection → dataManage}/virtualEventList.js +0 -0
@@ -1,36 +1,845 @@
1
1
  @import '~@zgfe/business-lib/es/assets/styles/inner.less';
2
2
  .data-manage {
3
3
  position: relative;
4
- min-height: 100%;
5
- background: #fafafb;
6
- .tabs {
7
- height: 48px;
8
- .ant-tabs-tab-btn {
9
- font-size: 16px !important;
10
- }
11
- .ant-tabs-nav {
12
- height: 48px;
13
- background: #fff;
14
- .ant-tabs-tab {
15
- margin: 0 0 0 24px !important;
16
- }
17
- }
18
- }
19
- .tabs-collapsed {
20
- min-width: 48px;
21
- .tabs {
22
- min-width: 48px;
23
- .tab {
24
- text-align: center;
4
+ height: calc(100vh - 80px);
5
+ // padding: 24px;
6
+ background: #fff;
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
+ margin-left: 24px;
15
+ }
16
+ > :nth-child(2) {
17
+ margin: 16px;
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 20px 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
+ }
75
+
76
+ .virtual-event-list,
77
+ .event-list {
78
+ &-top-box {
79
+ position: relative;
80
+ display: flex;
81
+ margin-bottom: 17px;
82
+ .top-select {
83
+ width: 264px;
84
+ margin-right: 12px;
85
+ }
86
+ .top-input {
87
+ width: 264px;
88
+ margin-right: 12px;
89
+ .ant-input-prefix {
90
+ margin-right: 8px;
91
+ }
92
+ }
93
+ .top-total {
94
+ line-height: 32px;
95
+ span {
96
+ margin: 0 4px;
97
+ color: @primary-color;
98
+ font-weight: bold;
99
+ }
100
+ }
101
+ .top-button {
102
+ position: absolute;
103
+ top: 0;
104
+ right: 0;
105
+ display: flex;
106
+ gap: 16px;
107
+ line-height: 100%;
108
+ .button:not(.disabled) {
109
+ color: #1454e5;
110
+ border: 1px solid #1454e5;
111
+ }
112
+ }
113
+ }
114
+ .table-plus {
115
+ &-table {
116
+ .ant-table {
117
+ border-radius: 8px !important;
118
+ .ant-table-thead {
119
+ > tr > th {
120
+ height: 50px;
121
+ padding: 0 16px;
122
+ }
123
+ }
124
+ .ant-table-tbody {
125
+ > tr > td {
126
+ height: 50px;
127
+ padding: 0 16px;
128
+ }
129
+ }
130
+ table {
131
+ border-collapse: collapse;
132
+ }
133
+ }
134
+ .ant-table-cell-row-hover {
135
+ .bsicon {
136
+ display: inline-block !important;
137
+ }
138
+ }
139
+ .alias_name_popover {
140
+ width: 200px;
141
+ word-break: break-all;
142
+ background: red;
143
+ }
144
+ .ant-input:focus,
145
+ .ant-input-focused {
146
+ background-color: #fff !important;
147
+ border-bottom: 1px solid @primary-color;
148
+ border-radius: 0 !important;
149
+ box-shadow: none !important;
150
+ }
151
+ .group-row {
152
+ // border-top: 12px solid #f5f5f5;
153
+ > :nth-child(1) {
154
+ display: flex !important;
155
+ align-items: center !important;
156
+ }
157
+ .ant-table-cell-fix-left {
158
+ left: 0px;
159
+ display: block;
160
+ width: 500px;
161
+ background: #fff;
162
+ }
163
+ .ant-table-cell-fix-left-first::after,
164
+ .ant-table-cell-fix-left-last::after {
165
+ box-shadow: none;
166
+ }
167
+ td {
168
+ padding: 6px 16px;
169
+ }
170
+ :last-child {
171
+ padding: 0;
172
+ }
173
+ td:not(:first-child, :last-child) > * {
174
+ display: none;
175
+ }
176
+ }
177
+ .group-box {
178
+ display: flex;
179
+ width: 800px;
180
+ line-height: 30px;
181
+ .ant-input {
182
+ width: 150px;
183
+ border: none;
184
+ }
185
+ .bsicon {
186
+ margin-right: 4px;
187
+ font-size: 18px !important;
188
+ }
189
+ .group-handle {
190
+ margin-left: 30px;
191
+ cursor: pointer;
192
+ user-select: none;
193
+ }
194
+ }
195
+ .edit-del {
25
196
  .bsicon {
26
- margin: 0 !important;
197
+ margin-left: 15px;
198
+ font-size: 16px !important;
199
+ cursor: pointer;
200
+ }
201
+ :first-child:hover {
202
+ color: @primary-color;
203
+ }
204
+ :last-child:hover {
205
+ color: red;
206
+ }
207
+ }
208
+ .set-box {
209
+ display: flex;
210
+ color: #165dff;
211
+ cursor: pointer;
212
+ > :nth-child(1) {
213
+ margin-right: 16px;
214
+ }
215
+ }
216
+ .select-style {
217
+ width: 126px;
218
+ .ant-select-selection-item {
219
+ color: #021429;
220
+ font-weight: 500;
221
+ }
222
+ }
223
+ .event_attrs {
224
+ .bsicon {
225
+ margin-left: 12px;
226
+ font-size: 16px !important;
227
+ &:hover {
228
+ color: @primary-color;
229
+ }
230
+ }
231
+ }
232
+ .event_name {
233
+ display: flex;
234
+ .event_name-text {
235
+ display: -webkit-box;
236
+ // max-width: 120px;
237
+ overflow: hidden;
238
+ cursor: pointer;
239
+ -webkit-box-orient: vertical;
240
+ -webkit-line-clamp: 1;
241
+ }
242
+ .expired {
243
+ display: flex;
244
+ gap: 4px;
245
+ align-items: flex-start;
246
+ margin-left: 8px;
247
+ padding: 2px 8px;
248
+ color: #fd9f41;
249
+ font-size: 14px;
250
+ background: #ffecd9;
251
+ border-radius: 2px;
252
+ }
253
+ .copy-text {
254
+ display: none;
255
+ margin-left: 10px;
256
+ font-size: 16px !important;
257
+ cursor: pointer;
258
+ }
259
+ .copy-text:hover {
260
+ color: @primary-color;
261
+ }
262
+ .collect-icon,
263
+ .collect-icon-active {
264
+ margin: 0 4px;
265
+ font-size: 16px !important;
266
+ cursor: pointer;
267
+ }
268
+ .collect-icon {
269
+ color: #999;
270
+ opacity: 0;
271
+ }
272
+ .collect-icon:hover {
273
+ color: #f2d074;
274
+ }
275
+ .collect-icon-active {
276
+ color: #fd9f41;
277
+ }
278
+ .ant-checkbox-wrapper {
279
+ align-items: center;
280
+ margin-top: -6px;
281
+ }
282
+ }
283
+ .alias_name {
284
+ display: flex;
285
+ border: none;
286
+ cursor: pointer;
287
+ .alias_name_text {
288
+ display: -webkit-box;
289
+ max-width: 167px;
290
+ overflow: hidden;
291
+ cursor: pointer;
292
+ -webkit-box-orient: vertical;
293
+ -webkit-line-clamp: 1;
294
+ }
295
+ .edit-alias-name {
296
+ display: none;
297
+ margin-left: 10px;
298
+ font-size: 16px !important;
299
+ }
300
+ .edit-alias-name:hover {
301
+ color: @primary-color;
302
+ }
303
+ }
304
+ .bind-event,
305
+ .description {
306
+ display: -webkit-box;
307
+ max-width: 180px;
308
+ overflow: hidden;
309
+ cursor: pointer;
310
+ -webkit-box-orient: vertical;
311
+ -webkit-line-clamp: 1;
312
+ }
313
+ .ant-table-row:hover {
314
+ .collect-icon {
315
+ opacity: 1;
316
+ }
317
+ .copy-text {
318
+ display: block;
319
+ }
320
+ .edit-alias-name {
321
+ display: block;
27
322
  }
28
323
  }
324
+ .set {
325
+ color: @primary-color;
326
+ text-align: center;
327
+ cursor: pointer;
328
+ user-select: none;
329
+ }
330
+ .set-error {
331
+ color: #86909c;
332
+ }
29
333
  }
30
334
  }
31
- .dmcontent {
32
- height: calc(100vh - 48px);
335
+ }
336
+
337
+ .attr-list {
338
+ .ant-table {
339
+ overflow: hidden;
340
+ border: 1px solid #ecedf0;
341
+ border-radius: 8px;
342
+ }
343
+ .attr-name {
344
+ display: flex;
345
+ .attr-name-text {
346
+ display: -webkit-box;
347
+ width: 120px;
348
+ overflow: hidden;
349
+ -webkit-box-orient: vertical;
350
+ -webkit-line-clamp: 1;
351
+ }
352
+ .tishiicon {
353
+ margin-right: 6px;
354
+ }
355
+ &:hover {
356
+ .fuzhi {
357
+ display: inline-block;
358
+ cursor: pointer;
359
+ }
360
+ }
361
+ }
362
+ .alias_name {
363
+ border: none;
364
+ cursor: pointer;
365
+ }
366
+ .ant-input:focus,
367
+ .ant-input-focused {
368
+ background-color: #fff !important;
369
+ border-bottom: 1px solid @primary-color;
370
+ border-radius: 0 !important;
371
+ box-shadow: none !important;
372
+ }
373
+ .attr_alias_name {
374
+ cursor: pointer;
375
+ user-select: none;
376
+ &:not(.disabled):hover {
377
+ color: @primary-color;
378
+ }
379
+ }
380
+ .button-box {
381
+ display: flex;
382
+ margin-top: -24px;
383
+ margin-bottom: 14px;
384
+ .ant-btn {
385
+ margin-right: 20px;
386
+ }
387
+ .bsicon {
388
+ margin-right: 6px;
389
+ }
390
+ }
391
+ .clearData {
392
+ position: absolute;
393
+ top: 75px;
394
+ right: 26px;
395
+ text-align: right;
396
+ cursor: pointer;
397
+ user-select: none;
398
+ }
399
+ }
400
+
401
+ .virtual-event-list {
402
+ .table-plus {
403
+ &-table {
404
+ .event_name-text:hover {
405
+ color: #165dff;
406
+ }
407
+ }
408
+ }
409
+ }
410
+
411
+ .event-list-drawer {
412
+ .ant-select {
413
+ border-radius: 4px !important;
414
+ }
415
+ .ant-drawer-header-title {
416
+ height: 20px;
417
+ .ant-drawer-close {
418
+ position: absolute;
419
+ right: 6px;
420
+ }
421
+ }
422
+ .ant-drawer-mask {
423
+ background: rgba(0, 0, 0, 0.8);
424
+ }
425
+ }
426
+
427
+ .create-virtual-drawer {
428
+ .ant-select {
429
+ border-radius: 4px !important;
430
+ }
431
+ #basic {
432
+ padding-bottom: 100px;
433
+ .ant-input {
434
+ border: none;
435
+ }
436
+ }
437
+ &-desc {
438
+ .ant-form-item-control {
439
+ max-width: 100%;
440
+ }
441
+ }
442
+ &-add {
443
+ color: #165dff;
444
+ cursor: pointer;
445
+ &-icon {
446
+ margin-right: 8px;
447
+ font-weight: 900;
448
+ font-size: 18px !important;
449
+ vertical-align: -2px;
450
+ }
451
+ }
452
+ &-see-box {
453
+ > div {
454
+ display: flex;
455
+ gap: 8px;
456
+ margin-bottom: 16px;
457
+ color: #021429;
458
+ span {
459
+ width: 84px;
460
+ min-width: 84px;
461
+ color: #5f6085;
462
+ text-align: right;
463
+ }
464
+ }
465
+ }
466
+ .ant-drawer-close {
467
+ display: none;
468
+ }
469
+ .qingchu {
470
+ font-size: 20px !important;
471
+ cursor: pointer;
472
+ }
473
+ &-eventDataBox {
474
+ margin-top: 24px;
475
+ padding-bottom: 24px;
476
+ > :nth-child(1) {
477
+ color: #5f6085;
478
+ }
479
+ > :nth-child(1)::before {
480
+ display: inline-block;
481
+ margin-right: 4px;
482
+ color: #ff4d4f;
483
+ font-size: 14px;
484
+ font-family: SimSun, sans-serif;
485
+ line-height: 1;
486
+ content: '*';
487
+ }
488
+ > :nth-child(2) {
489
+ margin-top: 8px;
490
+ color: #67727f;
491
+ font-size: 12px;
492
+ }
493
+ }
494
+ &-eventDataBox.see {
495
+ > :nth-child(1) {
496
+ color: #5f6085;
497
+ }
498
+ > :nth-child(2) {
499
+ color: #67727f;
500
+ }
501
+ }
502
+ &-formList {
503
+ margin-top: 16px;
504
+ .ant-form-item {
505
+ width: 100%;
506
+ max-width: 100%;
507
+ margin-bottom: 16px !important;
508
+ .ant-col {
509
+ width: 100%;
510
+ max-width: 100%;
511
+ }
512
+ }
513
+ }
514
+ &-formSubmit {
515
+ position: absolute;
516
+ right: 0;
517
+ bottom: 0;
518
+ display: flex;
519
+ gap: 16px;
520
+ justify-content: end;
521
+ width: 100%;
33
522
  padding: 16px;
34
- background: #fafafb;
523
+ padding-right: 24px;
524
+ background: #fff;
525
+ border-top: 1px solid #f2f3f4;
526
+ }
527
+ .ant-drawer-content,
528
+ .ant-drawer-wrapper-body {
529
+ overflow: hidden !important;
530
+ }
531
+ }
532
+
533
+ .event-grouping-drawer {
534
+ &-box {
535
+ &-header {
536
+ display: flex;
537
+ align-items: center;
538
+ justify-content: space-between;
539
+ margin-top: 16px;
540
+ margin-bottom: 12px;
541
+ > div {
542
+ display: flex;
543
+ gap: 12px;
544
+ align-items: center;
545
+ justify-content: start;
546
+ }
547
+ .operate-left {
548
+ display: flex;
549
+ gap: 12px;
550
+ align-items: center;
551
+ justify-content: start;
552
+ .fangxiangshang {
553
+ transform: rotateZ(90deg);
554
+ }
555
+ > :nth-child(1) {
556
+ display: flex;
557
+ gap: 8px;
558
+ align-items: center;
559
+ justify-content: start;
560
+ > :nth-child(1) {
561
+ color: #9aa1a9;
562
+ }
563
+ > :nth-child(2) {
564
+ font-weight: 500;
565
+ }
566
+ .zhongmingming {
567
+ cursor: pointer;
568
+ }
569
+ .zhongmingming:hover {
570
+ color: #165dff;
571
+ }
572
+ }
573
+ > :last-child {
574
+ color: #9aa1a9;
575
+ }
576
+ }
577
+ .operate-right {
578
+ > :not(.ant-checkbox-wrapper):not(:last-child) {
579
+ padding: 0 8px;
580
+ cursor: pointer;
581
+ }
582
+ .tuozhuai1 {
583
+ font-size: 18px !important;
584
+ cursor: move;
585
+ }
586
+ .handle:hover {
587
+ color: #165dff;
588
+ }
589
+ .handle-delete:hover {
590
+ color: #fb5547;
591
+ }
592
+ }
593
+ }
594
+ &-content {
595
+ display: flex;
596
+ flex-wrap: wrap;
597
+ > div {
598
+ display: flex;
599
+ flex-wrap: wrap;
600
+ gap: 12px;
601
+ justify-content: flex-start;
602
+ width: 100%;
603
+ .checkbox-item {
604
+ display: flex;
605
+ flex-shrink: 0;
606
+ align-items: center;
607
+ width: calc(25% - 9px);
608
+ height: 40px;
609
+ margin: 0;
610
+ padding: 9px 0 9px 16px;
611
+ background: #fafafb;
612
+ border-radius: 4px;
613
+ .ant-checkbox {
614
+ margin-top: -6px;
615
+ }
616
+ .ant-checkbox + span {
617
+ display: -webkit-box;
618
+ max-width: 100%;
619
+ overflow: hidden;
620
+ cursor: pointer;
621
+ user-select: none;
622
+ -webkit-box-orient: vertical;
623
+ -webkit-line-clamp: 1;
624
+ }
625
+ }
626
+ }
627
+ .event-hidden {
628
+ color: #ccd0d4;
629
+ }
630
+ }
631
+ &-content.close {
632
+ display: none;
633
+ }
634
+ }
635
+ &-top-box {
636
+ display: flex;
637
+ align-items: center;
638
+ justify-content: space-between;
639
+ margin-top: -8px;
640
+ .ant-btn {
641
+ height: 32px;
642
+ }
643
+ .ant-input-affix-wrapper {
644
+ width: 374px;
645
+ border: none;
646
+ }
647
+ .ant-input-prefix {
648
+ margin-right: 10px;
649
+ }
650
+ }
651
+ .ant-drawer-content-wrapper {
652
+ overflow-x: hidden;
653
+ }
654
+ .ant-drawer-content,
655
+ .ant-drawer-wrapper-body {
656
+ overflow: hidden !important;
657
+ }
658
+ .ant-drawer-title {
659
+ span {
660
+ margin-left: 8px;
661
+ color: #9aa1a9;
662
+ font-size: 12px;
663
+ }
664
+ }
665
+ .ant-drawer-close {
666
+ display: none;
667
+ }
668
+ .ant-drawer-extra {
669
+ .qingchu {
670
+ font-size: 20px !important;
671
+ cursor: pointer;
672
+ }
673
+ }
674
+ }
675
+
676
+ .event-grouping-drawer-sortablelist {
677
+ z-index: 99999;
678
+ }
679
+
680
+ .group-delete-modal {
681
+ .ant-modal-body {
682
+ padding: 24px;
683
+ }
684
+ .ant-modal-confirm-body {
685
+ .tishi1 {
686
+ margin-right: 2px;
687
+ color: #fd9f41;
688
+ font-size: 24px !important;
689
+ }
690
+ }
691
+ .ant-modal-confirm-title {
692
+ display: inline !important;
693
+ color: #021429 !important;
694
+ font-weight: 500;
695
+ font-size: 24px !important;
696
+ }
697
+ .ant-modal-confirm-content {
698
+ margin-top: 20px !important;
699
+ }
700
+ }
701
+
702
+ .move-popover {
703
+ .ant-popover-inner-content {
704
+ padding: 22px 16px 30px 16px;
705
+ .move-content {
706
+ > div {
707
+ margin-bottom: 8px;
708
+ }
709
+ > :last-child {
710
+ display: flex;
711
+ gap: 8px;
712
+ align-items: center;
713
+ justify-content: end;
714
+ margin-bottom: 0;
715
+ }
716
+ }
717
+ }
718
+ }
719
+ .move-popover.hidden {
720
+ display: none;
721
+ }
722
+
723
+ .ant-input-disabled,
724
+ .disabled {
725
+ cursor: not-allowed !important;
726
+ }
727
+
728
+ .select-attributes {
729
+ &-box {
730
+ display: flex;
731
+ width: 616px;
732
+ height: 380px;
733
+ background: #fff;
734
+ border-radius: 10px;
735
+ box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
736
+ &-left {
737
+ display: flex;
738
+ flex-direction: column;
739
+ width: 205px;
740
+ height: 380px;
741
+ padding: 8px;
742
+ overflow-y: auto;
743
+ box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
744
+ > div {
745
+ display: flex;
746
+ justify-content: space-between;
747
+ padding: 6px 12px;
748
+ }
749
+ .active {
750
+ color: #fff;
751
+ background: #165dff;
752
+ border-radius: 4px;
753
+ > :nth-child(2) {
754
+ padding: 0px 4px;
755
+ border: 1px solid #fff;
756
+ border-radius: 10px;
757
+ }
758
+ }
759
+ }
760
+ &-right {
761
+ width: 100%;
762
+ height: 380px;
763
+ padding: 8px;
764
+ > :nth-child(2) {
765
+ display: flex;
766
+ flex-direction: column;
767
+ gap: 8px;
768
+ align-items: flex-start;
769
+ width: 100%;
770
+ height: 320px;
771
+ margin-top: 8px;
772
+ overflow-y: auto;
773
+ > div {
774
+ display: flex;
775
+ flex-shrink: 0;
776
+ gap: 10px;
777
+ align-items: center;
778
+ align-self: stretch;
779
+ height: 32px;
780
+ padding: 0px 16px;
781
+ }
782
+ .active {
783
+ background: #e8efff;
784
+ }
785
+ }
786
+ }
787
+ }
788
+ &-select {
789
+ display: flex;
790
+ gap: 10px;
791
+ align-items: center;
792
+ justify-content: flex-start;
793
+ margin-top: 16px;
794
+ > :nth-child(1) {
795
+ width: 32px;
796
+ color: #5f6085;
797
+ }
798
+ }
799
+ &-modal-box {
800
+ .ant-modal-header {
801
+ padding-bottom: 0 !important;
802
+ }
803
+ .ant-modal-body {
804
+ > :nth-child(1) {
805
+ color: #021429;
806
+ }
807
+ }
808
+ .ant-modal-close-x {
809
+ display: none;
810
+ }
811
+ .ant-modal-title {
812
+ position: relative;
813
+ .tishi1 {
814
+ margin-right: 8px;
815
+ color: #fd9f41;
816
+ }
817
+ .qingchu {
818
+ position: absolute;
819
+ top: 0;
820
+ right: 0;
821
+ }
822
+ }
823
+ }
824
+ }
825
+ #select-attributes-select {
826
+ .ant-select-dropdown {
827
+ display: none !important;
828
+ }
829
+ }
830
+
831
+ .not-operable {
832
+ color: #ccd0d4;
833
+ cursor: not-allowed !important;
834
+ user-select: none;
835
+ }
836
+
837
+ // dm项目中modal-confirm公用的样式
838
+ .dm-modal-confirm {
839
+ .ant-modal-confirm-btns {
840
+ .ant-btn-primary {
841
+ margin-left: 16px !important;
842
+ background: #165dff;
843
+ }
35
844
  }
36
845
  }