@zgfe/modules-dm 1.0.57-zhongyuan.31 → 1.0.57-zhongyuan.32

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