@zgfe/modules-dm 1.0.42-alpha.10 → 1.0.42-alpha.8

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