@zgfe/modules-dm 1.0.56-zhongyuan.26 → 1.0.56-zhongyuan.27

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.
@@ -1,1195 +1,1195 @@
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
- }
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
+ }