assui 2.1.3 → 2.1.6

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 (27) hide show
  1. package/es/label-customize-range-picker/index.d.ts +4 -1
  2. package/es/label-customize-range-picker/index.js +33 -13
  3. package/es/label-customize-range-picker/style/index.d.ts +1 -0
  4. package/es/label-customize-range-picker/style/index.js +1 -0
  5. package/es/label-range-picker/index.js +8 -12
  6. package/lib/label-customize-range-picker/index.d.ts +4 -1
  7. package/lib/label-customize-range-picker/index.js +35 -13
  8. package/lib/label-customize-range-picker/style/index.d.ts +1 -0
  9. package/lib/label-customize-range-picker/style/index.js +2 -0
  10. package/lib/label-range-picker/index.js +9 -12
  11. package/package.json +3 -3
  12. package/es/customize-range-picker/defaultRadioList.d.ts +0 -24
  13. package/es/customize-range-picker/defaultRadioList.js +0 -79
  14. package/es/customize-range-picker/index.d.ts +0 -15
  15. package/es/customize-range-picker/index.js +0 -172
  16. package/es/customize-range-picker/style/index.css +0 -1821
  17. package/es/customize-range-picker/style/index.d.ts +0 -1
  18. package/es/customize-range-picker/style/index.js +0 -1
  19. package/es/customize-range-picker/style/index.less +0 -46
  20. package/lib/customize-range-picker/defaultRadioList.d.ts +0 -24
  21. package/lib/customize-range-picker/defaultRadioList.js +0 -93
  22. package/lib/customize-range-picker/index.d.ts +0 -15
  23. package/lib/customize-range-picker/index.js +0 -228
  24. package/lib/customize-range-picker/style/index.css +0 -1821
  25. package/lib/customize-range-picker/style/index.d.ts +0 -1
  26. package/lib/customize-range-picker/style/index.js +0 -7
  27. package/lib/customize-range-picker/style/index.less +0 -46
@@ -1,1821 +0,0 @@
1
- /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
2
- /* stylelint-disable no-duplicate-selectors */
3
- /* stylelint-disable */
4
- /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
5
- [class^=ant-]::-ms-clear,
6
- [class*= ant-]::-ms-clear,
7
- [class^=ant-] input::-ms-clear,
8
- [class*= ant-] input::-ms-clear,
9
- [class^=ant-] input::-ms-reveal,
10
- [class*= ant-] input::-ms-reveal {
11
- display: none;
12
- }
13
- /* stylelint-disable property-no-vendor-prefix, at-rule-no-vendor-prefix */
14
- html,
15
- body {
16
- width: 100%;
17
- height: 100%;
18
- }
19
- input::-ms-clear,
20
- input::-ms-reveal {
21
- display: none;
22
- }
23
- *,
24
- *::before,
25
- *::after {
26
- box-sizing: border-box;
27
- }
28
- html {
29
- font-family: sans-serif;
30
- line-height: 1.15;
31
- -webkit-text-size-adjust: 100%;
32
- -ms-text-size-adjust: 100%;
33
- -ms-overflow-style: scrollbar;
34
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
35
- }
36
- @-ms-viewport {
37
- width: device-width;
38
- }
39
- body {
40
- margin: 0;
41
- color: rgba(0, 0, 0, 0.85);
42
- font-size: 14px;
43
- font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
44
- font-variant: tabular-nums;
45
- line-height: 1.5715;
46
- background-color: #fff;
47
- font-feature-settings: 'tnum';
48
- }
49
- [tabindex='-1']:focus {
50
- outline: none !important;
51
- }
52
- hr {
53
- box-sizing: content-box;
54
- height: 0;
55
- overflow: visible;
56
- }
57
- h1,
58
- h2,
59
- h3,
60
- h4,
61
- h5,
62
- h6 {
63
- margin-top: 0;
64
- margin-bottom: 0.5em;
65
- color: rgba(0, 0, 0, 0.85);
66
- font-weight: 500;
67
- }
68
- p {
69
- margin-top: 0;
70
- margin-bottom: 1em;
71
- }
72
- abbr[title],
73
- abbr[data-original-title] {
74
- text-decoration: underline;
75
- -webkit-text-decoration: underline dotted;
76
- text-decoration: underline dotted;
77
- border-bottom: 0;
78
- cursor: help;
79
- }
80
- address {
81
- margin-bottom: 1em;
82
- font-style: normal;
83
- line-height: inherit;
84
- }
85
- input[type='text'],
86
- input[type='password'],
87
- input[type='number'],
88
- textarea {
89
- -webkit-appearance: none;
90
- }
91
- ol,
92
- ul,
93
- dl {
94
- margin-top: 0;
95
- margin-bottom: 1em;
96
- }
97
- ol ol,
98
- ul ul,
99
- ol ul,
100
- ul ol {
101
- margin-bottom: 0;
102
- }
103
- dt {
104
- font-weight: 500;
105
- }
106
- dd {
107
- margin-bottom: 0.5em;
108
- margin-left: 0;
109
- }
110
- blockquote {
111
- margin: 0 0 1em;
112
- }
113
- dfn {
114
- font-style: italic;
115
- }
116
- b,
117
- strong {
118
- font-weight: bolder;
119
- }
120
- small {
121
- font-size: 80%;
122
- }
123
- sub,
124
- sup {
125
- position: relative;
126
- font-size: 75%;
127
- line-height: 0;
128
- vertical-align: baseline;
129
- }
130
- sub {
131
- bottom: -0.25em;
132
- }
133
- sup {
134
- top: -0.5em;
135
- }
136
- a {
137
- color: #1890ff;
138
- text-decoration: none;
139
- background-color: transparent;
140
- outline: none;
141
- cursor: pointer;
142
- transition: color 0.3s;
143
- -webkit-text-decoration-skip: objects;
144
- }
145
- a:hover {
146
- color: #40a9ff;
147
- }
148
- a:active {
149
- color: #096dd9;
150
- }
151
- a:active,
152
- a:hover {
153
- text-decoration: none;
154
- outline: 0;
155
- }
156
- a:focus {
157
- text-decoration: none;
158
- outline: 0;
159
- }
160
- a[disabled] {
161
- color: rgba(0, 0, 0, 0.25);
162
- cursor: not-allowed;
163
- }
164
- pre,
165
- code,
166
- kbd,
167
- samp {
168
- font-size: 1em;
169
- font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
170
- }
171
- pre {
172
- margin-top: 0;
173
- margin-bottom: 1em;
174
- overflow: auto;
175
- }
176
- figure {
177
- margin: 0 0 1em;
178
- }
179
- img {
180
- vertical-align: middle;
181
- border-style: none;
182
- }
183
- a,
184
- area,
185
- button,
186
- [role='button'],
187
- input:not([type='range']),
188
- label,
189
- select,
190
- summary,
191
- textarea {
192
- touch-action: manipulation;
193
- }
194
- table {
195
- border-collapse: collapse;
196
- }
197
- caption {
198
- padding-top: 0.75em;
199
- padding-bottom: 0.3em;
200
- color: rgba(0, 0, 0, 0.45);
201
- text-align: left;
202
- caption-side: bottom;
203
- }
204
- input,
205
- button,
206
- select,
207
- optgroup,
208
- textarea {
209
- margin: 0;
210
- color: inherit;
211
- font-size: inherit;
212
- font-family: inherit;
213
- line-height: inherit;
214
- }
215
- button,
216
- input {
217
- overflow: visible;
218
- }
219
- button,
220
- select {
221
- text-transform: none;
222
- }
223
- button,
224
- html [type="button"],
225
- [type="reset"],
226
- [type="submit"] {
227
- -webkit-appearance: button;
228
- }
229
- button::-moz-focus-inner,
230
- [type='button']::-moz-focus-inner,
231
- [type='reset']::-moz-focus-inner,
232
- [type='submit']::-moz-focus-inner {
233
- padding: 0;
234
- border-style: none;
235
- }
236
- input[type='radio'],
237
- input[type='checkbox'] {
238
- box-sizing: border-box;
239
- padding: 0;
240
- }
241
- input[type='date'],
242
- input[type='time'],
243
- input[type='datetime-local'],
244
- input[type='month'] {
245
- -webkit-appearance: listbox;
246
- }
247
- textarea {
248
- overflow: auto;
249
- resize: vertical;
250
- }
251
- fieldset {
252
- min-width: 0;
253
- margin: 0;
254
- padding: 0;
255
- border: 0;
256
- }
257
- legend {
258
- display: block;
259
- width: 100%;
260
- max-width: 100%;
261
- margin-bottom: 0.5em;
262
- padding: 0;
263
- color: inherit;
264
- font-size: 1.5em;
265
- line-height: inherit;
266
- white-space: normal;
267
- }
268
- progress {
269
- vertical-align: baseline;
270
- }
271
- [type='number']::-webkit-inner-spin-button,
272
- [type='number']::-webkit-outer-spin-button {
273
- height: auto;
274
- }
275
- [type='search'] {
276
- outline-offset: -2px;
277
- -webkit-appearance: none;
278
- }
279
- [type='search']::-webkit-search-cancel-button,
280
- [type='search']::-webkit-search-decoration {
281
- -webkit-appearance: none;
282
- }
283
- ::-webkit-file-upload-button {
284
- font: inherit;
285
- -webkit-appearance: button;
286
- }
287
- output {
288
- display: inline-block;
289
- }
290
- summary {
291
- display: list-item;
292
- }
293
- template {
294
- display: none;
295
- }
296
- [hidden] {
297
- display: none !important;
298
- }
299
- mark {
300
- padding: 0.2em;
301
- background-color: #feffe6;
302
- }
303
- ::-moz-selection {
304
- color: #fff;
305
- background: #1890ff;
306
- }
307
- ::selection {
308
- color: #fff;
309
- background: #1890ff;
310
- }
311
- .clearfix::before {
312
- display: table;
313
- content: '';
314
- }
315
- .clearfix::after {
316
- display: table;
317
- clear: both;
318
- content: '';
319
- }
320
- .anticon {
321
- display: inline-block;
322
- color: inherit;
323
- font-style: normal;
324
- line-height: 0;
325
- text-align: center;
326
- text-transform: none;
327
- vertical-align: -0.125em;
328
- text-rendering: optimizelegibility;
329
- -webkit-font-smoothing: antialiased;
330
- -moz-osx-font-smoothing: grayscale;
331
- }
332
- .anticon > * {
333
- line-height: 1;
334
- }
335
- .anticon svg {
336
- display: inline-block;
337
- }
338
- .anticon::before {
339
- display: none;
340
- }
341
- .anticon .anticon-icon {
342
- display: block;
343
- }
344
- .anticon > .anticon {
345
- line-height: 0;
346
- vertical-align: 0;
347
- }
348
- .anticon[tabindex] {
349
- cursor: pointer;
350
- }
351
- .anticon-spin::before {
352
- display: inline-block;
353
- -webkit-animation: loadingCircle 1s infinite linear;
354
- animation: loadingCircle 1s infinite linear;
355
- }
356
- .anticon-spin {
357
- display: inline-block;
358
- -webkit-animation: loadingCircle 1s infinite linear;
359
- animation: loadingCircle 1s infinite linear;
360
- }
361
- .ant-fade-enter,
362
- .ant-fade-appear {
363
- -webkit-animation-duration: 0.2s;
364
- animation-duration: 0.2s;
365
- -webkit-animation-fill-mode: both;
366
- animation-fill-mode: both;
367
- -webkit-animation-play-state: paused;
368
- animation-play-state: paused;
369
- }
370
- .ant-fade-leave {
371
- -webkit-animation-duration: 0.2s;
372
- animation-duration: 0.2s;
373
- -webkit-animation-fill-mode: both;
374
- animation-fill-mode: both;
375
- -webkit-animation-play-state: paused;
376
- animation-play-state: paused;
377
- }
378
- .ant-fade-enter.ant-fade-enter-active,
379
- .ant-fade-appear.ant-fade-appear-active {
380
- -webkit-animation-name: antFadeIn;
381
- animation-name: antFadeIn;
382
- -webkit-animation-play-state: running;
383
- animation-play-state: running;
384
- }
385
- .ant-fade-leave.ant-fade-leave-active {
386
- -webkit-animation-name: antFadeOut;
387
- animation-name: antFadeOut;
388
- -webkit-animation-play-state: running;
389
- animation-play-state: running;
390
- pointer-events: none;
391
- }
392
- .ant-fade-enter,
393
- .ant-fade-appear {
394
- opacity: 0;
395
- -webkit-animation-timing-function: linear;
396
- animation-timing-function: linear;
397
- }
398
- .ant-fade-leave {
399
- -webkit-animation-timing-function: linear;
400
- animation-timing-function: linear;
401
- }
402
- @-webkit-keyframes antFadeIn {
403
- 0% {
404
- opacity: 0;
405
- }
406
- 100% {
407
- opacity: 1;
408
- }
409
- }
410
- @keyframes antFadeIn {
411
- 0% {
412
- opacity: 0;
413
- }
414
- 100% {
415
- opacity: 1;
416
- }
417
- }
418
- @-webkit-keyframes antFadeOut {
419
- 0% {
420
- opacity: 1;
421
- }
422
- 100% {
423
- opacity: 0;
424
- }
425
- }
426
- @keyframes antFadeOut {
427
- 0% {
428
- opacity: 1;
429
- }
430
- 100% {
431
- opacity: 0;
432
- }
433
- }
434
- .ant-move-up-enter,
435
- .ant-move-up-appear {
436
- -webkit-animation-duration: 0.2s;
437
- animation-duration: 0.2s;
438
- -webkit-animation-fill-mode: both;
439
- animation-fill-mode: both;
440
- -webkit-animation-play-state: paused;
441
- animation-play-state: paused;
442
- }
443
- .ant-move-up-leave {
444
- -webkit-animation-duration: 0.2s;
445
- animation-duration: 0.2s;
446
- -webkit-animation-fill-mode: both;
447
- animation-fill-mode: both;
448
- -webkit-animation-play-state: paused;
449
- animation-play-state: paused;
450
- }
451
- .ant-move-up-enter.ant-move-up-enter-active,
452
- .ant-move-up-appear.ant-move-up-appear-active {
453
- -webkit-animation-name: antMoveUpIn;
454
- animation-name: antMoveUpIn;
455
- -webkit-animation-play-state: running;
456
- animation-play-state: running;
457
- }
458
- .ant-move-up-leave.ant-move-up-leave-active {
459
- -webkit-animation-name: antMoveUpOut;
460
- animation-name: antMoveUpOut;
461
- -webkit-animation-play-state: running;
462
- animation-play-state: running;
463
- pointer-events: none;
464
- }
465
- .ant-move-up-enter,
466
- .ant-move-up-appear {
467
- opacity: 0;
468
- -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
469
- animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
470
- }
471
- .ant-move-up-leave {
472
- -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
473
- animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
474
- }
475
- .ant-move-down-enter,
476
- .ant-move-down-appear {
477
- -webkit-animation-duration: 0.2s;
478
- animation-duration: 0.2s;
479
- -webkit-animation-fill-mode: both;
480
- animation-fill-mode: both;
481
- -webkit-animation-play-state: paused;
482
- animation-play-state: paused;
483
- }
484
- .ant-move-down-leave {
485
- -webkit-animation-duration: 0.2s;
486
- animation-duration: 0.2s;
487
- -webkit-animation-fill-mode: both;
488
- animation-fill-mode: both;
489
- -webkit-animation-play-state: paused;
490
- animation-play-state: paused;
491
- }
492
- .ant-move-down-enter.ant-move-down-enter-active,
493
- .ant-move-down-appear.ant-move-down-appear-active {
494
- -webkit-animation-name: antMoveDownIn;
495
- animation-name: antMoveDownIn;
496
- -webkit-animation-play-state: running;
497
- animation-play-state: running;
498
- }
499
- .ant-move-down-leave.ant-move-down-leave-active {
500
- -webkit-animation-name: antMoveDownOut;
501
- animation-name: antMoveDownOut;
502
- -webkit-animation-play-state: running;
503
- animation-play-state: running;
504
- pointer-events: none;
505
- }
506
- .ant-move-down-enter,
507
- .ant-move-down-appear {
508
- opacity: 0;
509
- -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
510
- animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
511
- }
512
- .ant-move-down-leave {
513
- -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
514
- animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
515
- }
516
- .ant-move-left-enter,
517
- .ant-move-left-appear {
518
- -webkit-animation-duration: 0.2s;
519
- animation-duration: 0.2s;
520
- -webkit-animation-fill-mode: both;
521
- animation-fill-mode: both;
522
- -webkit-animation-play-state: paused;
523
- animation-play-state: paused;
524
- }
525
- .ant-move-left-leave {
526
- -webkit-animation-duration: 0.2s;
527
- animation-duration: 0.2s;
528
- -webkit-animation-fill-mode: both;
529
- animation-fill-mode: both;
530
- -webkit-animation-play-state: paused;
531
- animation-play-state: paused;
532
- }
533
- .ant-move-left-enter.ant-move-left-enter-active,
534
- .ant-move-left-appear.ant-move-left-appear-active {
535
- -webkit-animation-name: antMoveLeftIn;
536
- animation-name: antMoveLeftIn;
537
- -webkit-animation-play-state: running;
538
- animation-play-state: running;
539
- }
540
- .ant-move-left-leave.ant-move-left-leave-active {
541
- -webkit-animation-name: antMoveLeftOut;
542
- animation-name: antMoveLeftOut;
543
- -webkit-animation-play-state: running;
544
- animation-play-state: running;
545
- pointer-events: none;
546
- }
547
- .ant-move-left-enter,
548
- .ant-move-left-appear {
549
- opacity: 0;
550
- -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
551
- animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
552
- }
553
- .ant-move-left-leave {
554
- -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
555
- animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
556
- }
557
- .ant-move-right-enter,
558
- .ant-move-right-appear {
559
- -webkit-animation-duration: 0.2s;
560
- animation-duration: 0.2s;
561
- -webkit-animation-fill-mode: both;
562
- animation-fill-mode: both;
563
- -webkit-animation-play-state: paused;
564
- animation-play-state: paused;
565
- }
566
- .ant-move-right-leave {
567
- -webkit-animation-duration: 0.2s;
568
- animation-duration: 0.2s;
569
- -webkit-animation-fill-mode: both;
570
- animation-fill-mode: both;
571
- -webkit-animation-play-state: paused;
572
- animation-play-state: paused;
573
- }
574
- .ant-move-right-enter.ant-move-right-enter-active,
575
- .ant-move-right-appear.ant-move-right-appear-active {
576
- -webkit-animation-name: antMoveRightIn;
577
- animation-name: antMoveRightIn;
578
- -webkit-animation-play-state: running;
579
- animation-play-state: running;
580
- }
581
- .ant-move-right-leave.ant-move-right-leave-active {
582
- -webkit-animation-name: antMoveRightOut;
583
- animation-name: antMoveRightOut;
584
- -webkit-animation-play-state: running;
585
- animation-play-state: running;
586
- pointer-events: none;
587
- }
588
- .ant-move-right-enter,
589
- .ant-move-right-appear {
590
- opacity: 0;
591
- -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
592
- animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
593
- }
594
- .ant-move-right-leave {
595
- -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
596
- animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
597
- }
598
- @-webkit-keyframes antMoveDownIn {
599
- 0% {
600
- transform: translateY(100%);
601
- transform-origin: 0 0;
602
- opacity: 0;
603
- }
604
- 100% {
605
- transform: translateY(0%);
606
- transform-origin: 0 0;
607
- opacity: 1;
608
- }
609
- }
610
- @keyframes antMoveDownIn {
611
- 0% {
612
- transform: translateY(100%);
613
- transform-origin: 0 0;
614
- opacity: 0;
615
- }
616
- 100% {
617
- transform: translateY(0%);
618
- transform-origin: 0 0;
619
- opacity: 1;
620
- }
621
- }
622
- @-webkit-keyframes antMoveDownOut {
623
- 0% {
624
- transform: translateY(0%);
625
- transform-origin: 0 0;
626
- opacity: 1;
627
- }
628
- 100% {
629
- transform: translateY(100%);
630
- transform-origin: 0 0;
631
- opacity: 0;
632
- }
633
- }
634
- @keyframes antMoveDownOut {
635
- 0% {
636
- transform: translateY(0%);
637
- transform-origin: 0 0;
638
- opacity: 1;
639
- }
640
- 100% {
641
- transform: translateY(100%);
642
- transform-origin: 0 0;
643
- opacity: 0;
644
- }
645
- }
646
- @-webkit-keyframes antMoveLeftIn {
647
- 0% {
648
- transform: translateX(-100%);
649
- transform-origin: 0 0;
650
- opacity: 0;
651
- }
652
- 100% {
653
- transform: translateX(0%);
654
- transform-origin: 0 0;
655
- opacity: 1;
656
- }
657
- }
658
- @keyframes antMoveLeftIn {
659
- 0% {
660
- transform: translateX(-100%);
661
- transform-origin: 0 0;
662
- opacity: 0;
663
- }
664
- 100% {
665
- transform: translateX(0%);
666
- transform-origin: 0 0;
667
- opacity: 1;
668
- }
669
- }
670
- @-webkit-keyframes antMoveLeftOut {
671
- 0% {
672
- transform: translateX(0%);
673
- transform-origin: 0 0;
674
- opacity: 1;
675
- }
676
- 100% {
677
- transform: translateX(-100%);
678
- transform-origin: 0 0;
679
- opacity: 0;
680
- }
681
- }
682
- @keyframes antMoveLeftOut {
683
- 0% {
684
- transform: translateX(0%);
685
- transform-origin: 0 0;
686
- opacity: 1;
687
- }
688
- 100% {
689
- transform: translateX(-100%);
690
- transform-origin: 0 0;
691
- opacity: 0;
692
- }
693
- }
694
- @-webkit-keyframes antMoveRightIn {
695
- 0% {
696
- transform: translateX(100%);
697
- transform-origin: 0 0;
698
- opacity: 0;
699
- }
700
- 100% {
701
- transform: translateX(0%);
702
- transform-origin: 0 0;
703
- opacity: 1;
704
- }
705
- }
706
- @keyframes antMoveRightIn {
707
- 0% {
708
- transform: translateX(100%);
709
- transform-origin: 0 0;
710
- opacity: 0;
711
- }
712
- 100% {
713
- transform: translateX(0%);
714
- transform-origin: 0 0;
715
- opacity: 1;
716
- }
717
- }
718
- @-webkit-keyframes antMoveRightOut {
719
- 0% {
720
- transform: translateX(0%);
721
- transform-origin: 0 0;
722
- opacity: 1;
723
- }
724
- 100% {
725
- transform: translateX(100%);
726
- transform-origin: 0 0;
727
- opacity: 0;
728
- }
729
- }
730
- @keyframes antMoveRightOut {
731
- 0% {
732
- transform: translateX(0%);
733
- transform-origin: 0 0;
734
- opacity: 1;
735
- }
736
- 100% {
737
- transform: translateX(100%);
738
- transform-origin: 0 0;
739
- opacity: 0;
740
- }
741
- }
742
- @-webkit-keyframes antMoveUpIn {
743
- 0% {
744
- transform: translateY(-100%);
745
- transform-origin: 0 0;
746
- opacity: 0;
747
- }
748
- 100% {
749
- transform: translateY(0%);
750
- transform-origin: 0 0;
751
- opacity: 1;
752
- }
753
- }
754
- @keyframes antMoveUpIn {
755
- 0% {
756
- transform: translateY(-100%);
757
- transform-origin: 0 0;
758
- opacity: 0;
759
- }
760
- 100% {
761
- transform: translateY(0%);
762
- transform-origin: 0 0;
763
- opacity: 1;
764
- }
765
- }
766
- @-webkit-keyframes antMoveUpOut {
767
- 0% {
768
- transform: translateY(0%);
769
- transform-origin: 0 0;
770
- opacity: 1;
771
- }
772
- 100% {
773
- transform: translateY(-100%);
774
- transform-origin: 0 0;
775
- opacity: 0;
776
- }
777
- }
778
- @keyframes antMoveUpOut {
779
- 0% {
780
- transform: translateY(0%);
781
- transform-origin: 0 0;
782
- opacity: 1;
783
- }
784
- 100% {
785
- transform: translateY(-100%);
786
- transform-origin: 0 0;
787
- opacity: 0;
788
- }
789
- }
790
- @-webkit-keyframes loadingCircle {
791
- 100% {
792
- transform: rotate(360deg);
793
- }
794
- }
795
- @keyframes loadingCircle {
796
- 100% {
797
- transform: rotate(360deg);
798
- }
799
- }
800
- [ant-click-animating='true'],
801
- [ant-click-animating-without-extra-node='true'] {
802
- position: relative;
803
- }
804
- html {
805
- --antd-wave-shadow-color: #1890ff;
806
- --scroll-bar: 0;
807
- }
808
- [ant-click-animating-without-extra-node='true']::after,
809
- .ant-click-animating-node {
810
- position: absolute;
811
- top: 0;
812
- right: 0;
813
- bottom: 0;
814
- left: 0;
815
- display: block;
816
- border-radius: inherit;
817
- box-shadow: 0 0 0 0 #1890ff;
818
- box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
819
- opacity: 0.2;
820
- -webkit-animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
821
- animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
822
- -webkit-animation-fill-mode: forwards;
823
- animation-fill-mode: forwards;
824
- content: '';
825
- pointer-events: none;
826
- }
827
- @-webkit-keyframes waveEffect {
828
- 100% {
829
- box-shadow: 0 0 0 #1890ff;
830
- box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
831
- }
832
- }
833
- @keyframes waveEffect {
834
- 100% {
835
- box-shadow: 0 0 0 #1890ff;
836
- box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
837
- }
838
- }
839
- @-webkit-keyframes fadeEffect {
840
- 100% {
841
- opacity: 0;
842
- }
843
- }
844
- @keyframes fadeEffect {
845
- 100% {
846
- opacity: 0;
847
- }
848
- }
849
- .ant-slide-up-enter,
850
- .ant-slide-up-appear {
851
- -webkit-animation-duration: 0.2s;
852
- animation-duration: 0.2s;
853
- -webkit-animation-fill-mode: both;
854
- animation-fill-mode: both;
855
- -webkit-animation-play-state: paused;
856
- animation-play-state: paused;
857
- }
858
- .ant-slide-up-leave {
859
- -webkit-animation-duration: 0.2s;
860
- animation-duration: 0.2s;
861
- -webkit-animation-fill-mode: both;
862
- animation-fill-mode: both;
863
- -webkit-animation-play-state: paused;
864
- animation-play-state: paused;
865
- }
866
- .ant-slide-up-enter.ant-slide-up-enter-active,
867
- .ant-slide-up-appear.ant-slide-up-appear-active {
868
- -webkit-animation-name: antSlideUpIn;
869
- animation-name: antSlideUpIn;
870
- -webkit-animation-play-state: running;
871
- animation-play-state: running;
872
- }
873
- .ant-slide-up-leave.ant-slide-up-leave-active {
874
- -webkit-animation-name: antSlideUpOut;
875
- animation-name: antSlideUpOut;
876
- -webkit-animation-play-state: running;
877
- animation-play-state: running;
878
- pointer-events: none;
879
- }
880
- .ant-slide-up-enter,
881
- .ant-slide-up-appear {
882
- opacity: 0;
883
- -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
884
- animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
885
- }
886
- .ant-slide-up-leave {
887
- -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
888
- animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
889
- }
890
- .ant-slide-down-enter,
891
- .ant-slide-down-appear {
892
- -webkit-animation-duration: 0.2s;
893
- animation-duration: 0.2s;
894
- -webkit-animation-fill-mode: both;
895
- animation-fill-mode: both;
896
- -webkit-animation-play-state: paused;
897
- animation-play-state: paused;
898
- }
899
- .ant-slide-down-leave {
900
- -webkit-animation-duration: 0.2s;
901
- animation-duration: 0.2s;
902
- -webkit-animation-fill-mode: both;
903
- animation-fill-mode: both;
904
- -webkit-animation-play-state: paused;
905
- animation-play-state: paused;
906
- }
907
- .ant-slide-down-enter.ant-slide-down-enter-active,
908
- .ant-slide-down-appear.ant-slide-down-appear-active {
909
- -webkit-animation-name: antSlideDownIn;
910
- animation-name: antSlideDownIn;
911
- -webkit-animation-play-state: running;
912
- animation-play-state: running;
913
- }
914
- .ant-slide-down-leave.ant-slide-down-leave-active {
915
- -webkit-animation-name: antSlideDownOut;
916
- animation-name: antSlideDownOut;
917
- -webkit-animation-play-state: running;
918
- animation-play-state: running;
919
- pointer-events: none;
920
- }
921
- .ant-slide-down-enter,
922
- .ant-slide-down-appear {
923
- opacity: 0;
924
- -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
925
- animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
926
- }
927
- .ant-slide-down-leave {
928
- -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
929
- animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
930
- }
931
- .ant-slide-left-enter,
932
- .ant-slide-left-appear {
933
- -webkit-animation-duration: 0.2s;
934
- animation-duration: 0.2s;
935
- -webkit-animation-fill-mode: both;
936
- animation-fill-mode: both;
937
- -webkit-animation-play-state: paused;
938
- animation-play-state: paused;
939
- }
940
- .ant-slide-left-leave {
941
- -webkit-animation-duration: 0.2s;
942
- animation-duration: 0.2s;
943
- -webkit-animation-fill-mode: both;
944
- animation-fill-mode: both;
945
- -webkit-animation-play-state: paused;
946
- animation-play-state: paused;
947
- }
948
- .ant-slide-left-enter.ant-slide-left-enter-active,
949
- .ant-slide-left-appear.ant-slide-left-appear-active {
950
- -webkit-animation-name: antSlideLeftIn;
951
- animation-name: antSlideLeftIn;
952
- -webkit-animation-play-state: running;
953
- animation-play-state: running;
954
- }
955
- .ant-slide-left-leave.ant-slide-left-leave-active {
956
- -webkit-animation-name: antSlideLeftOut;
957
- animation-name: antSlideLeftOut;
958
- -webkit-animation-play-state: running;
959
- animation-play-state: running;
960
- pointer-events: none;
961
- }
962
- .ant-slide-left-enter,
963
- .ant-slide-left-appear {
964
- opacity: 0;
965
- -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
966
- animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
967
- }
968
- .ant-slide-left-leave {
969
- -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
970
- animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
971
- }
972
- .ant-slide-right-enter,
973
- .ant-slide-right-appear {
974
- -webkit-animation-duration: 0.2s;
975
- animation-duration: 0.2s;
976
- -webkit-animation-fill-mode: both;
977
- animation-fill-mode: both;
978
- -webkit-animation-play-state: paused;
979
- animation-play-state: paused;
980
- }
981
- .ant-slide-right-leave {
982
- -webkit-animation-duration: 0.2s;
983
- animation-duration: 0.2s;
984
- -webkit-animation-fill-mode: both;
985
- animation-fill-mode: both;
986
- -webkit-animation-play-state: paused;
987
- animation-play-state: paused;
988
- }
989
- .ant-slide-right-enter.ant-slide-right-enter-active,
990
- .ant-slide-right-appear.ant-slide-right-appear-active {
991
- -webkit-animation-name: antSlideRightIn;
992
- animation-name: antSlideRightIn;
993
- -webkit-animation-play-state: running;
994
- animation-play-state: running;
995
- }
996
- .ant-slide-right-leave.ant-slide-right-leave-active {
997
- -webkit-animation-name: antSlideRightOut;
998
- animation-name: antSlideRightOut;
999
- -webkit-animation-play-state: running;
1000
- animation-play-state: running;
1001
- pointer-events: none;
1002
- }
1003
- .ant-slide-right-enter,
1004
- .ant-slide-right-appear {
1005
- opacity: 0;
1006
- -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
1007
- animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
1008
- }
1009
- .ant-slide-right-leave {
1010
- -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
1011
- animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
1012
- }
1013
- @-webkit-keyframes antSlideUpIn {
1014
- 0% {
1015
- transform: scaleY(0.8);
1016
- transform-origin: 0% 0%;
1017
- opacity: 0;
1018
- }
1019
- 100% {
1020
- transform: scaleY(1);
1021
- transform-origin: 0% 0%;
1022
- opacity: 1;
1023
- }
1024
- }
1025
- @keyframes antSlideUpIn {
1026
- 0% {
1027
- transform: scaleY(0.8);
1028
- transform-origin: 0% 0%;
1029
- opacity: 0;
1030
- }
1031
- 100% {
1032
- transform: scaleY(1);
1033
- transform-origin: 0% 0%;
1034
- opacity: 1;
1035
- }
1036
- }
1037
- @-webkit-keyframes antSlideUpOut {
1038
- 0% {
1039
- transform: scaleY(1);
1040
- transform-origin: 0% 0%;
1041
- opacity: 1;
1042
- }
1043
- 100% {
1044
- transform: scaleY(0.8);
1045
- transform-origin: 0% 0%;
1046
- opacity: 0;
1047
- }
1048
- }
1049
- @keyframes antSlideUpOut {
1050
- 0% {
1051
- transform: scaleY(1);
1052
- transform-origin: 0% 0%;
1053
- opacity: 1;
1054
- }
1055
- 100% {
1056
- transform: scaleY(0.8);
1057
- transform-origin: 0% 0%;
1058
- opacity: 0;
1059
- }
1060
- }
1061
- @-webkit-keyframes antSlideDownIn {
1062
- 0% {
1063
- transform: scaleY(0.8);
1064
- transform-origin: 100% 100%;
1065
- opacity: 0;
1066
- }
1067
- 100% {
1068
- transform: scaleY(1);
1069
- transform-origin: 100% 100%;
1070
- opacity: 1;
1071
- }
1072
- }
1073
- @keyframes antSlideDownIn {
1074
- 0% {
1075
- transform: scaleY(0.8);
1076
- transform-origin: 100% 100%;
1077
- opacity: 0;
1078
- }
1079
- 100% {
1080
- transform: scaleY(1);
1081
- transform-origin: 100% 100%;
1082
- opacity: 1;
1083
- }
1084
- }
1085
- @-webkit-keyframes antSlideDownOut {
1086
- 0% {
1087
- transform: scaleY(1);
1088
- transform-origin: 100% 100%;
1089
- opacity: 1;
1090
- }
1091
- 100% {
1092
- transform: scaleY(0.8);
1093
- transform-origin: 100% 100%;
1094
- opacity: 0;
1095
- }
1096
- }
1097
- @keyframes antSlideDownOut {
1098
- 0% {
1099
- transform: scaleY(1);
1100
- transform-origin: 100% 100%;
1101
- opacity: 1;
1102
- }
1103
- 100% {
1104
- transform: scaleY(0.8);
1105
- transform-origin: 100% 100%;
1106
- opacity: 0;
1107
- }
1108
- }
1109
- @-webkit-keyframes antSlideLeftIn {
1110
- 0% {
1111
- transform: scaleX(0.8);
1112
- transform-origin: 0% 0%;
1113
- opacity: 0;
1114
- }
1115
- 100% {
1116
- transform: scaleX(1);
1117
- transform-origin: 0% 0%;
1118
- opacity: 1;
1119
- }
1120
- }
1121
- @keyframes antSlideLeftIn {
1122
- 0% {
1123
- transform: scaleX(0.8);
1124
- transform-origin: 0% 0%;
1125
- opacity: 0;
1126
- }
1127
- 100% {
1128
- transform: scaleX(1);
1129
- transform-origin: 0% 0%;
1130
- opacity: 1;
1131
- }
1132
- }
1133
- @-webkit-keyframes antSlideLeftOut {
1134
- 0% {
1135
- transform: scaleX(1);
1136
- transform-origin: 0% 0%;
1137
- opacity: 1;
1138
- }
1139
- 100% {
1140
- transform: scaleX(0.8);
1141
- transform-origin: 0% 0%;
1142
- opacity: 0;
1143
- }
1144
- }
1145
- @keyframes antSlideLeftOut {
1146
- 0% {
1147
- transform: scaleX(1);
1148
- transform-origin: 0% 0%;
1149
- opacity: 1;
1150
- }
1151
- 100% {
1152
- transform: scaleX(0.8);
1153
- transform-origin: 0% 0%;
1154
- opacity: 0;
1155
- }
1156
- }
1157
- @-webkit-keyframes antSlideRightIn {
1158
- 0% {
1159
- transform: scaleX(0.8);
1160
- transform-origin: 100% 0%;
1161
- opacity: 0;
1162
- }
1163
- 100% {
1164
- transform: scaleX(1);
1165
- transform-origin: 100% 0%;
1166
- opacity: 1;
1167
- }
1168
- }
1169
- @keyframes antSlideRightIn {
1170
- 0% {
1171
- transform: scaleX(0.8);
1172
- transform-origin: 100% 0%;
1173
- opacity: 0;
1174
- }
1175
- 100% {
1176
- transform: scaleX(1);
1177
- transform-origin: 100% 0%;
1178
- opacity: 1;
1179
- }
1180
- }
1181
- @-webkit-keyframes antSlideRightOut {
1182
- 0% {
1183
- transform: scaleX(1);
1184
- transform-origin: 100% 0%;
1185
- opacity: 1;
1186
- }
1187
- 100% {
1188
- transform: scaleX(0.8);
1189
- transform-origin: 100% 0%;
1190
- opacity: 0;
1191
- }
1192
- }
1193
- @keyframes antSlideRightOut {
1194
- 0% {
1195
- transform: scaleX(1);
1196
- transform-origin: 100% 0%;
1197
- opacity: 1;
1198
- }
1199
- 100% {
1200
- transform: scaleX(0.8);
1201
- transform-origin: 100% 0%;
1202
- opacity: 0;
1203
- }
1204
- }
1205
- .ant-zoom-enter,
1206
- .ant-zoom-appear {
1207
- -webkit-animation-duration: 0.2s;
1208
- animation-duration: 0.2s;
1209
- -webkit-animation-fill-mode: both;
1210
- animation-fill-mode: both;
1211
- -webkit-animation-play-state: paused;
1212
- animation-play-state: paused;
1213
- }
1214
- .ant-zoom-leave {
1215
- -webkit-animation-duration: 0.2s;
1216
- animation-duration: 0.2s;
1217
- -webkit-animation-fill-mode: both;
1218
- animation-fill-mode: both;
1219
- -webkit-animation-play-state: paused;
1220
- animation-play-state: paused;
1221
- }
1222
- .ant-zoom-enter.ant-zoom-enter-active,
1223
- .ant-zoom-appear.ant-zoom-appear-active {
1224
- -webkit-animation-name: antZoomIn;
1225
- animation-name: antZoomIn;
1226
- -webkit-animation-play-state: running;
1227
- animation-play-state: running;
1228
- }
1229
- .ant-zoom-leave.ant-zoom-leave-active {
1230
- -webkit-animation-name: antZoomOut;
1231
- animation-name: antZoomOut;
1232
- -webkit-animation-play-state: running;
1233
- animation-play-state: running;
1234
- pointer-events: none;
1235
- }
1236
- .ant-zoom-enter,
1237
- .ant-zoom-appear {
1238
- transform: scale(0);
1239
- opacity: 0;
1240
- -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1241
- animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1242
- }
1243
- .ant-zoom-enter-prepare,
1244
- .ant-zoom-appear-prepare {
1245
- transform: none;
1246
- }
1247
- .ant-zoom-leave {
1248
- -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1249
- animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1250
- }
1251
- .ant-zoom-big-enter,
1252
- .ant-zoom-big-appear {
1253
- -webkit-animation-duration: 0.2s;
1254
- animation-duration: 0.2s;
1255
- -webkit-animation-fill-mode: both;
1256
- animation-fill-mode: both;
1257
- -webkit-animation-play-state: paused;
1258
- animation-play-state: paused;
1259
- }
1260
- .ant-zoom-big-leave {
1261
- -webkit-animation-duration: 0.2s;
1262
- animation-duration: 0.2s;
1263
- -webkit-animation-fill-mode: both;
1264
- animation-fill-mode: both;
1265
- -webkit-animation-play-state: paused;
1266
- animation-play-state: paused;
1267
- }
1268
- .ant-zoom-big-enter.ant-zoom-big-enter-active,
1269
- .ant-zoom-big-appear.ant-zoom-big-appear-active {
1270
- -webkit-animation-name: antZoomBigIn;
1271
- animation-name: antZoomBigIn;
1272
- -webkit-animation-play-state: running;
1273
- animation-play-state: running;
1274
- }
1275
- .ant-zoom-big-leave.ant-zoom-big-leave-active {
1276
- -webkit-animation-name: antZoomBigOut;
1277
- animation-name: antZoomBigOut;
1278
- -webkit-animation-play-state: running;
1279
- animation-play-state: running;
1280
- pointer-events: none;
1281
- }
1282
- .ant-zoom-big-enter,
1283
- .ant-zoom-big-appear {
1284
- transform: scale(0);
1285
- opacity: 0;
1286
- -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1287
- animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1288
- }
1289
- .ant-zoom-big-enter-prepare,
1290
- .ant-zoom-big-appear-prepare {
1291
- transform: none;
1292
- }
1293
- .ant-zoom-big-leave {
1294
- -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1295
- animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1296
- }
1297
- .ant-zoom-big-fast-enter,
1298
- .ant-zoom-big-fast-appear {
1299
- -webkit-animation-duration: 0.1s;
1300
- animation-duration: 0.1s;
1301
- -webkit-animation-fill-mode: both;
1302
- animation-fill-mode: both;
1303
- -webkit-animation-play-state: paused;
1304
- animation-play-state: paused;
1305
- }
1306
- .ant-zoom-big-fast-leave {
1307
- -webkit-animation-duration: 0.1s;
1308
- animation-duration: 0.1s;
1309
- -webkit-animation-fill-mode: both;
1310
- animation-fill-mode: both;
1311
- -webkit-animation-play-state: paused;
1312
- animation-play-state: paused;
1313
- }
1314
- .ant-zoom-big-fast-enter.ant-zoom-big-fast-enter-active,
1315
- .ant-zoom-big-fast-appear.ant-zoom-big-fast-appear-active {
1316
- -webkit-animation-name: antZoomBigIn;
1317
- animation-name: antZoomBigIn;
1318
- -webkit-animation-play-state: running;
1319
- animation-play-state: running;
1320
- }
1321
- .ant-zoom-big-fast-leave.ant-zoom-big-fast-leave-active {
1322
- -webkit-animation-name: antZoomBigOut;
1323
- animation-name: antZoomBigOut;
1324
- -webkit-animation-play-state: running;
1325
- animation-play-state: running;
1326
- pointer-events: none;
1327
- }
1328
- .ant-zoom-big-fast-enter,
1329
- .ant-zoom-big-fast-appear {
1330
- transform: scale(0);
1331
- opacity: 0;
1332
- -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1333
- animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1334
- }
1335
- .ant-zoom-big-fast-enter-prepare,
1336
- .ant-zoom-big-fast-appear-prepare {
1337
- transform: none;
1338
- }
1339
- .ant-zoom-big-fast-leave {
1340
- -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1341
- animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1342
- }
1343
- .ant-zoom-up-enter,
1344
- .ant-zoom-up-appear {
1345
- -webkit-animation-duration: 0.2s;
1346
- animation-duration: 0.2s;
1347
- -webkit-animation-fill-mode: both;
1348
- animation-fill-mode: both;
1349
- -webkit-animation-play-state: paused;
1350
- animation-play-state: paused;
1351
- }
1352
- .ant-zoom-up-leave {
1353
- -webkit-animation-duration: 0.2s;
1354
- animation-duration: 0.2s;
1355
- -webkit-animation-fill-mode: both;
1356
- animation-fill-mode: both;
1357
- -webkit-animation-play-state: paused;
1358
- animation-play-state: paused;
1359
- }
1360
- .ant-zoom-up-enter.ant-zoom-up-enter-active,
1361
- .ant-zoom-up-appear.ant-zoom-up-appear-active {
1362
- -webkit-animation-name: antZoomUpIn;
1363
- animation-name: antZoomUpIn;
1364
- -webkit-animation-play-state: running;
1365
- animation-play-state: running;
1366
- }
1367
- .ant-zoom-up-leave.ant-zoom-up-leave-active {
1368
- -webkit-animation-name: antZoomUpOut;
1369
- animation-name: antZoomUpOut;
1370
- -webkit-animation-play-state: running;
1371
- animation-play-state: running;
1372
- pointer-events: none;
1373
- }
1374
- .ant-zoom-up-enter,
1375
- .ant-zoom-up-appear {
1376
- transform: scale(0);
1377
- opacity: 0;
1378
- -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1379
- animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1380
- }
1381
- .ant-zoom-up-enter-prepare,
1382
- .ant-zoom-up-appear-prepare {
1383
- transform: none;
1384
- }
1385
- .ant-zoom-up-leave {
1386
- -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1387
- animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1388
- }
1389
- .ant-zoom-down-enter,
1390
- .ant-zoom-down-appear {
1391
- -webkit-animation-duration: 0.2s;
1392
- animation-duration: 0.2s;
1393
- -webkit-animation-fill-mode: both;
1394
- animation-fill-mode: both;
1395
- -webkit-animation-play-state: paused;
1396
- animation-play-state: paused;
1397
- }
1398
- .ant-zoom-down-leave {
1399
- -webkit-animation-duration: 0.2s;
1400
- animation-duration: 0.2s;
1401
- -webkit-animation-fill-mode: both;
1402
- animation-fill-mode: both;
1403
- -webkit-animation-play-state: paused;
1404
- animation-play-state: paused;
1405
- }
1406
- .ant-zoom-down-enter.ant-zoom-down-enter-active,
1407
- .ant-zoom-down-appear.ant-zoom-down-appear-active {
1408
- -webkit-animation-name: antZoomDownIn;
1409
- animation-name: antZoomDownIn;
1410
- -webkit-animation-play-state: running;
1411
- animation-play-state: running;
1412
- }
1413
- .ant-zoom-down-leave.ant-zoom-down-leave-active {
1414
- -webkit-animation-name: antZoomDownOut;
1415
- animation-name: antZoomDownOut;
1416
- -webkit-animation-play-state: running;
1417
- animation-play-state: running;
1418
- pointer-events: none;
1419
- }
1420
- .ant-zoom-down-enter,
1421
- .ant-zoom-down-appear {
1422
- transform: scale(0);
1423
- opacity: 0;
1424
- -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1425
- animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1426
- }
1427
- .ant-zoom-down-enter-prepare,
1428
- .ant-zoom-down-appear-prepare {
1429
- transform: none;
1430
- }
1431
- .ant-zoom-down-leave {
1432
- -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1433
- animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1434
- }
1435
- .ant-zoom-left-enter,
1436
- .ant-zoom-left-appear {
1437
- -webkit-animation-duration: 0.2s;
1438
- animation-duration: 0.2s;
1439
- -webkit-animation-fill-mode: both;
1440
- animation-fill-mode: both;
1441
- -webkit-animation-play-state: paused;
1442
- animation-play-state: paused;
1443
- }
1444
- .ant-zoom-left-leave {
1445
- -webkit-animation-duration: 0.2s;
1446
- animation-duration: 0.2s;
1447
- -webkit-animation-fill-mode: both;
1448
- animation-fill-mode: both;
1449
- -webkit-animation-play-state: paused;
1450
- animation-play-state: paused;
1451
- }
1452
- .ant-zoom-left-enter.ant-zoom-left-enter-active,
1453
- .ant-zoom-left-appear.ant-zoom-left-appear-active {
1454
- -webkit-animation-name: antZoomLeftIn;
1455
- animation-name: antZoomLeftIn;
1456
- -webkit-animation-play-state: running;
1457
- animation-play-state: running;
1458
- }
1459
- .ant-zoom-left-leave.ant-zoom-left-leave-active {
1460
- -webkit-animation-name: antZoomLeftOut;
1461
- animation-name: antZoomLeftOut;
1462
- -webkit-animation-play-state: running;
1463
- animation-play-state: running;
1464
- pointer-events: none;
1465
- }
1466
- .ant-zoom-left-enter,
1467
- .ant-zoom-left-appear {
1468
- transform: scale(0);
1469
- opacity: 0;
1470
- -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1471
- animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1472
- }
1473
- .ant-zoom-left-enter-prepare,
1474
- .ant-zoom-left-appear-prepare {
1475
- transform: none;
1476
- }
1477
- .ant-zoom-left-leave {
1478
- -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1479
- animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1480
- }
1481
- .ant-zoom-right-enter,
1482
- .ant-zoom-right-appear {
1483
- -webkit-animation-duration: 0.2s;
1484
- animation-duration: 0.2s;
1485
- -webkit-animation-fill-mode: both;
1486
- animation-fill-mode: both;
1487
- -webkit-animation-play-state: paused;
1488
- animation-play-state: paused;
1489
- }
1490
- .ant-zoom-right-leave {
1491
- -webkit-animation-duration: 0.2s;
1492
- animation-duration: 0.2s;
1493
- -webkit-animation-fill-mode: both;
1494
- animation-fill-mode: both;
1495
- -webkit-animation-play-state: paused;
1496
- animation-play-state: paused;
1497
- }
1498
- .ant-zoom-right-enter.ant-zoom-right-enter-active,
1499
- .ant-zoom-right-appear.ant-zoom-right-appear-active {
1500
- -webkit-animation-name: antZoomRightIn;
1501
- animation-name: antZoomRightIn;
1502
- -webkit-animation-play-state: running;
1503
- animation-play-state: running;
1504
- }
1505
- .ant-zoom-right-leave.ant-zoom-right-leave-active {
1506
- -webkit-animation-name: antZoomRightOut;
1507
- animation-name: antZoomRightOut;
1508
- -webkit-animation-play-state: running;
1509
- animation-play-state: running;
1510
- pointer-events: none;
1511
- }
1512
- .ant-zoom-right-enter,
1513
- .ant-zoom-right-appear {
1514
- transform: scale(0);
1515
- opacity: 0;
1516
- -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1517
- animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1518
- }
1519
- .ant-zoom-right-enter-prepare,
1520
- .ant-zoom-right-appear-prepare {
1521
- transform: none;
1522
- }
1523
- .ant-zoom-right-leave {
1524
- -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1525
- animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1526
- }
1527
- @-webkit-keyframes antZoomIn {
1528
- 0% {
1529
- transform: scale(0.2);
1530
- opacity: 0;
1531
- }
1532
- 100% {
1533
- transform: scale(1);
1534
- opacity: 1;
1535
- }
1536
- }
1537
- @keyframes antZoomIn {
1538
- 0% {
1539
- transform: scale(0.2);
1540
- opacity: 0;
1541
- }
1542
- 100% {
1543
- transform: scale(1);
1544
- opacity: 1;
1545
- }
1546
- }
1547
- @-webkit-keyframes antZoomOut {
1548
- 0% {
1549
- transform: scale(1);
1550
- }
1551
- 100% {
1552
- transform: scale(0.2);
1553
- opacity: 0;
1554
- }
1555
- }
1556
- @keyframes antZoomOut {
1557
- 0% {
1558
- transform: scale(1);
1559
- }
1560
- 100% {
1561
- transform: scale(0.2);
1562
- opacity: 0;
1563
- }
1564
- }
1565
- @-webkit-keyframes antZoomBigIn {
1566
- 0% {
1567
- transform: scale(0.8);
1568
- opacity: 0;
1569
- }
1570
- 100% {
1571
- transform: scale(1);
1572
- opacity: 1;
1573
- }
1574
- }
1575
- @keyframes antZoomBigIn {
1576
- 0% {
1577
- transform: scale(0.8);
1578
- opacity: 0;
1579
- }
1580
- 100% {
1581
- transform: scale(1);
1582
- opacity: 1;
1583
- }
1584
- }
1585
- @-webkit-keyframes antZoomBigOut {
1586
- 0% {
1587
- transform: scale(1);
1588
- }
1589
- 100% {
1590
- transform: scale(0.8);
1591
- opacity: 0;
1592
- }
1593
- }
1594
- @keyframes antZoomBigOut {
1595
- 0% {
1596
- transform: scale(1);
1597
- }
1598
- 100% {
1599
- transform: scale(0.8);
1600
- opacity: 0;
1601
- }
1602
- }
1603
- @-webkit-keyframes antZoomUpIn {
1604
- 0% {
1605
- transform: scale(0.8);
1606
- transform-origin: 50% 0%;
1607
- opacity: 0;
1608
- }
1609
- 100% {
1610
- transform: scale(1);
1611
- transform-origin: 50% 0%;
1612
- }
1613
- }
1614
- @keyframes antZoomUpIn {
1615
- 0% {
1616
- transform: scale(0.8);
1617
- transform-origin: 50% 0%;
1618
- opacity: 0;
1619
- }
1620
- 100% {
1621
- transform: scale(1);
1622
- transform-origin: 50% 0%;
1623
- }
1624
- }
1625
- @-webkit-keyframes antZoomUpOut {
1626
- 0% {
1627
- transform: scale(1);
1628
- transform-origin: 50% 0%;
1629
- }
1630
- 100% {
1631
- transform: scale(0.8);
1632
- transform-origin: 50% 0%;
1633
- opacity: 0;
1634
- }
1635
- }
1636
- @keyframes antZoomUpOut {
1637
- 0% {
1638
- transform: scale(1);
1639
- transform-origin: 50% 0%;
1640
- }
1641
- 100% {
1642
- transform: scale(0.8);
1643
- transform-origin: 50% 0%;
1644
- opacity: 0;
1645
- }
1646
- }
1647
- @-webkit-keyframes antZoomLeftIn {
1648
- 0% {
1649
- transform: scale(0.8);
1650
- transform-origin: 0% 50%;
1651
- opacity: 0;
1652
- }
1653
- 100% {
1654
- transform: scale(1);
1655
- transform-origin: 0% 50%;
1656
- }
1657
- }
1658
- @keyframes antZoomLeftIn {
1659
- 0% {
1660
- transform: scale(0.8);
1661
- transform-origin: 0% 50%;
1662
- opacity: 0;
1663
- }
1664
- 100% {
1665
- transform: scale(1);
1666
- transform-origin: 0% 50%;
1667
- }
1668
- }
1669
- @-webkit-keyframes antZoomLeftOut {
1670
- 0% {
1671
- transform: scale(1);
1672
- transform-origin: 0% 50%;
1673
- }
1674
- 100% {
1675
- transform: scale(0.8);
1676
- transform-origin: 0% 50%;
1677
- opacity: 0;
1678
- }
1679
- }
1680
- @keyframes antZoomLeftOut {
1681
- 0% {
1682
- transform: scale(1);
1683
- transform-origin: 0% 50%;
1684
- }
1685
- 100% {
1686
- transform: scale(0.8);
1687
- transform-origin: 0% 50%;
1688
- opacity: 0;
1689
- }
1690
- }
1691
- @-webkit-keyframes antZoomRightIn {
1692
- 0% {
1693
- transform: scale(0.8);
1694
- transform-origin: 100% 50%;
1695
- opacity: 0;
1696
- }
1697
- 100% {
1698
- transform: scale(1);
1699
- transform-origin: 100% 50%;
1700
- }
1701
- }
1702
- @keyframes antZoomRightIn {
1703
- 0% {
1704
- transform: scale(0.8);
1705
- transform-origin: 100% 50%;
1706
- opacity: 0;
1707
- }
1708
- 100% {
1709
- transform: scale(1);
1710
- transform-origin: 100% 50%;
1711
- }
1712
- }
1713
- @-webkit-keyframes antZoomRightOut {
1714
- 0% {
1715
- transform: scale(1);
1716
- transform-origin: 100% 50%;
1717
- }
1718
- 100% {
1719
- transform: scale(0.8);
1720
- transform-origin: 100% 50%;
1721
- opacity: 0;
1722
- }
1723
- }
1724
- @keyframes antZoomRightOut {
1725
- 0% {
1726
- transform: scale(1);
1727
- transform-origin: 100% 50%;
1728
- }
1729
- 100% {
1730
- transform: scale(0.8);
1731
- transform-origin: 100% 50%;
1732
- opacity: 0;
1733
- }
1734
- }
1735
- @-webkit-keyframes antZoomDownIn {
1736
- 0% {
1737
- transform: scale(0.8);
1738
- transform-origin: 50% 100%;
1739
- opacity: 0;
1740
- }
1741
- 100% {
1742
- transform: scale(1);
1743
- transform-origin: 50% 100%;
1744
- }
1745
- }
1746
- @keyframes antZoomDownIn {
1747
- 0% {
1748
- transform: scale(0.8);
1749
- transform-origin: 50% 100%;
1750
- opacity: 0;
1751
- }
1752
- 100% {
1753
- transform: scale(1);
1754
- transform-origin: 50% 100%;
1755
- }
1756
- }
1757
- @-webkit-keyframes antZoomDownOut {
1758
- 0% {
1759
- transform: scale(1);
1760
- transform-origin: 50% 100%;
1761
- }
1762
- 100% {
1763
- transform: scale(0.8);
1764
- transform-origin: 50% 100%;
1765
- opacity: 0;
1766
- }
1767
- }
1768
- @keyframes antZoomDownOut {
1769
- 0% {
1770
- transform: scale(1);
1771
- transform-origin: 50% 100%;
1772
- }
1773
- 100% {
1774
- transform: scale(0.8);
1775
- transform-origin: 50% 100%;
1776
- opacity: 0;
1777
- }
1778
- }
1779
- .ant-motion-collapse-legacy {
1780
- overflow: hidden;
1781
- }
1782
- .ant-motion-collapse-legacy-active {
1783
- transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
1784
- }
1785
- .ant-motion-collapse {
1786
- overflow: hidden;
1787
- transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
1788
- }
1789
- .customize-range-picker-panel .check-wrapper {
1790
- padding: 8px 11px 6px;
1791
- border-bottom: 1px solid #f5f6fa;
1792
- }
1793
- .customize-range-picker-panel .customize-select {
1794
- vertical-align: middle;
1795
- }
1796
- .customize-range-picker-panel .customize-select-text {
1797
- margin-left: 8px;
1798
- }
1799
- .customize-range-picker-panel .ant-radio-wrapper {
1800
- margin-right: 0;
1801
- }
1802
- .customize-range-picker-panel .pick-box {
1803
- display: flex;
1804
- justify-content: space-between;
1805
- width: 265px;
1806
- padding: 8px 11px 11px;
1807
- }
1808
- .customize-range-picker-panel .pick-box .radio {
1809
- width: 50%;
1810
- }
1811
- .customize-range-picker-panel .pick-box .ant-radio-group {
1812
- display: flex;
1813
- flex-wrap: wrap;
1814
- width: 100%;
1815
- }
1816
- @media screen and (max-width: 576px) {
1817
- .customize-range-picker-panel {
1818
- max-width: 280px;
1819
- overflow-x: scroll;
1820
- }
1821
- }